wok rev 18126

Add yuyo-gtk-theme
author Yuri Pourre <yuripourre@gmail.com>
date Thu Jun 11 13:17:37 2015 -0300 (2015-06-11)
parents 384d929ddfd3
children 78f26ee4164b
files yuyo-gtk-theme/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/yuyo-gtk-theme/receipt	Thu Jun 11 13:17:37 2015 -0300
     1.3 @@ -0,0 +1,28 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="yuyo-gtk-theme"
     1.7 +VERSION="1.0"
     1.8 +CATEGORY="x-window"
     1.9 +LICENSE="GPL3"
    1.10 +SHORT_DESC="Yuyo is a GTK theme belonging to the Ubuntu MATE project."
    1.11 +MAINTAINER="yuripourre@gmail.com"
    1.12 +COMMIT_SHA="98756c5e3d15c144ea9872e2ffef9a14507b35b7"
    1.13 +TARBALL="$COMMIT_SHA.zip"
    1.14 +WEB_SITE="https://github.com/snwh/yuyo-gtk-theme"
    1.15 +WGET_URL="$WEB_SITE/archive/$TARBALL"
    1.16 +
    1.17 +DEPENDS="gdk-pixbuf gtk2-engine-murrine"
    1.18 +BUILD_DEPENDS="wget"
    1.19 +
    1.20 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.21 +genpkg_rules()
    1.22 +{
    1.23 +	mkdir -p $fs/usr/share/themes
    1.24 +	rm -Rf $src/Yuyo/metacity-1
    1.25 +	rm -Rf $src/Yuyo/unity
    1.26 +	rm -Rf $src/Yuyo-Dark/metacity-1
    1.27 +	rm -Rf $src/Yuyo-Dark/unity
    1.28 +
    1.29 +	cp -a $src/Yuyo $fs/usr/share/themes
    1.30 +	cp -a $src/Yuyo-Dark $fs/usr/share/themes
    1.31 +}