SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "mate-themes"

# SliTaz package receipt.

PACKAGE="mate-themes"
VERSION="1.9.0"
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"

# What is the latest version available today?
current_version()
{
    wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    sed '/tag\//!d;s|.*tag/v*||;s|".*||;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
}
5935 packages and 845883 files in cooking database (Sun Jun 30 00:45:24 2024)