wok-current rev 573
Up: abiword (2.6.2)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Apr 14 15:47:14 2008 +0200 (2008-04-14) |
parents | cfaa16e94216 |
children | dde02d953b61 |
files | abiword-dev/receipt abiword-extras/receipt abiword-plugins/receipt abiword/receipt abiword/stuff/abiword.desktop |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/abiword-dev/receipt Mon Apr 14 15:47:14 2008 +0200 1.3 @@ -0,0 +1,18 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="abiword-dev" 1.7 +VERSION="2.6.2" 1.8 +CATEGORY="developement" 1.9 +SHORT_DESC="Extra plugins for Abiword." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +WANTED="abiword" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +WEB_SITE="http://www.abisource.com/" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + mkdir -p $fs/usr 1.19 + cp -a $_pkg/usr/include $fs/usr 1.20 + cp -a $_pkg/usr/lib $fs/usr 1.21 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/abiword-extras/receipt Mon Apr 14 15:47:14 2008 +0200 2.3 @@ -0,0 +1,30 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="abiword-extras" 2.7 +VERSION="2.6.2" 2.8 +CATEGORY="office" 2.9 +SHORT_DESC="Extras for Abiword - Clipart, dictionary, templates." 2.10 +MAINTAINER="pankso@slitaz.org" 2.11 +DEPENDS="abiword" 2.12 +BUILD_DEPENDS="abiword-dev" 2.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 2.14 +WEB_SITE="http://www.abisource.com/" 2.15 +WGET_URL="http://www.abisource.com/downloads/abiword/2.6.2/source/$TARBALL" 2.16 + 2.17 +# Rules to configure and make the package. 2.18 +compile_rules() 2.19 +{ 2.20 + cd $src 2.21 + ./configure \ 2.22 + --prefix=/usr \ 2.23 + $CONFIGURE_ARGS 2.24 + make 2.25 + make DESTDIR=$src/_pkg install 2.26 +} 2.27 + 2.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.29 +genpkg_rules() 2.30 +{ 2.31 + cp -a $_pkg/* $fs 2.32 +} 2.33 +
3.1 --- a/abiword-plugins/receipt Mon Apr 14 15:42:19 2008 +0200 3.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 3.3 @@ -1,37 +0,0 @@ 3.4 -# SliTaz package receipt. 3.5 - 3.6 -PACKAGE="abiword-plugins" 3.7 -VERSION="2.4.6" 3.8 -CATEGORY="office" 3.9 -SHORT_DESC="Extra plugins for Abiword." 3.10 -MAINTAINER="pankso@slitaz.org" 3.11 -DEPENDS="gtk+ libgnomeprint libgnomeprintui libgnomecanvas fribidi libglade 3.12 - popt libxml2 libart_lgpl" 3.13 -BUILD_DEPENDS="gtk+-dev libgnomeprint-dev libgnomeprintui-dev libgnomecanvas-dev 3.14 - fribidi-dev libglade-dev popt-dev libxml2-dev libart_lgpl-dev" 3.15 -WANTED="abiword" 3.16 -WEB_SITE="http://www.abisource.com/" 3.17 - 3.18 -# Rules to configure and make the package. 3.19 -compile_rules() 3.20 -{ 3.21 - cd $src/abiword-plugins 3.22 - ./configure \ 3.23 - --prefix=/usr \ 3.24 - --infodir=/usr/share/info \ 3.25 - --mandir=/usr/share/man \ 3.26 - $CONFIGURE_ARGS 3.27 - make 3.28 - make DESTDIR=$src/_pkg-plugins install 3.29 -} 3.30 - 3.31 -# Rules to gen a SliTaz package suitable for Tazpkg. 3.32 -genpkg_rules() 3.33 -{ 3.34 - mkdir -p $fs/usr/lib/AbiWord-2.4/plugins/ 3.35 - _pkg=$src/_pkg-plugins 3.36 - 3.37 - cp -a $_pkg/usr/lib/AbiWord-2.4/plugins/*.so \ 3.38 - $fs/usr/lib/AbiWord-2.4/plugins/ 3.39 -} 3.40 -
4.1 --- a/abiword/receipt Mon Apr 14 15:42:19 2008 +0200 4.2 +++ b/abiword/receipt Mon Apr 14 15:47:14 2008 +0200 4.3 @@ -1,23 +1,24 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="abiword" 4.7 -VERSION="2.4.6" 4.8 +VERSION="2.6.2" 4.9 CATEGORY="office" 4.10 SHORT_DESC="Light and speed word processing application." 4.11 MAINTAINER="pankso@slitaz.org" 4.12 DEPENDS="gtk+ libgnomeprint libgnomeprintui libgnomecanvas fribidi libglade 4.13 - popt libxml2 libart_lgpl" 4.14 + popt libxml2 libart_lgpl libgsf enchant wv" 4.15 BUILD_DEPENDS="gtk+-dev libgnomeprint-dev libgnomeprintui-dev libgnomecanvas-dev 4.16 - fribidi-dev libglade-dev popt-dev libxml2-dev libart_lgpl-dev" 4.17 -SUGGESTED="abiword-plugins" 4.18 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 4.19 + fribidi-dev libglade-dev popt-dev libxml2-dev libart_lgpl-dev 4.20 + libgsf-dev enchant-dev wv-dev" 4.21 +SUGGESTED="abiword-extras" 4.22 +TARBALL="$PACKAGE-$VERSION.tar.gz" 4.23 WEB_SITE="http://www.abisource.com/" 4.24 -WGET_URL="http://www.abisource.com/downloads/abiword/2.4.6/source/$TARBALL" 4.25 +WGET_URL="http://www.abisource.com/downloads/abiword/2.6.2/source/$TARBALL" 4.26 4.27 # Rules to configure and make the package. 4.28 compile_rules() 4.29 { 4.30 - cd $src/abi 4.31 + cd $src 4.32 ./configure \ 4.33 --prefix=/usr \ 4.34 --infodir=/usr/share/info \ 4.35 @@ -25,7 +26,7 @@ 4.36 --enable-extra-optimization \ 4.37 $CONFIGURE_ARGS 4.38 make 4.39 - make DESTDIR=$src/_pkg install 4.40 + make DESTDIR=$PWD/_pkg install 4.41 } 4.42 4.43 # Rules to gen a SliTaz package suitable for Tazpkg. 4.44 @@ -33,8 +34,7 @@ 4.45 { 4.46 mkdir -p $fs/usr/share/pixmaps 4.47 cp -a $_pkg/usr/bin $fs/usr 4.48 - cp -a $_pkg/usr/lib $fs/usr 4.49 - cp -a $_pkg/usr/share/AbiSuite-* $fs/usr/share 4.50 + cp -a $_pkg/usr/share/abiword-* $fs/usr/share 4.51 # Non standard pixmap 4.52 cp $_pkg/usr/share/icons/abiword_48.png \ 4.53 $fs/usr/share/pixmaps/abiword.png
5.1 --- a/abiword/stuff/abiword.desktop Mon Apr 14 15:42:19 2008 +0200 5.2 +++ b/abiword/stuff/abiword.desktop Mon Apr 14 15:47:14 2008 +0200 5.3 @@ -1,10 +1,35 @@ 5.4 [Desktop Entry] 5.5 -Encoding=UTF-8 5.6 -Name=AbiWord Processor 5.7 -Name[fr]=AbiWord Traitement de texte 5.8 Exec=abiword 5.9 Icon=abiword.png 5.10 +Terminal=false 5.11 Type=Application 5.12 -MimeType=application/x-abiword;text/x-abiword;text/x-xml-abiword;text/plain;application/msword;application/rtf;application/vnd.plain;application/xhtml+xml;text/html; 5.13 -Categories=Application;Office;WordProcessor; 5.14 - 5.15 +Categories=Application;Office;WordProcessor;GNOME;GTK;X-Red-Hat-Base; 5.16 +StartupNotify=true 5.17 +Encoding=UTF-8 5.18 +X-Desktop-File-Install-Version=0.9 5.19 +MimeType=application/x-abiword;text/x-abiword;text/x-xml-abiword;text/plain;application/msword;application/rtf;application/vnd.plain;application/xhtml+xml;text/html;application/x-crossmark;application/docbook+xml;application/x-t602;application/vnd.oasis.opendocument.text;application/vnd.sun.xml.writer;application/vnd.stardivision.writer;text/vnd.wap.wml;application/wordperfect6;application/wordperfect5.1; 5.20 +Name=AbiWord 5.21 +GenericName=Word Processor 5.22 +Comment=AbiWord Word Processor 5.23 +Name[de]=Textverarbeitung 5.24 +Comment[de]=AbiWord Textverarbeitung 5.25 +Name[nb]=Tekstbehandling 5.26 +Comment[nb]=AbiWord Tekstbehandling 5.27 +Name[nl]=Tekstverwerker 5.28 +Comment[nl]=AbiWord tekstverwerker 5.29 +Name[nn]=Tekstbehandling 5.30 +Comment[nn]=AbiWord Tekstbehandling 5.31 +Name[no]=Tekstbehandler 5.32 +Comment[no]=AbiWord Tekstbehandler 5.33 +Name[pt]=Processador de Texto 5.34 +Comment[pt]=AbiWord Processador de Texto 5.35 +Name[es]=Procesador de textos Abiword 5.36 +GenericName[es]=Procesador de textos 5.37 +Comment[es]=Procesador de textos Abiword 5.38 +Name[fr]=Traitement de texte AbiWord 5.39 +GenericName[fr]=Traitement de texte 5.40 +Comment[fr]=Traitement de texte de Gnome Office 5.41 +Name[pl]=Edytor tekstu AbiWord 5.42 +Comment[pl]=Edytor tekstu AbiWord 5.43 +Name[ja]=AbiWord ワードプロセッサ 5.44 +Comment[ja]=AbiWord ワードプロセッサ