[arch-commits] Commit in abiword/trunk (PKGBUILD)
Giovanni Scafora
giovanni at archlinux.org
Sat Feb 13 20:27:41 UTC 2010
Date: Saturday, February 13, 2010 @ 15:27:41
Author: giovanni
Revision: 68653
upgpkg: abiword 2.8.2-1
upstream release
Modified:
abiword/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-02-13 20:17:55 UTC (rev 68652)
+++ PKGBUILD 2010-02-13 20:27:41 UTC (rev 68653)
@@ -4,20 +4,20 @@
pkgbase=abiword
pkgname=('abiword' 'abiword-plugins')
-pkgver=2.8.1
-pkgrel=4
+pkgver=2.8.2
+pkgrel=1
arch=('i686' 'x86_64')
license=('GPL')
url="http://www.abisource.com"
-makedepends=('pkgconfig' 'fribidi' 'enchant' 'librsvg>=2.26.0-2' 'wv>=1.2.4-4' 'libgsf-gnome>=1.14.16' 'aiksaurus' 'gtkmathview' 'libsoup' 'link-grammar' 'libwpd' 'psiconv' 'libxslt' 'asio' 'loudmouth')
+makedepends=('pkgconfig' 'fribidi' 'enchant' 'librsvg' 'wv' 'libgsf-gnome' 'aiksaurus' 'gtkmathview' 'libsoup' 'link-grammar' 'libwpd' 'psiconv' 'libxslt' 'asio' 'loudmouth')
options=('!makeflags' '!libtool')
source=(http://www.abisource.com/downloads/abiword/${pkgver}/source/${pkgbase}-${pkgver}.tar.gz)
-md5sums=('284fe25289c160c3797b527a8aacad12')
+md5sums=('b44ffbebd5bd0f5f98f34dc8c688b4ed')
build() {
cd ${srcdir}/${pkgbase}-${pkgver}
sed -e 's/png12/png14/g' -i configure plugins/rsvg/Makefile.in plugins/garble/Makefile.in || return 1
- ./configure --prefix=/usr --without-gucharmap --enable-plugins || return 1
+ ./configure --prefix=/usr --enable-plugins || return 1
make || return 1
sed -e 's/src plugins user/src user/' -i Makefile || return 1
}
More information about the arch-commits
mailing list