[arch-commits] Commit in dconf/repos (8 files)
Jan de Groot
jgc at archlinux.org
Wed Mar 25 13:02:20 UTC 2015
Date: Wednesday, March 25, 2015 @ 14:02:19
Author: jgc
Revision: 234755
archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64
Added:
dconf/repos/gnome-unstable-i686/PKGBUILD
(from rev 234754, dconf/trunk/PKGBUILD)
dconf/repos/gnome-unstable-i686/dconf.install
(from rev 234754, dconf/trunk/dconf.install)
dconf/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234754, dconf/trunk/PKGBUILD)
dconf/repos/gnome-unstable-x86_64/dconf.install
(from rev 234754, 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 2015-03-25 13:02:12 UTC (rev 234754)
+++ gnome-unstable-i686/PKGBUILD 2015-03-25 13:02:19 UTC (rev 234755)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=dconf
-pkgver=0.23.1
-pkgrel=1
-pkgdesc="A low-level configuration system."
-arch=(i686 x86_64)
-url="http://live.gnome.org/dconf"
-license=('LGPL2.1')
-depends=('glib2' 'libdbus')
-makedepends=('vala' 'intltool' 'docbook-xsl' 'python2')
-install=dconf.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7181580dca4d3765a6ac8292fe66b8c0ea29f6a543ae4e702739026a8f3f4263')
-
-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 234754, dconf/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2015-03-25 13:02:19 UTC (rev 234755)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=dconf
+pkgver=0.24.0
+pkgrel=1
+pkgdesc="A low-level configuration system."
+arch=(i686 x86_64)
+url="http://live.gnome.org/dconf"
+license=('LGPL2.1')
+depends=('glib2' 'libdbus')
+makedepends=('vala' 'intltool' 'docbook-xsl' 'python2')
+install=dconf.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4373e0ced1f4d7d68d518038796c073696280e22957babb29feb0267c630fec2')
+
+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 2015-03-25 13:02:12 UTC (rev 234754)
+++ gnome-unstable-i686/dconf.install 2015-03-25 13:02:19 UTC (rev 234755)
@@ -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 234754, dconf/trunk/dconf.install)
===================================================================
--- gnome-unstable-i686/dconf.install (rev 0)
+++ gnome-unstable-i686/dconf.install 2015-03-25 13:02:19 UTC (rev 234755)
@@ -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 2015-03-25 13:02:12 UTC (rev 234754)
+++ gnome-unstable-x86_64/PKGBUILD 2015-03-25 13:02:19 UTC (rev 234755)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=dconf
-pkgver=0.23.1
-pkgrel=1
-pkgdesc="A low-level configuration system."
-arch=(i686 x86_64)
-url="http://live.gnome.org/dconf"
-license=('LGPL2.1')
-depends=('glib2' 'libdbus')
-makedepends=('vala' 'intltool' 'docbook-xsl' 'python2')
-install=dconf.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7181580dca4d3765a6ac8292fe66b8c0ea29f6a543ae4e702739026a8f3f4263')
-
-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 234754, dconf/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2015-03-25 13:02:19 UTC (rev 234755)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=dconf
+pkgver=0.24.0
+pkgrel=1
+pkgdesc="A low-level configuration system."
+arch=(i686 x86_64)
+url="http://live.gnome.org/dconf"
+license=('LGPL2.1')
+depends=('glib2' 'libdbus')
+makedepends=('vala' 'intltool' 'docbook-xsl' 'python2')
+install=dconf.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4373e0ced1f4d7d68d518038796c073696280e22957babb29feb0267c630fec2')
+
+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 2015-03-25 13:02:12 UTC (rev 234754)
+++ gnome-unstable-x86_64/dconf.install 2015-03-25 13:02:19 UTC (rev 234755)
@@ -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 234754, dconf/trunk/dconf.install)
===================================================================
--- gnome-unstable-x86_64/dconf.install (rev 0)
+++ gnome-unstable-x86_64/dconf.install 2015-03-25 13:02:19 UTC (rev 234755)
@@ -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