wok-current rev 10211
Up: libgnomeprintui to 2.18.6. Add $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 23:36:35 2011 +0000 (2011-05-20) |
parents | 15b53401a938 |
children | c427c88a177a |
files | libgnomeprintui-dev/receipt libgnomeprintui/receipt |
line diff
1.1 --- a/libgnomeprintui-dev/receipt Fri May 20 23:25:00 2011 +0000 1.2 +++ b/libgnomeprintui-dev/receipt Fri May 20 23:36:35 2011 +0000 1.3 @@ -1,11 +1,11 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libgnomeprintui-dev" 1.7 -VERSION="2.18.5" 1.8 +VERSION="2.18.6" 1.9 CATEGORY="development" 1.10 SHORT_DESC="GNOME print user interface library" 1.11 MAINTAINER="pankso@slitaz.org" 1.12 -DEPENDS="gtk+-dev libgnomeprint-dev libgnomecanvas-dev gnome-icon-theme" 1.13 +DEPENDS="gtk+-dev libgnomeprint-dev libgnomecanvas-dev libgnomeprintui gnome-icon-theme" 1.14 WANTED="libgnomeprintui" 1.15 WEB_SITE="http://www.gnome.org/" 1.16
2.1 --- a/libgnomeprintui/receipt Fri May 20 23:25:00 2011 +0000 2.2 +++ b/libgnomeprintui/receipt Fri May 20 23:36:35 2011 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libgnomeprintui" 2.7 -VERSION="2.18.5" 2.8 +VERSION="2.18.6" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="GNOME print user interface library" 2.11 MAINTAINER="pankso@slitaz.org" 2.12 @@ -18,7 +18,8 @@ 2.13 { 2.14 cd $src 2.15 ./configure \ 2.16 - --with-html-dir=/usr/share/doc && 2.17 + --with-html-dir=/usr/share/doc \ 2.18 + $CONFIGURE_ARGS && 2.19 make && make install 2.20 } 2.21