wok rev 11785
Down gnumeric (0.8.16) 0.8.17 references gtk+-3. Removed unrecognized option from goffice
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Fri Feb 24 10:18:11 2012 -0800 (2012-02-24) |
parents | d8128bfa0d06 |
children | b880a8dd18d1 |
files | gnumeric/receipt goffice/receipt |
line diff
1.1 --- a/gnumeric/receipt Fri Feb 24 15:35:55 2012 +0100 1.2 +++ b/gnumeric/receipt Fri Feb 24 10:18:11 2012 -0800 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gnumeric" 1.7 -VERSION="1.10.17" 1.8 +VERSION="1.10.16" 1.9 CATEGORY="office" 1.10 SHORT_DESC="Office Spreadsheet application." 1.11 MAINTAINER="pankso@slitaz.org"
2.1 --- a/goffice/receipt Fri Feb 24 15:35:55 2012 +0100 2.2 +++ b/goffice/receipt Fri Feb 24 10:18:11 2012 -0800 2.3 @@ -5,12 +5,13 @@ 2.4 CATEGORY="x-window" 2.5 SHORT_DESC="GOffice is a library of document-centric objects and utilities." 2.6 MAINTAINER="pankso@slitaz.org" 2.7 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.8 +TARBALL="$PACKAGE-$VERSION.tar.xz" 2.9 WEB_SITE="http://freshmeat.net/projects/goffice/" 2.10 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 2.11 2.12 DEPENDS="gtk+ libgsf libglade libart_lgpl xorg-libXdamage" 2.13 -BUILD_DEPENDS="gtk+-dev libxml2-dev libgsf libgsf-dev libglade-dev intltool expat-dev bzip2-dev" 2.14 +BUILD_DEPENDS="gtk+-dev libxml2-dev libgsf libgsf-dev libglade-dev intltool \ 2.15 +expat-dev bzip2-dev librsvg-dev" 2.16 2.17 # Rules to configure and make the package. 2.18 compile_rules() 2.19 @@ -18,7 +19,6 @@ 2.20 cd $src 2.21 ./configure \ 2.22 --with-html-dir=/usr/share/doc \ 2.23 - --without-gconf \ 2.24 --disable-static \ 2.25 $CONFIGURE_ARGS && 2.26 make && make install