[arch-commits] Commit in devhelp/trunk (PKGBUILD)
daniel at archlinux.org
daniel at archlinux.org
Tue Mar 31 06:48:45 UTC 2009
Date: Tuesday, March 31, 2009 @ 02:48:45
Author: daniel
Revision: 32392
upgpkg: devhelp 0.23-1
Modified:
devhelp/trunk/PKGBUILD
----------+
PKGBUILD | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-03-31 06:11:15 UTC (rev 32391)
+++ PKGBUILD 2009-03-31 06:48:45 UTC (rev 32392)
@@ -3,24 +3,23 @@
# Contributor: Link Dupont <link at subpop.net>
pkgname=devhelp
-pkgver=0.21
+pkgver=0.23
pkgrel=1
pkgdesc="API documentation browser for GNOME"
arch=(i686 x86_64)
license=('GPL')
-url="http://www.imendio.com/projects/devhelp/"
-depends=('gconf>=2.24.0' 'libglade>=2.6.3' 'libwnck>=2.24.0' 'xulrunner>=1.9.0.3')
+url="http://live.gnome.org/devhelp/"
+depends=('gconf>=2.24.0' 'libglade>=2.6.3' 'libwnck>=2.24.0' 'libwebkit>=1.1.3')
makedepends=('perlxml' 'pkgconfig')
options=('!libtool' '!emptydirs')
install="devhelp.install"
-source=(http://ftp.gnome.org/pub/GNOME/sources/devhelp/0.21/devhelp-${pkgver}.tar.bz2)
-md5sums=('24ad71080dde0778cb42c30575b5aca6')
+source=(http://ftp.gnome.org/pub/GNOME/sources/devhelp/0.23/devhelp-${pkgver}.tar.bz2)
+md5sums=('704c0c90616aeb1c52ca3af1df93fde6')
build() {
cd "${srcdir}/devhelp-${pkgver}"
./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var --disable-static \
- --with-gecko=libxul-embedding || return 1
+ --localstatedir=/var --disable-static || return 1
make || return 1
make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install || return 1
More information about the arch-commits
mailing list