# HG changeset patch # User Christopher Rogers # Date 1301817707 0 # Node ID 9dcc2780c7a0a0ce7d2c2f6f4742e539571b2561 # Parent ce522e556202186c104da6cc0d4cf7aa729978cd Up: yad to 0.10.0. diff -r ce522e556202 -r 9dcc2780c7a0 yad/receipt --- a/yad/receipt Sun Apr 03 07:29:03 2011 +0000 +++ b/yad/receipt Sun Apr 03 08:01:47 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="yad" -VERSION="0.9.1" +VERSION="0.10.0" CATEGORY="utilities" SHORT_DESC="Display graphical dialogs from shell scripts or command line" MAINTAINER="devl547@gmail.com" @@ -14,6 +14,7 @@ compile_rules() { cd $src + [ -f install-sh ] && chmod +x install-sh ./configure \ --enable-icon-browser && make && make install