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

Ionut Biru ibiru at archlinux.org
Sun Feb 13 13:40:17 UTC 2011


    Date: Sunday, February 13, 2011 @ 08:40:17
  Author: ibiru
Revision: 109846

upgpkg: gtkhtml 3.32.2-2
remove conflicting file with the upcomming gtkhtml3. describe for which gtk version is this package intented

Modified:
  gtkhtml/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-13 13:26:18 UTC (rev 109845)
+++ PKGBUILD	2011-02-13 13:40:17 UTC (rev 109846)
@@ -3,11 +3,11 @@
 
 pkgname=gtkhtml
 pkgver=3.32.2
-pkgrel=1
-pkgdesc="A lightweight HTML renderer/editor widget"
+pkgrel=2
+pkgdesc="A lightweight HTML renderer/editor widget for GTK2"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('gconf>=2.32.0' 'gnome-icon-theme>=2.31.0' 'enchant>=1.6.0' 'iso-codes>=3.14' 'libsoup>=2.32.2')
+depends=('gconf' 'gtk2' 'gnome-icon-theme' 'enchant' 'iso-codes' 'libsoup')
 makedepends=('intltool')
 url="http://www.gnome.org"
 options=('!libtool')
@@ -22,4 +22,6 @@
       --disable-deprecated-warning-flags
   make
   make DESTDIR="${pkgdir}" install
+
+  rm -f "${pkgdir}/usr/bin/gtkhtml-editor-test"
 }




More information about the arch-commits mailing list