wok-current rev 5815
Up goffice (0.8.6) & gnumeric (1.10.7)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jul 13 10:04:42 2010 +0200 (2010-07-13) |
parents | 2f845953ed17 |
children | 2a95f56f763f |
files | gnumeric/receipt goffice-dev/receipt goffice/receipt |
line diff
1.1 --- a/gnumeric/receipt Mon Jul 12 21:58:39 2010 +0200 1.2 +++ b/gnumeric/receipt Tue Jul 13 10:04:42 2010 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gnumeric" 1.7 -VERSION="1.8.4" 1.8 +VERSION="1.10.7" 1.9 CATEGORY="office" 1.10 SHORT_DESC="Office Spreadsheet application." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -9,7 +9,7 @@ 1.13 BUILD_DEPENDS="gtk+-dev libgsf-dev libart_lgpl-dev goffice-dev xorg-libXdamage-dev" 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 WEB_SITE="http://www.gnome.org/projects/gnumeric/" 1.16 -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.8/$TARBALL" 1.17 +WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/${VERSION%.*}/$TARBALL" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 @@ -23,7 +23,7 @@ 1.22 --without-gda \ 1.23 --without-paradox \ 1.24 $CONFIGURE_ARGS && 1.25 - make && 1.26 + make -j 4 && 1.27 make DESTDIR=$PWD/_pkg install 1.28 } 1.29
2.1 --- a/goffice-dev/receipt Mon Jul 12 21:58:39 2010 +0200 2.2 +++ b/goffice-dev/receipt Tue Jul 13 10:04:42 2010 +0200 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="goffice-dev" 2.7 -VERSION="0.8.3" 2.8 +VERSION="0.8.6" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="GOffice devel files." 2.11 MAINTAINER="pankso@slitaz.org"
3.1 --- a/goffice/receipt Mon Jul 12 21:58:39 2010 +0200 3.2 +++ b/goffice/receipt Tue Jul 13 10:04:42 2010 +0200 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="goffice" 3.7 -VERSION="0.8.3" 3.8 +VERSION="0.8.6" 3.9 CATEGORY="x-window" 3.10 SHORT_DESC="GOffice is a library of document-centric objects and utilities." 3.11 MAINTAINER="pankso@slitaz.org" 3.12 @@ -21,7 +21,7 @@ 3.13 --with-html-dir=/usr/share/doc \ 3.14 --without-gconf \ 3.15 $CONFIGURE_ARGS && 3.16 - make && 3.17 + make -j 4 && 3.18 make DESTDIR=$PWD/_pkg install 3.19 } 3.20