summaryrefslogtreecommitdiffstats
path: root/abs/extra/gnome-desktop/PKGBUILD
blob: ddd10ada33a0869de995616c66643f15b3681cf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $Id: PKGBUILD 24727 2009-01-20 10:17:53Z douglas $
# Maintainer:  Jan de Groot <jan@archlinux.org>

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
}