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

Jan de Groot jgc at archlinux.org
Wed Feb 23 18:00:20 UTC 2011


    Date: Wednesday, February 23, 2011 @ 13:00:19
  Author: jgc
Revision: 111031

Update to 3.91.90

Modified:
  gtkhtml/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-23 17:31:17 UTC (rev 111030)
+++ PKGBUILD	2011-02-23 18:00:19 UTC (rev 111031)
@@ -2,24 +2,23 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gtkhtml
-pkgver=3.32.2
-pkgrel=2
+pkgver=3.91.90
+pkgrel=1
 pkgdesc="A lightweight HTML renderer/editor widget for GTK2"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('gconf' 'gtk2' 'gnome-icon-theme' 'enchant' 'iso-codes' 'libsoup')
+depends=('gtk3' 'enchant' 'gconf' 'iso-codes' 'gnome-icon-theme' 'libsoup')
 makedepends=('intltool')
 url="http://www.gnome.org"
 options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.32/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('8746053cf709e1de37c7ac775ab1364ddda4b75167660ed7f98a237b3797e39f')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.91/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('b7a458d73652e5ea947d9f3704aa5816df82d90d6d379593fd36d9cf4623d5aa')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
       --libexecdir=/usr/lib/gtkhtml \
-      --localstatedir=/var --disable-static \
-      --disable-deprecated-warning-flags
+      --localstatedir=/var --disable-static
   make
   make DESTDIR="${pkgdir}" install
 




More information about the arch-commits mailing list