[arch-commits] Commit in gnome-desktop/repos (3 files)

Jan Steffens heftig at archlinux.org
Sun Apr 1 11:32:59 UTC 2012


    Date: Sunday, April 1, 2012 @ 07:32:58
  Author: heftig
Revision: 155106

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 155005, gnome-desktop/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  gnome-desktop/repos/gnome-unstable-x86_64/

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: gnome-desktop/repos/testing-x86_64/PKGBUILD (from rev 155005, gnome-desktop/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-04-01 11:32:58 UTC (rev 155106)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Jan de Groot <jan at archlinux.org>
+
+pkgname=gnome-desktop
+pkgver=3.4.0
+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')
+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=('8b162ca977075c1dd806feef24e9db7ee0cbe42c0ef8d3fbc386265dcea2b08c')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static \
+      --with-gnome-distributor="Arch Linux"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list