Date: Monday, February 14, 2011 @ 17:00:09 Author: ibiru Revision: 110028
upgpkg: gnome-desktop 2.91.6.1-1 update to 2.91.6.1 Modified: gnome-desktop/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-02-14 21:54:31 UTC (rev 110027) +++ PKGBUILD 2011-02-14 22:00:09 UTC (rev 110028) @@ -2,19 +2,18 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=gnome-desktop -pkgver=2.32.1 +pkgver=2.91.6.1 pkgrel=1 pkgdesc="The GNOME Desktop" arch=('i686' 'x86_64') license=('GPL' 'LGPL') -depends=('gconf>=2.32.0' 'startup-notification>=0.10') -makedepends=('gnome-doc-utils>=0.20.1' 'intltool') -optdepends=('pygtk: gnome-about') +depends=('gsettings-desktop-schemas' 'startup-notification' 'gtk3') +makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection') url="http://www.gnome.org" groups=('gnome') options=('!libtool') -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('55cbecf67efe1fa1e57ac966520a7c46d799c8ba3c652a1219f60cafccb3739d') +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.91/${pkgname}-${pkgver}.tar.bz2) +sha256sums=('f96b112b3592bcafa99b3948305007991f086277a438cd6f6e82ffd299221447') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -23,5 +22,9 @@ --with-gnome-distributor="Archlinux" \ --disable-scrollkeeper make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install }
