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

Jan Steffens heftig at nymeria.archlinux.org
Wed Apr 10 19:13:26 UTC 2013


    Date: Wednesday, April 10, 2013 @ 21:13:26
  Author: heftig
Revision: 182531

db-move: moved gsettings-desktop-schemas from [staging] to [testing] (any)

Added:
  gsettings-desktop-schemas/repos/testing-any/
  gsettings-desktop-schemas/repos/testing-any/PKGBUILD
    (from rev 182430, gsettings-desktop-schemas/repos/staging-any/PKGBUILD)
  gsettings-desktop-schemas/repos/testing-any/gsettings-desktop-schemas.install
    (from rev 182430, gsettings-desktop-schemas/repos/staging-any/gsettings-desktop-schemas.install)
Deleted:
  gsettings-desktop-schemas/repos/staging-any/

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

Copied: gsettings-desktop-schemas/repos/testing-any/PKGBUILD (from rev 182430, gsettings-desktop-schemas/repos/staging-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2013-04-10 19:13:26 UTC (rev 182531)
@@ -0,0 +1,29 @@
+# $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.8.0
+pkgrel=1
+pkgdesc="Shared GSettings schemas for the desktop"
+arch=(any)
+url="http://live.gnome.org/"
+license=(GPL)
+depends=(glib2)
+makedepends=(intltool gobject-introspection)
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9583384299c3b8cc21f99327a84527d3e7e55a26ada35ea81522dc4c05a5ae0c')
+
+build() {
+  cd $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/testing-any/gsettings-desktop-schemas.install (from rev 182430, gsettings-desktop-schemas/repos/staging-any/gsettings-desktop-schemas.install)
===================================================================
--- testing-any/gsettings-desktop-schemas.install	                        (rev 0)
+++ testing-any/gsettings-desktop-schemas.install	2013-04-10 19:13:26 UTC (rev 182531)
@@ -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