[arch-commits] Commit in abiword/repos (extra-x86_64 extra-x86_64/PKGBUILD)
Giovanni Scafora
giovanni at archlinux.org
Fri May 29 15:56:37 UTC 2009
Date: Friday, May 29, 2009 @ 11:56:37
Author: giovanni
Revision: 40667
Merged revisions 40666 via svnmerge from
svn+ssh://archlinux.org/srv/svn-packages/abiword/trunk
........
r40666 | giovanni | 2009-05-29 08:56:00 -0700 (ven, 29 mag 2009) | 2 lines
upgpkg: abiword 2.6.8-2
Return to 2.6.8 version. See FS14872
........
Modified:
abiword/repos/extra-x86_64/ (properties)
abiword/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
Property changes on: abiword/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /abiword/trunk:1-40347
+ /abiword/trunk:1-40666
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2009-05-29 15:56:00 UTC (rev 40666)
+++ extra-x86_64/PKGBUILD 2009-05-29 15:56:37 UTC (rev 40667)
@@ -2,25 +2,26 @@
# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
pkgname=abiword
-pkgver=2.7.2
-pkgrel=1
+pkgver=2.6.8
+pkgrel=2
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'
- 'librsvg' 'evince')
+ 'wv>=1.2.4' 'libgnomeui>=2.22.01' 'libgsf-gnome>=1.14.8')
makedepends=('pkgconfig')
-options=('!makeflags')
+options=('!makeflags' 'force')
source=(http://www.abisource.com/downloads/abiword/${pkgver}/source/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b2b9f7329bbe0897959cc1f7d04b0df5')
+md5sums=('fab04d8ef999c303f720197adf261310')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr \
- --without-gucharmap
+ --with-libxml2 \
+ --disable-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