# HG changeset patch # User Christopher Rogers # Date 1273000996 0 # Node ID 7a6f8a86cc97fbe53c992b141520f3a26dd0c974 # Parent cf8f570e2ad654cc262ae0e34972a2011a28a3fb Up: goffice (0.8.2) diff -r cf8f570e2ad6 -r 7a6f8a86cc97 goffice-dev/receipt --- a/goffice-dev/receipt Tue May 04 22:10:34 2010 +0200 +++ b/goffice-dev/receipt Tue May 04 19:23:16 2010 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="goffice-dev" -VERSION="0.6.5" +VERSION="0.8.2" CATEGORY="x-window" SHORT_DESC="GOffice devel files." MAINTAINER="pankso@slitaz.org" diff -r cf8f570e2ad6 -r 7a6f8a86cc97 goffice/receipt --- a/goffice/receipt Tue May 04 22:10:34 2010 +0200 +++ b/goffice/receipt Tue May 04 19:23:16 2010 +0000 @@ -1,15 +1,15 @@ # SliTaz package receipt. PACKAGE="goffice" -VERSION="0.6.5" +VERSION="0.8.2" CATEGORY="x-window" SHORT_DESC="GOffice is a library of document-centric objects and utilities." MAINTAINER="pankso@slitaz.org" DEPENDS="gtk+ libgsf libglade libart_lgpl xorg-libXdamage" -BUILD_DEPENDS="gtk+-dev libgsf-dev libglade-dev" +BUILD_DEPENDS="gtk+-dev libgsf-dev libglade-dev intltool expat-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://freshmeat.net/projects/goffice/" -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/goffice/0.6/$TARBALL" +WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/goffice/0.8/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -19,6 +19,7 @@ --prefix=/usr \ --mandir=/usr/share/man \ --with-html-dir=/usr/share/doc \ + --without-gconf \ $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install