[arch-commits] Commit in gdl (gnome-unstable gnome-unstable/PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Sep 27 10:34:37 UTC 2009


    Date: Sunday, September 27, 2009 @ 06:34:36
  Author: jgc
Revision: 53230

Update to 2.28.0 - drop libglade dependency, this one uses gtkbuilder now

Added:
  gdl/gnome-unstable/
Modified:
  gdl/gnome-unstable/PKGBUILD

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

Modified: gnome-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2009-09-27 10:30:03 UTC (rev 53225)
+++ gnome-unstable/PKGBUILD	2009-09-27 10:34:36 UTC (rev 53230)
@@ -2,22 +2,22 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gdl
-pkgver=2.26.2
+pkgver=2.28.0
 pkgrel=1
 pkgdesc="Gnome Devtool Libraries"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://www.gnome.org/"
-depends=('libglade>=2.6.4')
+depends=('gtk2>=2.18.0')
 makedepends=('pkgconfig' 'intltool')
 options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/gdl/2.26/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('461b077f33ee7a447964f521e5455fd1')
+source=(http://ftp.gnome.org/pub/GNOME/sources/gdl/2.28/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('bcb6c5ac12c73c97d3e865bd8477456be7c4b1459c43af53010d3f1867c3e48e')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
-              --localstatedir=/var --disable-static || return 1
+      --localstatedir=/var --disable-static || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list