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

Ionut Biru ibiru at archlinux.org
Mon Sep 27 09:35:54 UTC 2010


    Date: Monday, September 27, 2010 @ 05:35:52
  Author: ibiru
Revision: 91481

upgpkg: gtkhtml 3.31.92-1
update to 2.31.92

Modified:
  gtkhtml/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-27 09:35:27 UTC (rev 91480)
+++ PKGBUILD	2010-09-27 09:35:52 UTC (rev 91481)
@@ -2,23 +2,24 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gtkhtml
-pkgver=3.30.3
+pkgver=3.31.92
 pkgrel=1
 pkgdesc="A lightweight HTML renderer/editor widget"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('gconf>=2.28.1' 'gnome-icon-theme>=2.30.2' 'enchant>=1.6.0' 'iso-codes>=3.14')
+depends=('gconf>=2.31.91' 'gnome-icon-theme>=2.31.0' 'enchant>=1.6.0' 'iso-codes>=3.14' 'libsoup>=2.31.92')
 makedepends=('pkgconfig' 'intltool')
 url="http://www.gnome.org"
 options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.30/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('99795c154f1c6459063bb8018066ad46baf086a2419510ed959167d4d9e35fae')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.31/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('77a607393a43a6252b39617467a111001ab3dcff5083f0b45c9856a3a76b22c1')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
       --libexecdir=/usr/lib/gtkhtml \
-      --localstatedir=/var --disable-static
+      --localstatedir=/var --disable-static \
+      --disable-deprecated-warning-flags
   make
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list