wok-next diff yuyo-gtk-theme/receipt @ rev 21207

try to build asterisk again
author Hans-G?nter Theisgen
date Mon Dec 02 09:52:22 2019 +0100 (2019-12-02)
parents d59f3b205c9c
children
line diff
     1.1 --- a/yuyo-gtk-theme/receipt	Sat Sep 08 15:02:14 2018 +0300
     1.2 +++ b/yuyo-gtk-theme/receipt	Mon Dec 02 09:52:22 2019 +0100
     1.3 @@ -1,22 +1,20 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="yuyo-gtk-theme"
     1.8  VERSION="1.0"
     1.9  CATEGORY="customization"
    1.10  LICENSE="GPL3"
    1.11 -SHORT_DESC="Yuyo is a GTK theme belonging to the Ubuntu MATE project."
    1.12 +SHORT_DESC="GTK theme belonging to the Ubuntu MATE project"
    1.13  MAINTAINER="yuripourre@gmail.com"
    1.14 +WEB_SITE="https://web.archive.org/web/20150801205755/https://github.com/snwh/yuyo-gtk-theme"
    1.15 +
    1.16  COMMIT_SHA="8f75db1db0f5f2f926c22384c4eb37fb2ed340b8"
    1.17  TARBALL="$COMMIT_SHA.zip"
    1.18 -WEB_SITE="https://web.archive.org/web/20150801205755/https://github.com/snwh/yuyo-gtk-theme"
    1.19  WGET_URL="$WEB_SITE/archive/$TARBALL"
    1.20  
    1.21 -DEPENDS="gdk-pixbuf gtk2-engine-murrine"
    1.22  BUILD_DEPENDS="wget"
    1.23  
    1.24 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.25 -genpkg_rules()
    1.26 -{
    1.27 +genpkg_rules() {
    1.28  	mkdir -p $fs/usr/share/themes
    1.29  	rm -Rf $src/Yuyo/gtk-3.0
    1.30  	rm -Rf $src/Yuyo/unity
    1.31 @@ -25,4 +23,5 @@
    1.32  
    1.33  	cp -a $src/Yuyo $fs/usr/share/themes
    1.34  	cp -a $src/Yuyo-Dark $fs/usr/share/themes
    1.35 +	DEPENDS="gdk-pixbuf gtk2-engine-murrine"
    1.36  }