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

Jan de Groot jgc at archlinux.org
Thu Mar 24 22:54:22 UTC 2016


    Date: Thursday, March 24, 2016 @ 23:54:22
  Author: jgc
Revision: 262493

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

Added:
  dconf/repos/gnome-unstable-i686/PKGBUILD
    (from rev 262492, dconf/trunk/PKGBUILD)
  dconf/repos/gnome-unstable-i686/dconf.install
    (from rev 262492, dconf/trunk/dconf.install)
  dconf/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 262492, dconf/trunk/PKGBUILD)
  dconf/repos/gnome-unstable-x86_64/dconf.install
    (from rev 262492, 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

-------------------------------------+
 /PKGBUILD                           |   60 ++++++++++++++++++++++++++++++++++
 /dconf.install                      |   22 ++++++++++++
 gnome-unstable-i686/PKGBUILD        |   30 -----------------
 gnome-unstable-i686/dconf.install   |   11 ------
 gnome-unstable-x86_64/PKGBUILD      |   30 -----------------
 gnome-unstable-x86_64/dconf.install |   11 ------
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD	2016-03-24 22:54:16 UTC (rev 262492)
+++ gnome-unstable-i686/PKGBUILD	2016-03-24 22:54:22 UTC (rev 262493)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=dconf
-pkgver=0.25.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' 'intltool' 'docbook-xsl' 'python2')
-install=dconf.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5011982b2b81c531f557d2abed215bb78223b6e75f0c92aaf6b73d3c8aa711d1')
-
-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/gnome-unstable-i686/PKGBUILD (from rev 262492, dconf/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2016-03-24 22:54:22 UTC (rev 262493)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=dconf
+pkgver=0.26.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' 'intltool' 'docbook-xsl' 'python')
+install=dconf.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8683292eb31a3fae31e561f0a4220d8569b0f6d882e9958b68373f9043d658c9')
+
+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: gnome-unstable-i686/dconf.install
===================================================================
--- gnome-unstable-i686/dconf.install	2016-03-24 22:54:16 UTC (rev 262492)
+++ gnome-unstable-i686/dconf.install	2016-03-24 22:54:22 UTC (rev 262493)
@@ -1,11 +0,0 @@
-post_install() {
-  gio-querymodules /usr/lib/gio/modules
-}
-
-post_upgrade(){
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: dconf/repos/gnome-unstable-i686/dconf.install (from rev 262492, dconf/trunk/dconf.install)
===================================================================
--- gnome-unstable-i686/dconf.install	                        (rev 0)
+++ gnome-unstable-i686/dconf.install	2016-03-24 22:54:22 UTC (rev 262493)
@@ -0,0 +1,11 @@
+post_install() {
+  gio-querymodules /usr/lib/gio/modules
+}
+
+post_upgrade(){
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	2016-03-24 22:54:16 UTC (rev 262492)
+++ gnome-unstable-x86_64/PKGBUILD	2016-03-24 22:54:22 UTC (rev 262493)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=dconf
-pkgver=0.25.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' 'intltool' 'docbook-xsl' 'python2')
-install=dconf.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5011982b2b81c531f557d2abed215bb78223b6e75f0c92aaf6b73d3c8aa711d1')
-
-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/gnome-unstable-x86_64/PKGBUILD (from rev 262492, dconf/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2016-03-24 22:54:22 UTC (rev 262493)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=dconf
+pkgver=0.26.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' 'intltool' 'docbook-xsl' 'python')
+install=dconf.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8683292eb31a3fae31e561f0a4220d8569b0f6d882e9958b68373f9043d658c9')
+
+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: gnome-unstable-x86_64/dconf.install
===================================================================
--- gnome-unstable-x86_64/dconf.install	2016-03-24 22:54:16 UTC (rev 262492)
+++ gnome-unstable-x86_64/dconf.install	2016-03-24 22:54:22 UTC (rev 262493)
@@ -1,11 +0,0 @@
-post_install() {
-  gio-querymodules /usr/lib/gio/modules
-}
-
-post_upgrade(){
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: dconf/repos/gnome-unstable-x86_64/dconf.install (from rev 262492, dconf/trunk/dconf.install)
===================================================================
--- gnome-unstable-x86_64/dconf.install	                        (rev 0)
+++ gnome-unstable-x86_64/dconf.install	2016-03-24 22:54:22 UTC (rev 262493)
@@ -0,0 +1,11 @@
+post_install() {
+  gio-querymodules /usr/lib/gio/modules
+}
+
+post_upgrade(){
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list