# HG changeset patch # User Christophe Lincoln # Date 1209776658 -7200 # Node ID 2fe94d04fc6fa5773ec27c4edcfa9fda19f3ffbb # Parent 2cb458b74bb3ed06b54c8af12c9455482b2ec241 Up: abiword (2.6.3) + add abiword-pligins for OTD support and other cool stuff. diff -r 2cb458b74bb3 -r 2fe94d04fc6f abiword-dev/receipt --- a/abiword-dev/receipt Sat May 03 02:40:21 2008 +0200 +++ b/abiword-dev/receipt Sat May 03 03:04:18 2008 +0200 @@ -1,8 +1,8 @@ # SliTaz package receipt. PACKAGE="abiword-dev" -VERSION="2.6.2" -CATEGORY="developement" +VERSION="2.6.3" +CATEGORY="development" SHORT_DESC="Extra plugins for Abiword." MAINTAINER="pankso@slitaz.org" WANTED="abiword" diff -r 2cb458b74bb3 -r 2fe94d04fc6f abiword-extras/receipt --- a/abiword-extras/receipt Sat May 03 02:40:21 2008 +0200 +++ b/abiword-extras/receipt Sat May 03 03:04:18 2008 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="abiword-extras" -VERSION="2.6.2" +VERSION="2.6.3" CATEGORY="office" SHORT_DESC="Extras for Abiword - Clipart, dictionary, templates." MAINTAINER="pankso@slitaz.org" @@ -9,7 +9,7 @@ BUILD_DEPENDS="abiword-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.abisource.com/" -WGET_URL="http://www.abisource.com/downloads/abiword/2.6.2/source/$TARBALL" +WGET_URL="http://www.abisource.com/downloads/abiword/$VERSION/source/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r 2cb458b74bb3 -r 2fe94d04fc6f abiword-plugins/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/abiword-plugins/receipt Sat May 03 03:04:18 2008 +0200 @@ -0,0 +1,42 @@ +# SliTaz package receipt. + +PACKAGE="abiword-plugins" +VERSION="2.6.3" +CATEGORY="office" +SHORT_DESC="Extra plugins for Abiword (OpenDocument, Wikidepia, etc)." +MAINTAINER="pankso@slitaz.org" +DEPENDS="abiword" +BUILD_DEPENDS="abiword-dev" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.abisource.com/" +WGET_URL="http://www.abisource.com/downloads/abiword/$VERSION/source/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + --with-abiword=$WOK/abiword/abiword-$VERSION \ + --disable-abicollab \ + --disable-librsvg \ + --disable-docbook \ + --disable-OpenXML \ + --disable-wordperfect \ + --disable-xhtml \ + $CONFIGURE_ARGS + make + make DESTDIR=$src/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib/abiword-2.6/plugins $fs/usr/share + cp -a $_pkg/usr/lib/abiword-2.6/plugins/*.so \ + $fs/usr/lib/abiword-2.6/plugins + cp -a $_pkg/usr/share/abiword-2.6 $fs/usr/share +} + diff -r 2cb458b74bb3 -r 2fe94d04fc6f abiword/receipt --- a/abiword/receipt Sat May 03 02:40:21 2008 +0200 +++ b/abiword/receipt Sat May 03 03:04:18 2008 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="abiword" -VERSION="2.6.2" +VERSION="2.6.3" CATEGORY="office" SHORT_DESC="Light and speed word processing application." MAINTAINER="pankso@slitaz.org" @@ -13,7 +13,7 @@ SUGGESTED="abiword-extras" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.abisource.com/" -WGET_URL="http://www.abisource.com/downloads/abiword/2.6.2/source/$TARBALL" +WGET_URL="http://www.abisource.com/downloads/abiword/$VERSION/source/$TARBALL" # Rules to configure and make the package. compile_rules()