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

Jan de Groot jgc at archlinux.org
Sun Aug 23 20:58:58 UTC 2009


    Date: Sunday, August 23, 2009 @ 16:58:57
  Author: jgc
Revision: 50156

Update to 2.27.4 - remove libglade dependency

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

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

Modified: gnome-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2009-08-23 19:31:41 UTC (rev 50154)
+++ gnome-unstable/PKGBUILD	2009-08-23 20:58:57 UTC (rev 50156)
@@ -2,23 +2,23 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=libgnomekbd
-pkgver=2.26.0
+pkgver=2.27.4
 pkgrel=1
 pkgdesc="Gnome keyboard library"
 url="http://gswitchit.sourceforge.net"
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('libxklavier>=3.9' 'gconf>=2.26.0-2' 'libglade>=2.6.4')
+depends=('libxklavier>=4.0' 'gconf>=2.26.2-3')
 makedepends=('intltool' 'pkgconfig')
 options=('!libtool' '!emptydirs')
 install=libgnomekbd.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.26/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('aee58c088c4fd980e1bf813ea813c156')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.27/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('c1b4f057e384e2c97c24b0c87554345ce5e7a973243ce735dee5a360047415c9')
 
 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 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install || return 1
 




More information about the arch-commits mailing list