wok-current rev 6681
Up: goffice to 0.8.10.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Oct 12 17:23:06 2010 +0000 (2010-10-12) |
parents | c8c3504b79db |
children | 51eff21c8bc4 |
files | goffice-dev/receipt goffice/receipt |
line diff
1.1 --- a/goffice-dev/receipt Tue Oct 12 16:36:37 2010 +0000 1.2 +++ b/goffice-dev/receipt Tue Oct 12 17:23:06 2010 +0000 1.3 @@ -1,10 +1,11 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="goffice-dev" 1.7 -VERSION="0.8.9" 1.8 +VERSION="0.8.10" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="GOffice devel files." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 +DEPENDS="goffice" 1.13 WANTED="goffice" 1.14 WEB_SITE="http://freshmeat.net/projects/goffice/" 1.15
2.1 --- a/goffice/receipt Tue Oct 12 16:36:37 2010 +0000 2.2 +++ b/goffice/receipt Tue Oct 12 17:23:06 2010 +0000 2.3 @@ -1,12 +1,12 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="goffice" 2.7 -VERSION="0.8.9" 2.8 +VERSION="0.8.10" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="GOffice is a library of document-centric objects and utilities." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 DEPENDS="gtk+ libgsf libglade libart_lgpl xorg-libXdamage" 2.13 -BUILD_DEPENDS="gtk+-dev libgsf-dev libglade-dev intltool expat-dev" 2.14 +BUILD_DEPENDS="gtk+-dev libxml2-dev libgsf libgsf-dev libglade-dev intltool expat-dev bzip2-dev" 2.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.16 WEB_SITE="http://freshmeat.net/projects/goffice/" 2.17 WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/goffice/0.8/$TARBALL" 2.18 @@ -20,6 +20,7 @@ 2.19 --mandir=/usr/share/man \ 2.20 --with-html-dir=/usr/share/doc \ 2.21 --without-gconf \ 2.22 + --disable-static \ 2.23 $CONFIGURE_ARGS && 2.24 make -j 4 && 2.25 make DESTDIR=$PWD/_pkg install