# HG changeset patch # User Aleksej Bobylev # Date 1462807105 -10800 # Node ID 67c74cd2db41f8f4d612f77fb7036296c369f159 # Parent 48619494e1e39e1894479d43d15140f5c195c94d Add gtk-theme-arc diff -r 48619494e1e3 -r 67c74cd2db41 gtk-theme-arc/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gtk-theme-arc/description.txt Mon May 09 18:18:25 2016 +0300 @@ -0,0 +1,9 @@ +Arc is a flat theme with transparent elements for GTK 3, GTK 2 and Gnome-Shell +which supports GTK 3 and GTK 2 based desktop environments like Gnome, Unity, +Budgie, Pantheon, XFCE, Mate, etc. + +Arc is available in three variants: + + * Arc + * Arc-Darker + * Arc-Dark diff -r 48619494e1e3 -r 67c74cd2db41 gtk-theme-arc/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gtk-theme-arc/receipt Mon May 09 18:18:25 2016 +0300 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="gtk-theme-arc" +VERSION="20160331" +CATEGORY="customization" +SHORT_DESC="A flat theme with transparent elements" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL3" +WEB_SITE="https://github.com/horst3180/arc-theme" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" + +DEPENDS="gtk2-engine-murrine" +BUILD_DEPENDS="autoconf automake gtk+3-dev" + +# Rules to configure and make the package. +compile_rules() +{ + ./autogen.sh \ + --prefix=/usr \ + --disable-cinnamon \ + --disable-gnome-shell \ + --disable-unity + make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +}