diff options
author | tnut <tnut at nutyx dot com> | 2011-04-01 21:30:41 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-04-01 21:30:41 +0200 |
commit | 370b1fce0b267bc292c199c07217c1e256146cc5 (patch) | |
tree | a3d9a205ac2cc948f7634188799aa5c8e4e1530a /extra/abiword/Pkgfile | |
parent | cccaa5670c55df9970ab6f2284885aecb10bf5fe (diff) | |
download | nutyx-extra-370b1fce0b267bc292c199c07217c1e256146cc5.tar.gz nutyx-extra-370b1fce0b267bc292c199c07217c1e256146cc5.tar.bz2 nutyx-extra-370b1fce0b267bc292c199c07217c1e256146cc5.tar.xz nutyx-extra-370b1fce0b267bc292c199c07217c1e256146cc5.zip |
abiword, maj 2.9.0-1
Diffstat (limited to 'extra/abiword/Pkgfile')
-rwxr-xr-x | extra/abiword/Pkgfile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/extra/abiword/Pkgfile b/extra/abiword/Pkgfile index 5fbbb0771..a580ab928 100755 --- a/extra/abiword/Pkgfile +++ b/extra/abiword/Pkgfile @@ -2,16 +2,17 @@ # URL: http://www.abisource.com/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: aspell, fribidi, libgnomeprintui, enchant, wv, librsvg -# Run on: atk,bzip2,cairo,dbus,dbus-glib,enchant,expat,fontconfig,freetype,fribidi,gconf,glib,glitz,gnome-vfs,gtk,libbonobo,libgsf,libjpeg,libpng,librsvg,libxml2,openssl,orbit2,pango,pcre,wv +# Depends on: boost, cairo, aspell, fribidi, enchant, wv, librsvg, gtk, redland, rasqal +# Run on: cairo,aspell,fribidi,libcroco,enchant,wv,librsvg,gtk,redland,rasqal name=abiword -version=2.8.6 +version=2.9.0 release=1 -source=(http://www.abisource.com/downloads/$name/$version/source/$name-$version.tar.gz) - +source=(http://www.abisource.com/downloads/$name/$version/source/$name-$version.tar.gz \ + http://nutyx.meticul.eu/files/patchs/$name/abiword-2.9.0-libpng-1.5.1-1.patch) build() { cd $name-$version + patch -Np1 -i ../abiword-2.9.0-libpng-1.5.1-1.patch ./configure --prefix=/usr make make DESTDIR=$PKG install |