diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-19 10:15:11 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-19 10:15:11 -0300 |
commit | 4255b0aec5bcee0728d312531df99cc9a6e5ba08 (patch) | |
tree | 9cc60e9b2dce5800b57651ea5b5989381530c9de /extra/glade/PKGBUILD | |
parent | 9e30cea6b8a2e90fd8958ca1f773e3a382179763 (diff) | |
parent | 705d29694fd61c47a57ccec531e73d87a2960021 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/lxsession/PKGBUILD
community/uzbl/PKGBUILD
extra/boost/PKGBUILD
extra/calligra/PKGBUILD
extra/gnutls/PKGBUILD
extra/lapack/PKGBUILD
extra/libcap-ng/PKGBUILD
extra/php/PKGBUILD
extra/plotutils/PKGBUILD
extra/qt/PKGBUILD
extra/webkitgtk/PKGBUILD
Diffstat (limited to 'extra/glade/PKGBUILD')
-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 53154418e..ca8d16952 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 mips64el) 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 |