# $Id: PKGBUILD 24727 2009-01-20 10:17:53Z douglas $ # Maintainer: Jan de Groot pkgname=gnome-desktop pkgver=2.24.3 pkgrel=1 pkgdesc="The GNOME Desktop" arch=(i686 x86_64) license=('GPL' 'LGPL') depends=('libgnomeui>=2.24.0' 'startup-notification>=0.9') makedepends=('gnome-doc-utils>=0.14.2' 'pkgconfig' 'intltool') optdepends=('gnome-python: gnome-about') url="http://www.gnome.org" groups=('gnome') options=('!libtool') source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.24/${pkgname}-${pkgver}.tar.bz2) md5sums=('27579963a56d1d35a22e30c21666a500') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var --disable-static \ --with-gnome-distributor="Archlinux" \ --disable-scrollkeeper || return 1 make || return 1 make DESTDIR="${pkgdir}" install || return 1 }