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

Jan de Groot jgc at archlinux.org
Mon Oct 12 07:25:17 UTC 2009


    Date: Monday, October 12, 2009 @ 03:25:16
  Author: jgc
Revision: 55126

Merge gnome-unstable

Modified:
  libwnck/trunk/PKGBUILD
Deleted:
  libwnck/gnome-unstable/

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

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2009-10-12 07:24:48 UTC (rev 55125)
+++ trunk/PKGBUILD	2009-10-12 07:25:16 UTC (rev 55126)
@@ -1,22 +1,22 @@
 # $Id$
 # Maintainer: Jan de Groot  <jgc at archlinux.org>
 pkgname=libwnck
-pkgver=2.26.2
+pkgver=2.28.0
 pkgrel=1
 pkgdesc="Window Navigator Construction Kit"
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('gtk2>=2.16.2' 'startup-notification>=0.10' 'libxres')
+depends=('gtk2>=2.17.11' 'startup-notification>=0.10' 'libxres')
 makedepends=('pkgconfig' 'libxt>=1.0.6' 'intltool')
 options=('!libtool')
 url="http://www.gnome.org/"
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.26/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('90d89a7bcf3311877fa4b427719c7483')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('d90be36d2fefa33a9287ed6dc41141213a06463f91d69d847da6b2e59c16b947')
 
 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