[arch-commits] Commit in abiword/trunk (PKGBUILD)
Giovanni Scafora
giovanni at archlinux.org
Fri Oct 30 02:36:49 UTC 2009
Date: Thursday, October 29, 2009 @ 22:36:49
Author: giovanni
Revision: 56878
upgpkg: abiword 2.8.1-1
upstream release
Modified:
abiword/trunk/PKGBUILD
----------+
PKGBUILD | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-10-30 01:27:25 UTC (rev 56877)
+++ PKGBUILD 2009-10-30 02:36:49 UTC (rev 56878)
@@ -1,27 +1,26 @@
# $Id$
# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Maël Lavault <moimael at neuf.fr>
pkgname=abiword
-pkgver=2.6.8
-pkgrel=2
+pkgver=2.8.1
+pkgrel=1
pkgdesc="A fully-featured word processor"
arch=('i686' 'x86_64')
license=('GPL')
url="http://www.abisource.com"
-depends=('fribidi>=0.10.9' 'enchant>=1.3.0' 'libgnomeprintui'
- 'wv>=1.2.4' 'libgnomeui>=2.22.01' 'libgsf-gnome>=1.14.8')
+depends=('fribidi' 'enchant' 'librsvg' 'wv' 'libgsf-gnome')
makedepends=('pkgconfig')
-options=('!makeflags' 'force')
+options=('!makeflags' '!libtool')
source=(http://www.abisource.com/downloads/abiword/${pkgver}/source/${pkgname}-${pkgver}.tar.gz)
-md5sums=('fab04d8ef999c303f720197adf261310')
+md5sums=('284fe25289c160c3797b527a8aacad12')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr \
- --with-libxml2 \
- --disable-gucharmap
+ --without-gucharmap \
+ --disable-default-plugins
make || return 1
- make DESTDIR=${startdir}/pkg install
- rm -rf ${pkgdir}/usr/lib
+ make DESTDIR=${pkgdir}/ install
mv ${pkgdir}/usr/share/icons ${pkgdir}/usr/share/pixmaps
}
More information about the arch-commits
mailing list