# HG changeset patch # User Rohit Joshi # Date 1271338180 14400 # Node ID 48b8bbe9b689dd03935c0dcc29ee1be1141f248a # Parent 9385fa3a0f93f99b88b95f28273169921e5278a8 Up: abiword 2.8.4 diff -r 9385fa3a0f93 -r 48b8bbe9b689 abiword-dev/receipt --- a/abiword-dev/receipt Thu Apr 15 18:22:14 2010 +0200 +++ b/abiword-dev/receipt Thu Apr 15 09:29:40 2010 -0400 @@ -1,9 +1,9 @@ # SliTaz package receipt. PACKAGE="abiword-dev" -VERSION="2.6.8" +VERSION="2.8.4" CATEGORY="development" -SHORT_DESC="Extra plugins for Abiword." +SHORT_DESC="Abiword devel files" MAINTAINER="pankso@slitaz.org" WANTED="abiword" TARBALL="$PACKAGE-$VERSION.tar.gz" @@ -12,7 +12,10 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr + mkdir -p $fs/usr/lib/abiword-2.8/plugins + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $_pkg/usr/lib/abiword-*/plugins/*.*a \ + $fs/usr/lib/abiword-2.8/plugins cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib $fs/usr } diff -r 9385fa3a0f93 -r 48b8bbe9b689 abiword/receipt --- a/abiword/receipt Thu Apr 15 18:22:14 2010 +0200 +++ b/abiword/receipt Thu Apr 15 09:29:40 2010 -0400 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="abiword" -VERSION="2.6.8" +VERSION="2.8.4" CATEGORY="office" SHORT_DESC="Light and speed word processing application." MAINTAINER="pankso@slitaz.org" @@ -9,14 +9,14 @@ popt libxml2 libart_lgpl libgsf libgio enchant wv xorg-libXdamage gcc-lib-base" BUILD_DEPENDS="$DEPENDS gtk+-dev libgnomeprint-dev libgnomeprintui-dev \ fribidi-dev libglade-dev popt-dev libxml2-dev libart_lgpl-dev libgsf-dev \ -enchant-dev wv-dev libgnomecanvas-dev" +enchant-dev wv-dev libgnomecanvas-dev libcroco-dev libboost-dev" SUGGESTED="abiword-extras" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.abisource.com/" WGET_URL="http://www.abisource.com/downloads/abiword/$VERSION/source/$TARBALL" TAGS="word doc office" -# Rules to configure and make the package. +# Rules to configure and make the package. --enable-extra-optimization \ compile_rules() { cd $src @@ -24,18 +24,26 @@ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ - --enable-extra-optimization \ - --enable-printing \ + --enable-plugins \ + --enable-clipart \ + --enable-templates \ + --disable-collab-backend-sugar \ $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install + + cd plugins + make DESTDIR=$src/_pkg install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/share/pixmaps + mkdir -p $fs/usr/share/pixmaps $fs/usr/lib/abiword-2.8/plugins + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/lib/*.so $fs/usr/lib + cp -a $_pkg/usr/share/abiword-* $fs/usr/share # Non standard pixmap cp $_pkg/usr/share/icons/abiword_48.png \