wok-next diff slitaz-icon/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents cd7906120828
children
line diff
     1.1 --- a/slitaz-icon/receipt	Sat Jul 14 17:43:03 2018 +0300
     1.2 +++ b/slitaz-icon/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -3,8 +3,8 @@
     1.4  PACKAGE="slitaz-icon"
     1.5  VERSION="1.2.1"
     1.6  CATEGORY="misc"
     1.7 -SHORT_DESC="SliTaz icons in size 22x22 and 32x32 (minimum)."
     1.8 -MAINTAINER="pankso@slitaz.org"
     1.9 +SHORT_DESC="SliTaz icons in size 22x22 and 32x32 (minimum)"
    1.10 +MAINTAINER="devel@slitaz.org"
    1.11  LICENSE="GPL3"
    1.12  WEB_SITE="http://www.slitaz.org/"
    1.13  REPOLOGY="-"
    1.14 @@ -14,9 +14,7 @@
    1.15  
    1.16  BUILD_DEPENDS="faenza-icon-theme"
    1.17  
    1.18 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 -genpkg_rules()
    1.20 -{
    1.21 +genpkg_rules() {
    1.22  	mkdir -p $fs/usr/share/icons
    1.23  	cp -a $src/SliTaz $fs/usr/share/icons
    1.24  
    1.25 @@ -43,8 +41,7 @@
    1.26  	chown -R root.root $fs
    1.27  }
    1.28  
    1.29 -post_install()
    1.30 -{
    1.31 +post_install() {
    1.32  	# Default icon theme to SliTaz.
    1.33  	if [ -f "$1/etc/skel/.gtkrc-2.0" ]; then
    1.34  		sed -i s/Tango/SliTaz/ "$1/etc/skel/.gtkrc-2.0"