wok diff yad/receipt @ rev 14853

x11vnc: fix genpkg_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jul 18 10:50:13 2013 +0000 (2013-07-18)
parents 50f5543dd76b
children 2b9f96603415
line diff
     1.1 --- a/yad/receipt	Fri Mar 22 14:44:40 2013 +0000
     1.2 +++ b/yad/receipt	Thu Jul 18 10:50:13 2013 +0000
     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.