wok diff yad/receipt @ rev 15747

Up: dillo (3.0.3) with better integration for JWM flavor
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jan 03 10:29:30 2014 +0100 (2014-01-03)
parents 2b9f96603415
children 4addbf8f8939
line diff
     1.1 --- a/yad/receipt	Sat Aug 10 13:52:56 2013 +0000
     1.2 +++ b/yad/receipt	Fri Jan 03 10:29:30 2014 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="yad"
     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"
    1.11  MAINTAINER="devl547@gmail.com"
    1.12 @@ -30,9 +30,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  }