[arch-commits] Commit in devhelp/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Sun Feb 27 21:28:58 UTC 2011


    Date: Sunday, February 27, 2011 @ 16:28:58
  Author: ibiru
Revision: 111633

upgpkg: devhelp 2.91.90-1
update to 2.91.90

Modified:
  devhelp/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-27 21:23:19 UTC (rev 111632)
+++ PKGBUILD	2011-02-27 21:28:58 UTC (rev 111633)
@@ -3,24 +3,28 @@
 # Contributor: Link Dupont <link at subpop.net>
 
 pkgname=devhelp
-pkgver=2.32.0
+pkgver=2.91.90
 pkgrel=1
 pkgdesc="API documentation browser for GNOME"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://live.gnome.org/devhelp/"
-depends=('gconf>=2.32.0' 'libwnck>=2.30.5' 'libwebkit>=1.2.1' 'hicolor-icon-theme' 'libunique>=1.1.6')
-makedepends=('pkgconfig' 'intltool')
+depends=('gconf' 'libwebkit3' 'hicolor-icon-theme')
+makedepends=('pkgconfig' 'intltool' 'python2')
 options=('!libtool' '!emptydirs')
 install=devhelp.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/devhelp/2.32/devhelp-${pkgver}.tar.bz2)
-sha256sums=('61b342cbaf27379be9baa5df1f34c9464916601ec4378fa7e1c76fcc686553e4')
+source=(http://ftp.gnome.org/pub/GNOME/sources/devhelp/2.91/devhelp-${pkgver}.tar.bz2)
+sha256sums=('49010bd77148e58b69f964b8b485cb4b9500c9902f185b8d046300a99bc00bdf')
 
 build() {
   cd "${srcdir}/devhelp-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --disable-static
   make
+}
+
+package() {
+  cd "${srcdir}/devhelp-${pkgver}"
   make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
 
   install -m755 -d "${pkgdir}/usr/share/gconf/schemas"




More information about the arch-commits mailing list