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

Jan de Groot jgc at archlinux.org
Sat Feb 13 19:24:09 UTC 2010


    Date: Saturday, February 13, 2010 @ 14:24:08
  Author: jgc
Revision: 68636

upgpkg: yelp 2.29.4-1
Update to 2.29.4

Modified:
  yelp/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-13 19:22:04 UTC (rev 68635)
+++ PKGBUILD	2010-02-13 19:24:08 UTC (rev 68636)
@@ -2,26 +2,23 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=yelp
-pkgver=2.28.1
-pkgrel=2
+pkgver=2.29.4
+pkgrel=1
 pkgdesc="A help browser for GNOME"
 arch=('i686' 'x86_64')
-depends=('xulrunner>=1.9.2' 'gnome-doc-utils>=0.18.1' 'startup-notification>=0.10' 'libxslt' 'hicolor-icon-theme' 'rarian>=0.8.1' 'gconf>=2.28.0')
+depends=('xulrunner>=1.9.2' 'gnome-doc-utils>=0.19.4' 'startup-notification>=0.10' 'libxslt' 'hicolor-icon-theme' 'rarian>=0.8.1' 'gconf>=2.28.0')
 makedepends=('intltool' 'pkgconfig')
 groups=('gnome')
 license=('GPL')
 options=('!emptydirs')
 url="http://www.gnome.org"
 install=yelp.install
-source=(http://ftp.gnome.org/pub/gnome/sources/yelp/2.28/yelp-${pkgver}.tar.bz2
-	libxul192.patch)
-sha256sums=('860cfb348cbe199bca64203c82858d012fe505194573f8290be7a85de6c80a22'
-            '004648d03f24b40d162ace2b38f836e989abd1f8d7e17f26d7240c0d043c5939')
+source=(http://ftp.gnome.org/pub/gnome/sources/yelp/2.29/yelp-${pkgver}.tar.bz2)
+sha256sums=('3204bc6947125aaffe371c20bfb2efcd3ecabaa8f28e8c6e61d0e543b5ea2633')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i ${srcdir}/libxul192.patch || return 1
- ./configure --prefix=/usr --sysconfdir=/etc \
+  ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var \
       --with-search=basic --with-gecko=libxul-embedding || return 1
   make || return 1




More information about the arch-commits mailing list