wok diff goffice/receipt @ rev 12534

xorg-xf86-video-openchrome: fix bdeps
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 26 02:05:55 2012 +0200 (2012-04-26)
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 Apr 26 02:05:55 2012 +0200
     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