wok-6.x diff yad/receipt @ rev 15495
Up: firefox-langpack-it (17.0.10esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Nov 17 16:29:59 2013 +0100 (2013-11-17) |
parents | 2b9f96603415 |
children | 4addbf8f8939 |
line diff
1.1 --- a/yad/receipt Sat Aug 10 13:52:56 2013 +0000 1.2 +++ b/yad/receipt Sun Nov 17 16:29:59 2013 +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 }