[arch-commits] Commit in dconf/repos (6 files)

Ionut Biru ibiru at archlinux.org
Wed Aug 31 11:05:39 UTC 2011


    Date: Wednesday, August 31, 2011 @ 07:05:39
  Author: ibiru
Revision: 136651

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  dconf/repos/gnome-unstable-i686/
  dconf/repos/gnome-unstable-i686/PKGBUILD
    (from rev 136650, dconf/trunk/PKGBUILD)
  dconf/repos/gnome-unstable-i686/dconf.install
    (from rev 136650, dconf/trunk/dconf.install)
  dconf/repos/gnome-unstable-x86_64/
  dconf/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 136650, dconf/trunk/PKGBUILD)
  dconf/repos/gnome-unstable-x86_64/dconf.install
    (from rev 136650, dconf/trunk/dconf.install)

-------------------------------------+
 gnome-unstable-i686/PKGBUILD        |   30 ++++++++++++++++++++++++++++++
 gnome-unstable-i686/dconf.install   |   12 ++++++++++++
 gnome-unstable-x86_64/PKGBUILD      |   30 ++++++++++++++++++++++++++++++
 gnome-unstable-x86_64/dconf.install |   12 ++++++++++++
 4 files changed, 84 insertions(+)

Copied: dconf/repos/gnome-unstable-i686/PKGBUILD (from rev 136650, dconf/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2011-08-31 11:05:39 UTC (rev 136651)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+pkgname=dconf
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="A low-level configuration system."
+arch=(i686 x86_64)
+url="http://live.gnome.org/dconf"
+license=('LGPL2.1')
+depends=('glib2')
+makedepends=('vala' 'gobject-introspection' 'gtk3')
+optdepends=('gtk3: for dconf-editor')
+install=dconf.install
+source=(http://download.gnome.org/sources/${pkgname}/0.9/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('df16ba1af423145f968fb7d36d0a1bfd75f27aefb5d3016aaecb1ab311944581')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+    --libexecdir=/usr/lib/dconf
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: dconf/repos/gnome-unstable-i686/dconf.install (from rev 136650, dconf/trunk/dconf.install)
===================================================================
--- gnome-unstable-i686/dconf.install	                        (rev 0)
+++ gnome-unstable-i686/dconf.install	2011-08-31 11:05:39 UTC (rev 136651)
@@ -0,0 +1,12 @@
+post_install() {
+    usr/bin/gio-querymodules usr/lib/gio/modules
+    usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade(){
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: dconf/repos/gnome-unstable-x86_64/PKGBUILD (from rev 136650, dconf/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2011-08-31 11:05:39 UTC (rev 136651)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+pkgname=dconf
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="A low-level configuration system."
+arch=(i686 x86_64)
+url="http://live.gnome.org/dconf"
+license=('LGPL2.1')
+depends=('glib2')
+makedepends=('vala' 'gobject-introspection' 'gtk3')
+optdepends=('gtk3: for dconf-editor')
+install=dconf.install
+source=(http://download.gnome.org/sources/${pkgname}/0.9/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('df16ba1af423145f968fb7d36d0a1bfd75f27aefb5d3016aaecb1ab311944581')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+    --libexecdir=/usr/lib/dconf
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: dconf/repos/gnome-unstable-x86_64/dconf.install (from rev 136650, dconf/trunk/dconf.install)
===================================================================
--- gnome-unstable-x86_64/dconf.install	                        (rev 0)
+++ gnome-unstable-x86_64/dconf.install	2011-08-31 11:05:39 UTC (rev 136651)
@@ -0,0 +1,12 @@
+post_install() {
+    usr/bin/gio-querymodules usr/lib/gio/modules
+    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