Date: Thursday, September 4, 2014 @ 22:56:17
Author: jgc
Revision: 220985
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 220984, gsettings-desktop-schemas/trunk/PKGBUILD)
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install
(from rev 220984,
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
-----------------------------------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
gsettings-desktop-schemas.install | 11 +++++++++++
2 files changed, 40 insertions(+)
Copied: gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD (from rev
220984, gsettings-desktop-schemas/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2014-09-04 20:56:17 UTC (rev 220985)
@@ -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.13.92
+pkgrel=1
+pkgdesc="Shared GSettings schemas for the desktop"
+arch=(any)
+url="http://live.gnome.org/"
+license=(GPL)
+depends=(glib2)
+makedepends=(intltool gobject-introspection python2)
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('82338a066b48cf39f190ef7a82db46bc6a6a451cbe08d43dca7d03364bf9c034')
+
+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/gnome-unstable-any/gsettings-desktop-schemas.install
(from rev 220984,
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
===================================================================
--- gnome-unstable-any/gsettings-desktop-schemas.install
(rev 0)
+++ gnome-unstable-any/gsettings-desktop-schemas.install 2014-09-04
20:56:17 UTC (rev 220985)
@@ -0,0 +1,11 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}