wok diff yad/receipt @ rev 14907

lxinput: up 0.3.2; openbox: fix pipe menu display; slitaz-i18n: add missing core packages; tiny edits.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 02 15:13:41 2013 +0300 (2013-08-02)
parents 50f5543dd76b
children 2b9f96603415
line diff
     1.1 --- a/yad/receipt	Fri Mar 22 14:44:40 2013 +0000
     1.2 +++ b/yad/receipt	Fri Aug 02 15:13:41 2013 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="yad"
     1.7 -VERSION="0.20.1"
     1.8 +VERSION="0.20.3"
     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 @@ -9,9 +9,10 @@
    1.13  WEB_SITE="http://code.google.com/p/yad/"
    1.14  WGET_URL="http://yad.googlecode.com/files/$TARBALL"
    1.15  TAGS="gtk2"
    1.16 +VERSION_NOTE="latest"
    1.17  
    1.18  DEPENDS="gtk+"
    1.19 -BUILD_DEPENDS="gtk+-dev"
    1.20 +BUILD_DEPENDS="gtk+-dev optipng"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24 @@ -21,6 +22,8 @@
    1.25  		--enable-icon-browser &&
    1.26  	make &&
    1.27  	make install
    1.28 +	optipng -quiet -zc1-9 -zm1-9 -zs0-3 -f0-5 \
    1.29 +		$install/usr/share/icons/hicolor/48x48/apps/yad.png
    1.30  }
    1.31  
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.