diff options
author | root <root@rshg054.dnsready.net> | 2012-11-19 02:25:52 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-19 02:25:52 -0800 |
commit | 705d29694fd61c47a57ccec531e73d87a2960021 (patch) | |
tree | 55e2f9c5d4ed72e92b4d249f51760cfbd53d3b80 /extra/glade | |
parent | ab63d8d49f68847a68c2ba0014bf0d3338cb3df6 (diff) |
Mon Nov 19 02:22:26 PST 2012
Diffstat (limited to 'extra/glade')
-rw-r--r-- | extra/glade/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/glade/PKGBUILD b/extra/glade/PKGBUILD index 5e253025e..96b0cb3a1 100644 --- a/extra/glade/PKGBUILD +++ b/extra/glade/PKGBUILD @@ -1,15 +1,16 @@ -# $Id: PKGBUILD 169882 2012-10-30 22:25:55Z heftig $ +# $Id: PKGBUILD 171495 2012-11-18 05:17:05Z eric $ # Maintainer: Douglas Soares de Andrade <douglas@archlinux.org> 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 |