wok-6.x rev 5272
Up: abiword 2.8.4
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Thu Apr 15 09:29:40 2010 -0400 (2010-04-15) |
parents | 9385fa3a0f93 |
children | 5efebb22f7bb |
files | abiword-dev/receipt abiword/receipt |
line diff
1.1 --- a/abiword-dev/receipt Thu Apr 15 18:22:14 2010 +0200 1.2 +++ b/abiword-dev/receipt Thu Apr 15 09:29:40 2010 -0400 1.3 @@ -1,9 +1,9 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="abiword-dev" 1.7 -VERSION="2.6.8" 1.8 +VERSION="2.8.4" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Extra plugins for Abiword." 1.11 +SHORT_DESC="Abiword devel files" 1.12 MAINTAINER="pankso@slitaz.org" 1.13 WANTED="abiword" 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 @@ -12,7 +12,10 @@ 1.16 # Rules to gen a SliTaz package suitable for Tazpkg. 1.17 genpkg_rules() 1.18 { 1.19 - mkdir -p $fs/usr 1.20 + mkdir -p $fs/usr/lib/abiword-2.8/plugins 1.21 + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.22 + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.23 + cp -a $_pkg/usr/lib/abiword-*/plugins/*.*a \ 1.24 + $fs/usr/lib/abiword-2.8/plugins 1.25 cp -a $_pkg/usr/include $fs/usr 1.26 - cp -a $_pkg/usr/lib $fs/usr 1.27 }
2.1 --- a/abiword/receipt Thu Apr 15 18:22:14 2010 +0200 2.2 +++ b/abiword/receipt Thu Apr 15 09:29:40 2010 -0400 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="abiword" 2.7 -VERSION="2.6.8" 2.8 +VERSION="2.8.4" 2.9 CATEGORY="office" 2.10 SHORT_DESC="Light and speed word processing application." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 @@ -9,14 +9,14 @@ 2.13 popt libxml2 libart_lgpl libgsf libgio enchant wv xorg-libXdamage gcc-lib-base" 2.14 BUILD_DEPENDS="$DEPENDS gtk+-dev libgnomeprint-dev libgnomeprintui-dev \ 2.15 fribidi-dev libglade-dev popt-dev libxml2-dev libart_lgpl-dev libgsf-dev \ 2.16 -enchant-dev wv-dev libgnomecanvas-dev" 2.17 +enchant-dev wv-dev libgnomecanvas-dev libcroco-dev libboost-dev" 2.18 SUGGESTED="abiword-extras" 2.19 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.20 WEB_SITE="http://www.abisource.com/" 2.21 WGET_URL="http://www.abisource.com/downloads/abiword/$VERSION/source/$TARBALL" 2.22 TAGS="word doc office" 2.23 2.24 -# Rules to configure and make the package. 2.25 +# Rules to configure and make the package. --enable-extra-optimization \ 2.26 compile_rules() 2.27 { 2.28 cd $src 2.29 @@ -24,18 +24,26 @@ 2.30 --prefix=/usr \ 2.31 --infodir=/usr/share/info \ 2.32 --mandir=/usr/share/man \ 2.33 - --enable-extra-optimization \ 2.34 - --enable-printing \ 2.35 + --enable-plugins \ 2.36 + --enable-clipart \ 2.37 + --enable-templates \ 2.38 + --disable-collab-backend-sugar \ 2.39 $CONFIGURE_ARGS && 2.40 make && 2.41 make DESTDIR=$PWD/_pkg install 2.42 + 2.43 + cd plugins 2.44 + make DESTDIR=$src/_pkg install 2.45 } 2.46 2.47 # Rules to gen a SliTaz package suitable for Tazpkg. 2.48 genpkg_rules() 2.49 { 2.50 - mkdir -p $fs/usr/share/pixmaps 2.51 + mkdir -p $fs/usr/share/pixmaps $fs/usr/lib/abiword-2.8/plugins 2.52 + 2.53 cp -a $_pkg/usr/bin $fs/usr 2.54 + cp -a $_pkg/usr/lib/*.so $fs/usr/lib 2.55 + 2.56 cp -a $_pkg/usr/share/abiword-* $fs/usr/share 2.57 # Non standard pixmap 2.58 cp $_pkg/usr/share/icons/abiword_48.png \