# HG changeset patch # User Yuri Pourre # Date 1444871430 10800 # Node ID ec71ac4315852a5eeafdf491054bd47a326233ce # Parent 9f85bdbb50bf797e635a91523dfa7bc402b8e2b8 Add mate-themes diff -r 9f85bdbb50bf -r ec71ac431585 mate-themes/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mate-themes/receipt Wed Oct 14 22:10:30 2015 -0300 @@ -0,0 +1,32 @@ +# SliTaz package receipt. + +PACKAGE="mate-themes" +VERSION="1.9.0" +CATEGORY="x-window" +LICENSE="GPL" +SHORT_DESC="MATE's default themes." +MAINTAINER="yuripourre@gmail.com" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://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" + +# 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 +}