SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "mate-themes"

# SliTaz package receipt.

PACKAGE="mate-themes"
VERSION="3.22.24"
CATEGORY="customization"
LICENSE="GPL"
SHORT_DESC="MATE's default themes."
MAINTAINER="yuripourre@gmail.com"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="https://www.mate-desktop.org/"
WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL"

DEPENDS="gtk+ gtk-engines gtk2-engine-murrine librsvg mate-icon-theme"
BUILD_DEPENDS="autoconf automake gtk+-dev mate-common-dev icon-naming-utils"

current_version()
{
    wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
}

# Rules to configure and make the package.
compile_rules()
{
    ./autogen.sh                           \
        --prefix=/usr                  \
        --enable-all-themes            \
        --disable-placeholders         \
        $CONFIGURE_ARGS &&
    make &&
    make DESTDIR=$DESTDIR install
}

genpkg_rules()
{
    mkdir -p $fs/usr
    cp -a $install/usr $fs
}
6047 packages and 209931 files in current database (Wed Jun 26 15:35:30 2024)