[arch-commits] Commit in abiword/trunk (PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Fri May 29 09:56:23 UTC 2009


    Date: Friday, May 29, 2009 @ 05:56:23
  Author: giovanni
Revision: 40347

upgpkg: abiword 2.7.2-1
    Updated to the version 2.7.2 and fixed FS13746

Modified:
  abiword/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-05-29 09:04:25 UTC (rev 40346)
+++ PKGBUILD	2009-05-29 09:56:23 UTC (rev 40347)
@@ -2,24 +2,25 @@
 # Maintainer: Giovanni Scafora <giovanni at archlinux.org>
 
 pkgname=abiword
-pkgver=2.6.8
+pkgver=2.7.2
 pkgrel=1
 pkgdesc="A fully-featured word processor"
-arch=(i686 x86_64)
+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>=0.10.9' 'enchant>=1.3.0' 'libgnomeprintui' 
+         'wv>=1.2.4' 'libgnomeui>=2.22.01' 'libgsf-gnome>=1.14.8'
+	 'librsvg' 'evince')
 makedepends=('pkgconfig')
 options=('!makeflags')
 source=(http://www.abisource.com/downloads/abiword/${pkgver}/source/${pkgname}-${pkgver}.tar.gz)
-md5sums=('fab04d8ef999c303f720197adf261310')
+md5sums=('b2b9f7329bbe0897959cc1f7d04b0df5')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}/
-  ./configure --prefix=/usr --with-libxml2 --disable-gucharmap --with-sys-wv
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+	      --without-gucharmap
   make || return 1
   make DESTDIR=${startdir}/pkg install
   rm -rf ${pkgdir}/usr/lib
-  mv ${pkgdir}/usr/share/icons ${pkgdir}/usr/share/pixmaps
 }




More information about the arch-commits mailing list