# HG changeset patch # User Christophe Lincoln # Date 1330700420 -3600 # Node ID f985854df806a693a9187b701e8623871cdff40a # Parent 57dade4285bdb2a622d5c6cc20b1f3dc79be5b52 Up: yad (0.17.0) diff -r 57dade4285bd -r f985854df806 yad/receipt --- a/yad/receipt Fri Mar 02 15:57:04 2012 +0100 +++ b/yad/receipt Fri Mar 02 16:00:20 2012 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="yad" -VERSION="0.16.3" +VERSION="0.17.0" CATEGORY="utilities" SHORT_DESC="Display graphical dialogs from shell scripts or command line" MAINTAINER="devl547@gmail.com" @@ -10,13 +10,12 @@ WGET_URL="http://yad.googlecode.com/files/$TARBALL" DEPENDS="gtk+" -BUILD_DEPENDS="acl intltool gettext pkg-config glib-dev gtk+-dev" +BUILD_DEPENDS="intltool gettext pkg-config glib-dev gtk+-dev" # Rules to configure and make the package. compile_rules() { cd $src - [ -f install-sh ] && chmod +x install-sh ./configure \ --enable-icon-browser && make && make install @@ -27,7 +26,7 @@ { mkdir -p $fs/usr/bin \ $fs/usr/share - cp -a $_pkg/usr/bin/* $fs/usr/bin - cp -ar $_pkg/usr/share/applications $fs/usr/share - cp -ar $_pkg/usr/share/icons $fs/usr/share + cp -a $install/usr/bin/* $fs/usr/bin + cp -ar $install/usr/share/applications $fs/usr/share + cp -ar $install/usr/share/icons $fs/usr/share }