wok annotate yuyo-gtk-theme/receipt @ rev 18497

libfm: define tar.xz for xarchiver
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Oct 11 13:59:02 2015 +0200 (2015-10-11)
parents 37d6a04a7668
children 887b3b11683d
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"
yuripourre@18126 5 CATEGORY="x-window"
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"
yuripourre@18126 11 WEB_SITE="https://github.com/snwh/yuyo-gtk-theme"
yuripourre@18126 12 WGET_URL="$WEB_SITE/archive/$TARBALL"
yuripourre@18126 13
yuripourre@18126 14 DEPENDS="gdk-pixbuf gtk2-engine-murrine"
yuripourre@18126 15 BUILD_DEPENDS="wget"
yuripourre@18126 16
yuripourre@18126 17 # Rules to gen a SliTaz package suitable for Tazpkg.
yuripourre@18126 18 genpkg_rules()
yuripourre@18126 19 {
yuripourre@18126 20 mkdir -p $fs/usr/share/themes
yuripourre@18276 21 rm -Rf $src/Yuyo/gtk-3.0
yuripourre@18126 22 rm -Rf $src/Yuyo/unity
yuripourre@18276 23 rm -Rf $src/Yuyo-Dark/gtk-3.0
yuripourre@18126 24 rm -Rf $src/Yuyo-Dark/unity
yuripourre@18126 25
yuripourre@18126 26 cp -a $src/Yuyo $fs/usr/share/themes
yuripourre@18126 27 cp -a $src/Yuyo-Dark $fs/usr/share/themes
yuripourre@18126 28 }