wok-stable rev 11763
up yad (0.16.3)
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Wed Feb 22 15:03:23 2012 -0800 (2012-02-22) |
parents | cc786b36751d |
children | c2f103586eb5 |
files | yad/description.txt yad/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/yad/description.txt Wed Feb 22 15:03:23 2012 -0800 1.3 @@ -0,0 +1,2 @@ 1.4 +Yad (yet another dialog) is a fork of Zenity with many improvements, such as 1.5 +custom buttons, additional dialogs, pop-up menu in notification icon and more.
2.1 --- a/yad/receipt Wed Feb 22 14:36:37 2012 -0800 2.2 +++ b/yad/receipt Wed Feb 22 15:03:23 2012 -0800 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="yad" 2.7 -VERSION="0.15.1" 2.8 +VERSION="0.16.3" 2.9 CATEGORY="utilities" 2.10 SHORT_DESC="Display graphical dialogs from shell scripts or command line" 2.11 MAINTAINER="devl547@gmail.com" 2.12 @@ -25,6 +25,9 @@ 2.13 # Rules to gen a SliTaz package suitable for Tazpkg. 2.14 genpkg_rules() 2.15 { 2.16 - mkdir -p $fs/usr 2.17 - cp -a $_pkg/usr/bin $fs/usr 2.18 + mkdir -p $fs/usr/bin \ 2.19 + $fs/usr/share 2.20 + cp -a $_pkg/usr/bin/* $fs/usr/bin 2.21 + cp -ar $_pkg/usr/share/applications $fs/usr/share 2.22 + cp -ar $_pkg/usr/share/icons $fs/usr/share 2.23 }