wok diff shiki-colors-murrine/receipt @ rev 21997
firmware-atheros: add ath10k firmware
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Wed Oct 16 22:41:02 2019 -0400 (2019-10-16) |
parents | |
children | 261355c410d6 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/shiki-colors-murrine/receipt Wed Oct 16 22:41:02 2019 -0400 1.3 @@ -0,0 +1,34 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="shiki-colors-murrine" 1.7 +VERSION="8689d1d" 1.8 +CATEGORY="misc" 1.9 +SHORT_DESC="Multi-colored suite of Murrine themes" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="GPL2" 1.12 +WEB_SITE="https://github.com/gnome-colors/gnome-colors" 1.13 +TARBALL="gnome-colors-$VERSION.tar.gz" 1.14 +WGET_URL="https://github.com/gnome-colors/gnome-colors/archive/$VERSION.tar.gz" 1.15 +HOST_ARCH="any" 1.16 + 1.17 +DEPENDS="gtk2-engine-murrine" 1.18 +BUILD_DEPENDS="" 1.19 + 1.20 +# Rules to configure and make the package. 1.21 +compile_rules() 1.22 +{ 1.23 + for i in Brave Dust Human Illustrious Noble Wine Wise; do 1.24 + j="$install/usr/share/themes/Shiki-$i-murrine" 1.25 + mkdir -p $j 1.26 + cp -a $src/$PACKAGE/Shiki-$i/gtk-2.0 $j 1.27 + sed -i 's|^[ \t]*gradients|#\0|' $j/gtk-2.0/gtkrc 1.28 + done 1.29 + 1.30 + find $install -type f -exec chmod 644 \{\} \; 1.31 +} 1.32 + 1.33 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.34 +genpkg_rules() 1.35 +{ 1.36 + cp -a $install/* $fs 1.37 +}