[arch-commits] Commit in gnome-desktop/repos (3 files)
Ionut Biru
ibiru at archlinux.org
Wed Sep 28 19:30:21 UTC 2011
Date: Wednesday, September 28, 2011 @ 15:30:21
Author: ibiru
Revision: 138913
db-move: moved gnome-desktop from [gnome-unstable] to [testing] (x86_64)
Added:
gnome-desktop/repos/testing-x86_64/
gnome-desktop/repos/testing-x86_64/PKGBUILD
(from rev 138832, gnome-desktop/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
gnome-desktop/repos/gnome-unstable-x86_64/
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Copied: gnome-desktop/repos/testing-x86_64/PKGBUILD (from rev 138832, gnome-desktop/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-09-28 19:30:21 UTC (rev 138913)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot <jan at archlinux.org>
+
+pkgname=gnome-desktop
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="Library with common API for various GNOME modules"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+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}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('c5e8ba08f3c7ba12b5f4062c9b5bcef58383d1e3ec26161eb8bcf49dfea62ff5')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --disable-static \
+ --with-gnome-distributor="Arch Linux" \
+ --disable-scrollkeeper
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list