[arch-commits] Commit in gsettings-desktop-schemas/repos (4 files)
Jan Steffens
heftig at archlinux.org
Sun Apr 1 11:34:29 UTC 2012
Date: Sunday, April 1, 2012 @ 07:34:28
Author: heftig
Revision: 155164
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 155005, gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD)
gsettings-desktop-schemas/repos/testing-any/gsettings-desktop-schemas.install
(from rev 155005, gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install)
Deleted:
gsettings-desktop-schemas/repos/gnome-unstable-any/
-----------------------------------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
gsettings-desktop-schemas.install | 11 +++++++++++
2 files changed, 42 insertions(+)
Copied: gsettings-desktop-schemas/repos/testing-any/PKGBUILD (from rev 155005, gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD (rev 0)
+++ testing-any/PKGBUILD 2012-04-01 11:34:28 UTC (rev 155164)
@@ -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.4.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=('2bbedcf40cb44acd9e266b114374d84b9eefb8da8fc7352d2fe12588ecb783f2')
+
+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 155005, 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 2012-04-01 11:34:28 UTC (rev 155164)
@@ -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