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

Ionut Biru ibiru at archlinux.org
Fri Feb 25 13:38:31 UTC 2011


    Date: Friday, February 25, 2011 @ 08:38:31
  Author: ibiru
Revision: 111251

revert to stable version

Modified:
  gtkhtml/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-25 13:29:35 UTC (rev 111250)
+++ PKGBUILD	2011-02-25 13:38:31 UTC (rev 111251)
@@ -2,23 +2,24 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gtkhtml
-pkgver=3.91.90
-pkgrel=1
+pkgver=3.32.2
+pkgrel=2
 pkgdesc="A lightweight HTML renderer/editor widget for GTK2"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('gtk3' 'enchant' 'gconf' 'iso-codes' 'gnome-icon-theme' 'libsoup')
+depends=('gconf' 'gtk2' 'gnome-icon-theme' 'enchant' 'iso-codes' 'libsoup')
 makedepends=('intltool')
 url="http://www.gnome.org"
 options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.91/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('b7a458d73652e5ea947d9f3704aa5816df82d90d6d379593fd36d9cf4623d5aa')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.32/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('8746053cf709e1de37c7ac775ab1364ddda4b75167660ed7f98a237b3797e39f')
 
 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