wok annotate yuyo-gtk-theme/receipt @ rev 24452
cyrus-imapd: configured libexecdir
author | Hans-G?nter Theisgen |
---|---|
date | Tue Feb 15 17:13:46 2022 +0100 (2022-02-15) |
parents | 40fab26c175d |
children | 34e801e0eb52 |
rev | line source |
---|---|
yuripourre@18126 | 1 # SliTaz package receipt. |
yuripourre@18126 | 2 |
yuripourre@18126 | 3 PACKAGE="yuyo-gtk-theme" |
yuripourre@18126 | 4 VERSION="1.0" |
al@19126 | 5 CATEGORY="customization" |
yuripourre@18126 | 6 LICENSE="GPL3" |
yuripourre@18126 | 7 SHORT_DESC="Yuyo is a GTK theme belonging to the Ubuntu MATE project." |
yuripourre@18126 | 8 MAINTAINER="yuripourre@gmail.com" |
yuripourre@18287 | 9 COMMIT_SHA="8f75db1db0f5f2f926c22384c4eb37fb2ed340b8" |
yuripourre@18126 | 10 TARBALL="$COMMIT_SHA.zip" |
pascal@20613 | 11 WEB_SITE="https://github.com/Acidburn0zzz/yuyo-gtk-theme" |
yuripourre@18126 | 12 WGET_URL="$WEB_SITE/archive/$TARBALL" |
al@19114 | 13 HOST_ARCH="any" |
yuripourre@18126 | 14 |
yuripourre@18126 | 15 DEPENDS="gdk-pixbuf gtk2-engine-murrine" |
yuripourre@18126 | 16 BUILD_DEPENDS="wget" |
yuripourre@18126 | 17 |
yuripourre@18126 | 18 # Rules to gen a SliTaz package suitable for Tazpkg. |
yuripourre@18126 | 19 genpkg_rules() |
yuripourre@18126 | 20 { |
yuripourre@18126 | 21 mkdir -p $fs/usr/share/themes |
yuripourre@18276 | 22 rm -Rf $src/Yuyo/gtk-3.0 |
yuripourre@18126 | 23 rm -Rf $src/Yuyo/unity |
yuripourre@18276 | 24 rm -Rf $src/Yuyo-Dark/gtk-3.0 |
yuripourre@18126 | 25 rm -Rf $src/Yuyo-Dark/unity |
yuripourre@18126 | 26 |
yuripourre@18126 | 27 cp -a $src/Yuyo $fs/usr/share/themes |
yuripourre@18126 | 28 cp -a $src/Yuyo-Dark $fs/usr/share/themes |
yuripourre@18126 | 29 } |