wok-6.x diff goffice/receipt @ rev 13695
separate .conf file
author | xfred222 |
---|---|
date | Thu Dec 13 20:04:39 2012 -0500 (2012-12-13) |
parents | f5022ffa7d43 |
children | eaa75d6adeb2 |
line diff
1.1 --- a/goffice/receipt Wed Nov 02 06:51:02 2011 +0000 1.2 +++ b/goffice/receipt Thu Dec 13 20:04:39 2012 -0500 1.3 @@ -5,12 +5,13 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="GOffice is a library of document-centric objects and utilities." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.8 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.9 WEB_SITE="http://freshmeat.net/projects/goffice/" 1.10 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.11 1.12 DEPENDS="gtk+ libgsf libglade libart_lgpl xorg-libXdamage" 1.13 -BUILD_DEPENDS="gtk+-dev libxml2-dev libgsf libgsf-dev libglade-dev intltool expat-dev bzip2-dev" 1.14 +BUILD_DEPENDS="gtk+-dev libxml2-dev libgsf libgsf-dev libglade-dev intltool \ 1.15 +expat-dev bzip2-dev librsvg-dev" 1.16 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 @@ -18,7 +19,6 @@ 1.20 cd $src 1.21 ./configure \ 1.22 --with-html-dir=/usr/share/doc \ 1.23 - --without-gconf \ 1.24 --disable-static \ 1.25 $CONFIGURE_ARGS && 1.26 make && make install