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

Ionut Biru ibiru at archlinux.org
Tue Mar 6 13:58:24 UTC 2012


    Date: Tuesday, March 6, 2012 @ 08:58:24
  Author: ibiru
Revision: 152295

archrelease: copy trunk to gnome-unstable-any

Added:
  gsettings-desktop-schemas/repos/gnome-unstable-any/
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
    (from rev 152294, gsettings-desktop-schemas/trunk/PKGBUILD)
  gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install
    (from rev 152294, gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)

-----------------------------------+
 PKGBUILD                          |   31 +++++++++++++++++++++++++++++++
 gsettings-desktop-schemas.install |   11 +++++++++++
 2 files changed, 42 insertions(+)

Copied: gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD (from rev 152294, gsettings-desktop-schemas/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD	                        (rev 0)
+++ gnome-unstable-any/PKGBUILD	2012-03-06 13:58:24 UTC (rev 152295)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Adam Hani Schakaki (krzd) <krzd at krzd.net>
+
+pkgname=gsettings-desktop-schemas
+pkgver=3.3.90
+pkgrel=1
+pkgdesc="Shared GSettings schemas for the desktop"
+arch=('any')
+url="http://live.gnome.org/"
+license=('GPL')
+depends=('glib2')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('41bce97a0951e76858ac0d5150ac86a60c00505c83d9d75c7fb6ac6f80ac2c6b')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}

Copied: gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install (from rev 152294, gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
===================================================================
--- gnome-unstable-any/gsettings-desktop-schemas.install	                        (rev 0)
+++ gnome-unstable-any/gsettings-desktop-schemas.install	2012-03-06 13:58:24 UTC (rev 152295)
@@ -0,0 +1,11 @@
+post_install() {
+   glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list