[arch-commits] Commit in (5 files)

Ionut Biru ibiru at archlinux.org
Mon Feb 14 21:40:32 UTC 2011


    Date: Monday, February 14, 2011 @ 16:40:32
  Author: ibiru
Revision: 110016

moved to gnome-unstable

Added:
  gsettings-desktop-schemas/
  gsettings-desktop-schemas/repos/
  gsettings-desktop-schemas/trunk/
  gsettings-desktop-schemas/trunk/PKGBUILD
  gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install

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

Added: gsettings-desktop-schemas/trunk/PKGBUILD
===================================================================
--- gsettings-desktop-schemas/trunk/PKGBUILD	                        (rev 0)
+++ gsettings-desktop-schemas/trunk/PKGBUILD	2011-02-14 21:40:32 UTC (rev 110016)
@@ -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=0.1.5
+pkgrel=1
+pkgdesc="Shared GSettings schemas for the desktop"
+arch=('any')
+url="http://live.gnome.org/"
+license=('GPL')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.1/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('8eeb092bae065da866cc7160f97c9d2357b2d7b23e2fdff1e1205524f8cdbb78')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --disable-schemas-compile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}


Property changes on: gsettings-desktop-schemas/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id

Added: gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install
===================================================================
--- gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install	                        (rev 0)
+++ gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install	2011-02-14 21:40:32 UTC (rev 110016)
@@ -0,0 +1,11 @@
+post_install() {
+   usr/bin/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