wok rev 19123

Add gtk-theme-arc
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon May 09 18:18:25 2016 +0300 (2016-05-09)
parents 48619494e1e3
children f5a848a705d4
files gtk-theme-arc/description.txt gtk-theme-arc/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gtk-theme-arc/description.txt	Mon May 09 18:18:25 2016 +0300
     1.3 @@ -0,0 +1,9 @@
     1.4 +Arc is a flat theme with transparent elements for GTK 3, GTK 2 and Gnome-Shell
     1.5 +which supports GTK 3 and GTK 2 based desktop environments like Gnome, Unity,
     1.6 +Budgie, Pantheon, XFCE, Mate, etc.
     1.7 +
     1.8 +Arc is available in three variants:
     1.9 +
    1.10 +  * Arc
    1.11 +  * Arc-Darker
    1.12 +  * Arc-Dark
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/gtk-theme-arc/receipt	Mon May 09 18:18:25 2016 +0300
     2.3 @@ -0,0 +1,31 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="gtk-theme-arc"
     2.7 +VERSION="20160331"
     2.8 +CATEGORY="customization"
     2.9 +SHORT_DESC="A flat theme with transparent elements"
    2.10 +MAINTAINER="al.bobylev@gmail.com"
    2.11 +LICENSE="GPL3"
    2.12 +WEB_SITE="https://github.com/horst3180/arc-theme"
    2.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.14 +WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
    2.15 +
    2.16 +DEPENDS="gtk2-engine-murrine"
    2.17 +BUILD_DEPENDS="autoconf automake gtk+3-dev"
    2.18 +
    2.19 +# Rules to configure and make the package.
    2.20 +compile_rules()
    2.21 +{
    2.22 +	./autogen.sh \
    2.23 +		--prefix=/usr \
    2.24 +		--disable-cinnamon \
    2.25 +		--disable-gnome-shell \
    2.26 +		--disable-unity
    2.27 +	make install
    2.28 +}
    2.29 +
    2.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.31 +genpkg_rules()
    2.32 +{
    2.33 +	cp -a $install/* $fs
    2.34 +}