wok-6.x diff libgnomeprintui/receipt @ rev 10726
libtaz: Don't need to check /usr/bin/hg anymore. Best to get the tag 1.1.2 version. May need to delete the slitaz-dev-tools-1.1.2.tar.bz2 source on tank to make sure we have the tag version.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 28 20:44:37 2011 +0000 (2011-05-28) |
parents | 74bfdbd99e97 |
children | 11f1e3ba9ba2 |
line diff
1.1 --- a/libgnomeprintui/receipt Wed May 11 20:32:36 2011 +0200 1.2 +++ b/libgnomeprintui/receipt Sat May 28 20:44:37 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libgnomeprintui" 1.7 -VERSION="2.18.5" 1.8 +VERSION="2.18.6" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="GNOME print user interface library" 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -18,7 +18,8 @@ 1.13 { 1.14 cd $src 1.15 ./configure \ 1.16 - --with-html-dir=/usr/share/doc && 1.17 + --with-html-dir=/usr/share/doc \ 1.18 + $CONFIGURE_ARGS && 1.19 make && make install 1.20 } 1.21