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

Eric Bélanger eric at archlinux.org
Sun Nov 18 05:16:51 UTC 2012


    Date: Sunday, November 18, 2012 @ 00:16:50
  Author: eric
Revision: 171494

upgpkg: glade 3.14.1-2

Add devhelp optdepends (close FS#31742)

Modified:
  glade/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-11-18 04:34:32 UTC (rev 171493)
+++ PKGBUILD	2012-11-18 05:16:50 UTC (rev 171494)
@@ -3,13 +3,14 @@
 
 pkgname=glade
 pkgver=3.14.1
-pkgrel=1
+pkgrel=2
 pkgdesc="User interface builder for GTK+ and GNOME."
 arch=(i686 x86_64)
 license=('GPL' 'LGPL')
 depends=('gtk3' 'libxml2' 'desktop-file-utils' 'hicolor-icon-theme')
 makedepends=('intltool' 'python2' 'gtk-doc' 'gobject-introspection' 'python2-gobject' 'itstool' 'docbook-xsl')
-optdepends=('python2: Python widgets support')
+optdepends=('python2: Python widgets support'
+            'devhelp: help browser')
 options=('!libtool')
 url="http://glade.gnome.org/"
 install=glade.install




More information about the arch-commits mailing list