wok diff yad-gtk3/receipt @ rev 16364
fltk: remove --with-archflags=i386
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 14 09:32:36 2014 +0000 (2014-04-14) |
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 Mon Apr 14 09:32:36 2014 +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 }