[arch-commits] Commit in abiword/repos (extra-x86_64 extra-x86_64/PKGBUILD)
Giovanni Scafora
giovanni at archlinux.org
Sun Jan 11 12:50:37 UTC 2009
Date: Sunday, January 11, 2009 @ 07:50:37
Author: giovanni
Revision: 23446
Merged revisions 23445 via svnmerge from
svn+ssh://archlinux.org/srv/svn-packages/abiword/trunk
........
r23445 | giovanni | 2009-01-11 04:49:35 -0800 (dom, 11 gen 2009) | 2 lines
upgpkg: abiword 2.6.6-1
New version 2.6.6
........
Modified:
abiword/repos/extra-x86_64/ (properties)
abiword/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Property changes on: abiword/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /abiword/trunk:1-19486
+ /abiword/trunk:1-23445
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2009-01-11 12:49:35 UTC (rev 23445)
+++ extra-x86_64/PKGBUILD 2009-01-11 12:50:37 UTC (rev 23446)
@@ -2,7 +2,7 @@
# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
pkgname=abiword
-pkgver=2.6.5
+pkgver=2.6.6
pkgrel=1
pkgdesc="A fully-featured word processor"
arch=(i686 x86_64)
@@ -13,13 +13,13 @@
makedepends=('pkgconfig')
options=('!makeflags')
source=(http://www.abisource.com/downloads/abiword/${pkgver}/source/${pkgname}-${pkgver}.tar.gz)
-md5sums=('edce76a1da515dfc102a0e030f722002')
+md5sums=('b9de84f03f555d4490b63e5b7f53e2f1')
build() {
- cd ${startdir}/src/${pkgname}-${pkgver}/
+ cd ${srcdir}/${pkgname}-${pkgver}/
./configure --prefix=/usr --with-libxml2 --disable-gucharmap --with-sys-wv
make || return 1
make DESTDIR=${startdir}/pkg install
- rm -rf ${startdir}/pkg/usr/lib
- mv ${startdir}/pkg/usr/share/icons ${startdir}/pkg/usr/share/pixmaps
+ rm -rf ${pkgdir}/usr/lib
+ mv ${pkgdir}/usr/share/icons ${pkgdir}/usr/share/pixmaps
}
More information about the arch-commits
mailing list