Date: Wednesday, March 25, 2015 @ 16:35:18
  Author: jgc
Revision: 234829

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

Added:
  gsettings-desktop-schemas/repos/testing-any/
  gsettings-desktop-schemas/repos/testing-any/PKGBUILD
    (from rev 234786, 
gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD)
  gsettings-desktop-schemas/repos/testing-any/gsettings-desktop-schemas.install
    (from rev 234786, 
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install)
Deleted:
  gsettings-desktop-schemas/repos/gnome-unstable-any/

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

Copied: gsettings-desktop-schemas/repos/testing-any/PKGBUILD (from rev 234786, 
gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD                                (rev 0)
+++ testing-any/PKGBUILD        2015-03-25 15:35:18 UTC (rev 234829)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : Ionut Biru <[email protected]>
+# Contributor: Jaroslav Lichtblau <[email protected]>
+# Contributor: Adam Hani Schakaki (krzd) <[email protected]>
+
+pkgname=gsettings-desktop-schemas
+pkgver=3.16.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:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('26388d5b4d4ec1a345b2e382dff057ad9a216c50cc35bf54aa264c34280cb709')
+
+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 234786, 
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install)
===================================================================
--- testing-any/gsettings-desktop-schemas.install                               
(rev 0)
+++ testing-any/gsettings-desktop-schemas.install       2015-03-25 15:35:18 UTC 
(rev 234829)
@@ -0,0 +1,11 @@
+post_install() {
+   glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Reply via email to