[arch-commits] Commit in abiword/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Fri Oct 30 02:37:27 UTC 2009


    Date: Thursday, October 29, 2009 @ 22:37:27
  Author: giovanni
Revision: 56879

Merged revisions 56878 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/abiword/trunk

........
  r56878 | giovanni | 2009-10-29 19:36:49 -0700 (gio, 29 ott 2009) | 2 lines
  
  upgpkg: abiword 2.8.1-1
      upstream release
........

Modified:
  abiword/repos/extra-x86_64/	(properties)
  abiword/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)


Property changes on: abiword/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /abiword/trunk:1-40666
   + /abiword/trunk:1-56878

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-10-30 02:36:49 UTC (rev 56878)
+++ extra-x86_64/PKGBUILD	2009-10-30 02:37:27 UTC (rev 56879)
@@ -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