# HG changeset patch # User Christopher Rogers # Date 1305901243 0 # Node ID 51d0db4b9cc04b18ce0f829cc6eda66a4c8b3100 # Parent 77cd6a3007d109858aa302fdc52beb447012f925 Up: yad to 0.10.2. diff -r 77cd6a3007d1 -r 51d0db4b9cc0 yad/receipt --- a/yad/receipt Fri May 20 19:52:16 2011 +0200 +++ b/yad/receipt Fri May 20 14:20:43 2011 +0000 @@ -1,20 +1,21 @@ # SliTaz package receipt. PACKAGE="yad" -VERSION="0.10.0" +VERSION="0.10.2" CATEGORY="utilities" SHORT_DESC="Display graphical dialogs from shell scripts or command line" MAINTAINER="devl547@gmail.com" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://code.google.com/p/yad/" WGET_URL="http://yad.googlecode.com/files/$TARBALL" + +DEPENDS="gtk+" BUILD_DEPENDS="acl 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