wok diff yad-gtk3/receipt @ rev 15207

Add mktorrent
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 10 12:15:52 2013 +0000 (2013-09-10)
parents 2b9f96603415
children 06146445ad61
line diff
     1.1 --- a/yad-gtk3/receipt	Sat Aug 10 13:52:56 2013 +0000
     1.2 +++ b/yad-gtk3/receipt	Tue Sep 10 12:15:52 2013 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="yad-gtk3"
     1.7 -VERSION="0.20.3"
     1.8 +VERSION="0.22.1"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="Display graphical dialogs from shell scripts or command line (GTK+3)"
    1.11  MAINTAINER="devl547@gmail.com"
    1.12 @@ -31,9 +31,8 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p \
    1.17 -		$fs/usr/share/pixmaps
    1.18 +	usih=/usr/share/icons/hicolor
    1.19 +	mkdir -p $fs$usih
    1.20  	cp -a $install/usr/bin $fs/usr
    1.21 -	cp -a $install/usr/share/icons/hicolor/48x48/apps/yad.png \
    1.22 -		$fs/usr/share/pixmaps
    1.23 +	cp -a $install$usih/48x48 $fs$usih
    1.24  }