# HG changeset patch # User Christopher Rogers # Date 1319660079 0 # Node ID 1e98b56c9f3815d486379f6c9f7aa7cbebea9c38 # Parent 93efe993d3126bad27ba2ed9cf3daac423bb68e3 Up: yad to 0.14.2. diff -r 93efe993d312 -r 1e98b56c9f38 yad/receipt --- a/yad/receipt Wed Oct 26 20:10:43 2011 +0000 +++ b/yad/receipt Wed Oct 26 20:14:39 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="yad" -VERSION="0.12.0" +VERSION="0.14.2" CATEGORY="utilities" SHORT_DESC="Display graphical dialogs from shell scripts or command line" MAINTAINER="devl547@gmail.com" @@ -16,6 +16,7 @@ compile_rules() { cd $src + [ -f install-sh ] && chmod +x install-sh ./configure \ --enable-icon-browser && make && make install