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

Ionut Biru ibiru at archlinux.org
Tue Sep 27 11:24:39 UTC 2011


    Date: Tuesday, September 27, 2011 @ 07:24:39
  Author: ibiru
Revision: 138584

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

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

-------------------------------------+
 gnome-unstable-i686/PKGBUILD        |   62 +++++++++++++++++-----------------
 gnome-unstable-i686/dconf.install   |   24 ++++++-------
 gnome-unstable-x86_64/PKGBUILD      |   62 +++++++++++++++++-----------------
 gnome-unstable-x86_64/dconf.install |   24 ++++++-------
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD	2011-09-27 11:23:27 UTC (rev 138583)
+++ gnome-unstable-i686/PKGBUILD	2011-09-27 11:24:39 UTC (rev 138584)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=dconf
-pkgver=0.9.1
-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=('fd2ea1ed3b7933cf3d6841f8fc8794a0351c30ef5d7b8eb0b56cc3171e9e354e')
-
-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/PKGBUILD (from rev 138583, dconf/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2011-09-27 11:24:39 UTC (rev 138584)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=dconf
+pkgver=0.10.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.10/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('9f744ccfb3da20163a4bb27916c960f6bf56048b3ec1112862c85414fc064ee2')
+
+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:

Deleted: gnome-unstable-i686/dconf.install
===================================================================
--- gnome-unstable-i686/dconf.install	2011-09-27 11:23:27 UTC (rev 138583)
+++ gnome-unstable-i686/dconf.install	2011-09-27 11:24:39 UTC (rev 138584)
@@ -1,12 +0,0 @@
-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-i686/dconf.install (from rev 138583, dconf/trunk/dconf.install)
===================================================================
--- gnome-unstable-i686/dconf.install	                        (rev 0)
+++ gnome-unstable-i686/dconf.install	2011-09-27 11:24:39 UTC (rev 138584)
@@ -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
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	2011-09-27 11:23:27 UTC (rev 138583)
+++ gnome-unstable-x86_64/PKGBUILD	2011-09-27 11:24:39 UTC (rev 138584)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=dconf
-pkgver=0.9.1
-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=('fd2ea1ed3b7933cf3d6841f8fc8794a0351c30ef5d7b8eb0b56cc3171e9e354e')
-
-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/PKGBUILD (from rev 138583, dconf/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2011-09-27 11:24:39 UTC (rev 138584)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=dconf
+pkgver=0.10.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.10/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('9f744ccfb3da20163a4bb27916c960f6bf56048b3ec1112862c85414fc064ee2')
+
+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:

Deleted: gnome-unstable-x86_64/dconf.install
===================================================================
--- gnome-unstable-x86_64/dconf.install	2011-09-27 11:23:27 UTC (rev 138583)
+++ gnome-unstable-x86_64/dconf.install	2011-09-27 11:24:39 UTC (rev 138584)
@@ -1,12 +0,0 @@
-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/dconf.install (from rev 138583, dconf/trunk/dconf.install)
===================================================================
--- gnome-unstable-x86_64/dconf.install	                        (rev 0)
+++ gnome-unstable-x86_64/dconf.install	2011-09-27 11:24:39 UTC (rev 138584)
@@ -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