wok-next annotate yuyo-gtk-theme/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents d59f3b205c9c
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
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"
al@21020 7 SHORT_DESC="GTK theme belonging to the Ubuntu MATE project"
yuripourre@18126 8 MAINTAINER="yuripourre@gmail.com"
al@21020 9 WEB_SITE="https://web.archive.org/web/20150801205755/https://github.com/snwh/yuyo-gtk-theme"
al@21020 10
yuripourre@18287 11 COMMIT_SHA="8f75db1db0f5f2f926c22384c4eb37fb2ed340b8"
yuripourre@18126 12 TARBALL="$COMMIT_SHA.zip"
yuripourre@18126 13 WGET_URL="$WEB_SITE/archive/$TARBALL"
yuripourre@18126 14
yuripourre@18126 15 BUILD_DEPENDS="wget"
yuripourre@18126 16
al@21020 17 genpkg_rules() {
yuripourre@18126 18 mkdir -p $fs/usr/share/themes
yuripourre@18276 19 rm -Rf $src/Yuyo/gtk-3.0
yuripourre@18126 20 rm -Rf $src/Yuyo/unity
yuripourre@18276 21 rm -Rf $src/Yuyo-Dark/gtk-3.0
yuripourre@18126 22 rm -Rf $src/Yuyo-Dark/unity
yuripourre@18126 23
yuripourre@18126 24 cp -a $src/Yuyo $fs/usr/share/themes
yuripourre@18126 25 cp -a $src/Yuyo-Dark $fs/usr/share/themes
al@21020 26 DEPENDS="gdk-pixbuf gtk2-engine-murrine"
yuripourre@18126 27 }