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

Jan Steffens heftig at nymeria.archlinux.org
Sun Apr 21 22:08:45 UTC 2013


    Date: Monday, April 22, 2013 @ 00:08:45
  Author: heftig
Revision: 183343

db-move: moved dconf from [testing] to [extra] (i686, x86_64)

Added:
  dconf/repos/extra-i686/PKGBUILD
    (from rev 183326, dconf/repos/testing-i686/PKGBUILD)
  dconf/repos/extra-i686/dconf.install
    (from rev 183326, dconf/repos/testing-i686/dconf.install)
  dconf/repos/extra-x86_64/PKGBUILD
    (from rev 183326, dconf/repos/testing-x86_64/PKGBUILD)
  dconf/repos/extra-x86_64/dconf.install
    (from rev 183326, dconf/repos/testing-x86_64/dconf.install)
Deleted:
  dconf/repos/extra-i686/PKGBUILD
  dconf/repos/extra-i686/dconf.install
  dconf/repos/extra-x86_64/PKGBUILD
  dconf/repos/extra-x86_64/dconf.install
  dconf/repos/testing-i686/
  dconf/repos/testing-x86_64/

----------------------------+
 /PKGBUILD                  |   62 +++++++++++++++++++++++++++++++++++++++++++
 /dconf.install             |   26 ++++++++++++++++++
 extra-i686/PKGBUILD        |   31 ---------------------
 extra-i686/dconf.install   |   13 ---------
 extra-x86_64/PKGBUILD      |   31 ---------------------
 extra-x86_64/dconf.install |   13 ---------
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-04-21 22:08:43 UTC (rev 183342)
+++ extra-i686/PKGBUILD	2013-04-21 22:08:45 UTC (rev 183343)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=dconf
-pkgver=0.14.1
-pkgrel=1
-pkgdesc="A low-level configuration system."
-arch=(i686 x86_64)
-url="http://live.gnome.org/dconf"
-license=('LGPL2.1')
-depends=('glib2' 'gtk-update-icon-cache')
-makedepends=('vala' 'gtk3' 'intltool' 'docbook-xsl')
-optdepends=('gtk3: for dconf-editor')
-install=dconf.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('59c58c5eafa0ebd616287d078f4441d5342870a44634445d324e88fc0287f0b8')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-    --libexecdir=/usr/lib/dconf
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make completiondir=/usr/share/bash-completion/completions DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dconf/repos/extra-i686/PKGBUILD (from rev 183326, dconf/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-04-21 22:08:45 UTC (rev 183343)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=dconf
+pkgver=0.16.0
+pkgrel=1
+pkgdesc="A low-level configuration system."
+arch=(i686 x86_64)
+url="http://live.gnome.org/dconf"
+license=('LGPL2.1')
+depends=('glib2' 'gtk-update-icon-cache')
+makedepends=('vala' 'gtk3' 'intltool' 'docbook-xsl' 'python')
+optdepends=('gtk3: for dconf-editor')
+install=dconf.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('192d682b8e160e22506f3fac6847444013c7cdbef188d937a6ae2b357f9134bb')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+    --libexecdir=/usr/lib/dconf
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make completiondir=/usr/share/bash-completion/completions DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/dconf.install
===================================================================
--- extra-i686/dconf.install	2013-04-21 22:08:43 UTC (rev 183342)
+++ extra-i686/dconf.install	2013-04-21 22:08:45 UTC (rev 183343)
@@ -1,13 +0,0 @@
-post_install() {
-    gio-querymodules /usr/lib/gio/modules
-    glib-compile-schemas /usr/share/glib-2.0/schemas
-    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade(){
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: dconf/repos/extra-i686/dconf.install (from rev 183326, dconf/repos/testing-i686/dconf.install)
===================================================================
--- extra-i686/dconf.install	                        (rev 0)
+++ extra-i686/dconf.install	2013-04-21 22:08:45 UTC (rev 183343)
@@ -0,0 +1,13 @@
+post_install() {
+    gio-querymodules /usr/lib/gio/modules
+    glib-compile-schemas /usr/share/glib-2.0/schemas
+    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade(){
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-04-21 22:08:43 UTC (rev 183342)
+++ extra-x86_64/PKGBUILD	2013-04-21 22:08:45 UTC (rev 183343)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=dconf
-pkgver=0.14.1
-pkgrel=1
-pkgdesc="A low-level configuration system."
-arch=(i686 x86_64)
-url="http://live.gnome.org/dconf"
-license=('LGPL2.1')
-depends=('glib2' 'gtk-update-icon-cache')
-makedepends=('vala' 'gtk3' 'intltool' 'docbook-xsl')
-optdepends=('gtk3: for dconf-editor')
-install=dconf.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('59c58c5eafa0ebd616287d078f4441d5342870a44634445d324e88fc0287f0b8')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-    --libexecdir=/usr/lib/dconf
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make completiondir=/usr/share/bash-completion/completions DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dconf/repos/extra-x86_64/PKGBUILD (from rev 183326, dconf/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-04-21 22:08:45 UTC (rev 183343)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=dconf
+pkgver=0.16.0
+pkgrel=1
+pkgdesc="A low-level configuration system."
+arch=(i686 x86_64)
+url="http://live.gnome.org/dconf"
+license=('LGPL2.1')
+depends=('glib2' 'gtk-update-icon-cache')
+makedepends=('vala' 'gtk3' 'intltool' 'docbook-xsl' 'python')
+optdepends=('gtk3: for dconf-editor')
+install=dconf.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('192d682b8e160e22506f3fac6847444013c7cdbef188d937a6ae2b357f9134bb')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+    --libexecdir=/usr/lib/dconf
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make completiondir=/usr/share/bash-completion/completions DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/dconf.install
===================================================================
--- extra-x86_64/dconf.install	2013-04-21 22:08:43 UTC (rev 183342)
+++ extra-x86_64/dconf.install	2013-04-21 22:08:45 UTC (rev 183343)
@@ -1,13 +0,0 @@
-post_install() {
-    gio-querymodules /usr/lib/gio/modules
-    glib-compile-schemas /usr/share/glib-2.0/schemas
-    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade(){
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: dconf/repos/extra-x86_64/dconf.install (from rev 183326, dconf/repos/testing-x86_64/dconf.install)
===================================================================
--- extra-x86_64/dconf.install	                        (rev 0)
+++ extra-x86_64/dconf.install	2013-04-21 22:08:45 UTC (rev 183343)
@@ -0,0 +1,13 @@
+post_install() {
+    gio-querymodules /usr/lib/gio/modules
+    glib-compile-schemas /usr/share/glib-2.0/schemas
+    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade(){
+    post_install
+}
+
+post_remove() {
+    post_install
+}




More information about the arch-commits mailing list