wok-4.x diff goffice/receipt @ rev 5427

Up: goffice (0.8.2)
author Christopher Rogers <slaxemulator@gmail.com>
date Tue May 04 19:23:16 2010 +0000 (2010-05-04)
parents 8b79c3ee7ac2
children 0ea24a127aa4
line diff
     1.1 --- a/goffice/receipt	Mon Mar 16 22:01:20 2009 +0000
     1.2 +++ b/goffice/receipt	Tue May 04 19:23:16 2010 +0000
     1.3 @@ -1,15 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="goffice"
     1.7 -VERSION="0.6.5"
     1.8 +VERSION="0.8.2"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="GOffice is a library of document-centric objects and utilities."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  DEPENDS="gtk+ libgsf libglade libart_lgpl xorg-libXdamage"
    1.13 -BUILD_DEPENDS="gtk+-dev libgsf-dev libglade-dev"
    1.14 +BUILD_DEPENDS="gtk+-dev libgsf-dev libglade-dev intltool expat-dev"
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16  WEB_SITE="http://freshmeat.net/projects/goffice/"
    1.17 -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/goffice/0.6/$TARBALL"
    1.18 +WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/goffice/0.8/$TARBALL"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22 @@ -19,6 +19,7 @@
    1.23  		--prefix=/usr \
    1.24  		--mandir=/usr/share/man \
    1.25  		--with-html-dir=/usr/share/doc \
    1.26 +		--without-gconf \
    1.27  		$CONFIGURE_ARGS &&
    1.28  	make &&
    1.29  	make DESTDIR=$PWD/_pkg install