# HG changeset patch # User Christopher Rogers # Date 1320216662 0 # Node ID f5022ffa7d43f8ba63c665ecd75958c15b247deb # Parent 34057f29b149370056c6eb614141511b48687196 Up: goffice to 0.8.17. diff -r 34057f29b149 -r f5022ffa7d43 goffice-dev/receipt --- a/goffice-dev/receipt Wed Nov 02 06:47:33 2011 +0000 +++ b/goffice-dev/receipt Wed Nov 02 06:51:02 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="goffice-dev" -VERSION="0.8.14" +VERSION="0.8.17" CATEGORY="x-window" SHORT_DESC="GOffice devel files." MAINTAINER="pankso@slitaz.org" diff -r 34057f29b149 -r f5022ffa7d43 goffice/receipt --- a/goffice/receipt Wed Nov 02 06:47:33 2011 +0000 +++ b/goffice/receipt Wed Nov 02 06:51:02 2011 +0000 @@ -1,29 +1,27 @@ # SliTaz package receipt. PACKAGE="goffice" -VERSION="0.8.14" +VERSION="0.8.17" CATEGORY="x-window" SHORT_DESC="GOffice is a library of document-centric objects and utilities." MAINTAINER="pankso@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://freshmeat.net/projects/goffice/" +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" + DEPENDS="gtk+ libgsf libglade libart_lgpl xorg-libXdamage" BUILD_DEPENDS="gtk+-dev libxml2-dev libgsf libgsf-dev libglade-dev intltool expat-dev bzip2-dev" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://freshmeat.net/projects/goffice/" -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src ./configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ --with-html-dir=/usr/share/doc \ --without-gconf \ --disable-static \ $CONFIGURE_ARGS && - make -j 4 && - make DESTDIR=$PWD/_pkg install + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.