# $Id: PKGBUILD 196612 2013-10-15 18:31:39Z heftig $ # Maintainer: Jan de Groot pkgname=gnome-desktop pkgver=3.10.1 pkgrel=1 epoch=1 pkgdesc="Library with common API for various GNOME modules" arch=(i686 x86_64) license=(GPL LGPL) depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes) makedepends=(intltool gobject-introspection itstool) url="http://www.gnome.org" groups=(gnome) options=(!libtool) source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) sha256sums=('10aca72355e8e2854450ce10edfb6da433af62ea0d87b0718ff62e9a40aabb41') build() { cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --libexecdir=/usr/lib/$pkgname --disable-static \ --with-gnome-distributor="Arch Linux" make } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install }