# HG changeset patch # User Aleksej Bobylev # Date 1413898289 -10800 # Node ID e9c56b27df134bc57a43cdbb39bfc22af4da9ba3 # Parent 4a1a5d881605194a9ec17971fe1e527a661b5147 Up: yad (0.27.0). diff -r 4a1a5d881605 -r e9c56b27df13 yad/receipt --- a/yad/receipt Tue Oct 21 12:15:20 2014 +0200 +++ b/yad/receipt Tue Oct 21 16:31:29 2014 +0300 @@ -1,15 +1,14 @@ # SliTaz package receipt. PACKAGE="yad" -VERSION="0.26.0" -VERSION_NOTE="latest" +VERSION="0.27.0" CATEGORY="utilities" SHORT_DESC="Display graphical dialogs from shell scripts or command line" MAINTAINER="devl547@gmail.com" LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://sourceforge.net/projects/yad-dialog/" -WGET_URL="$SF_MIRROR/project/yad-dialog/$TARBALL" +WGET_URL="$SF_MIRROR/yad-dialog/$TARBALL" TAGS="gtk2" HOST_ARCH="i486 arm" @@ -23,12 +22,12 @@ # Rules to configure and make the package. compile_rules() { - patch -p1 < $stuff/ru.patch + #patch -p1 < $stuff/ru.patch ./configure \ --enable-icon-browser \ $CONFIGURE_ARGS && make && make install && - optipng -quiet -zc1-9 -zm1-9 -zs0-3 -f0-5 \ + optipng -quiet -strip all -o7 -zm1-9 \ $install/usr/share/icons/hicolor/48x48/apps/yad.png }