[arch-commits] Commit in wv/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Tue Aug 4 13:38:20 UTC 2009
Date: Tuesday, August 4, 2009 @ 09:38:20
Author: jgc
Revision: 49173
upgpkg: wv 1.2.4-3
Fix manpath (FS#15782)
Modified:
wv/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-08-04 10:57:05 UTC (rev 49172)
+++ PKGBUILD 2009-08-04 13:38:20 UTC (rev 49173)
@@ -3,12 +3,12 @@
# Contributor: William Rea <sillywilly at gmail.com>
pkgname=wv
pkgver=1.2.4
-pkgrel=2
+pkgrel=3
pkgdesc="MSWord library can load and parse Word 2000, 97, 95 and 6 file formats"
arch=(i686 x86_64)
url="http://sourceforge.net/projects/wvware"
license=(GPL)
-depends=('libgsf>=1.14.14' 'libpng>=1.2.36' 'sh')
+depends=('libgsf>=1.14.15' 'libpng>=1.2.38' 'sh')
makedepends=('pkgconfig')
options=('!libtool')
source=(http://downloads.sourceforge.net/sourceforge/wvware/${pkgname}-${pkgver}.tar.gz)
@@ -16,7 +16,7 @@
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --mandir=/usr/share || return 1
+ ./configure --prefix=/usr --mandir=/usr/share/man || return 1
make || return 1
make DESTDIR="${pkgdir}" install || return 1
}
More information about the arch-commits
mailing list