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

Jan de Groot jgc at archlinux.org
Sun Dec 21 22:12:32 UTC 2008


    Date: Sunday, December 21, 2008 @ 17:12:32
  Author: jgc
Revision: 22108

upgpkg: glade 3.5.4-1
    Implement FS#12471

Modified:
  glade/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-12-21 22:01:51 UTC (rev 22107)
+++ PKGBUILD	2008-12-21 22:12:32 UTC (rev 22108)
@@ -2,24 +2,25 @@
 # Maintainer: Kevin Piche <kevin at archlinux.org>
 
 pkgname=glade
-pkgver=3.5.3
+pkgver=3.5.4
 pkgrel=1
 pkgdesc="user interface builder for GTK+ and GNOME."
 arch=(i686 x86_64)
 license=('GPL' 'LGPL')
-depends=('libgnomeui>=2.20.1.1' 'popt')
-makedepends=('perlxml' 'pkgconfig' 'gnome-doc-utils>=0.12.0')
+depends=('gtk2' 'libxml2>=2.6.32' 'desktop-file-utils')
+makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils>=0.14.1' 'python>=2.6' 'libgnomeui>=2.24.0')
+optdepends=('libgnomeui: GNOME UI widgets'
+            'python: Python widgets support')
 options=('!libtool')
 url="http://glade.gnome.org/"
 install=glade.install
 source=(http://ftp.gnome.org/pub/GNOME/sources/glade3/3.5/glade3-$pkgver.tar.bz2)
+md5sums=('afb09d2502c2ccbb7cd89ea96f9ac4c7')
 
 build() {
-  cd $startdir/src/glade3-$pkgver
+  cd "${srcdir}/glade3-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
-              --localstatedir=/var --disable-static \
-              --with-gtk2
+              --localstatedir=/var --disable-static || return 1
   make || return 1
-  make DESTDIR=$startdir/pkg install
+  make DESTDIR="${pkgdir}" install || return 1
 }
-md5sums=('eccfa8d515caf21624ef00f11a5f57b7')




More information about the arch-commits mailing list