[arch-commits] Commit in dconf/repos/extra-i686 (4 files)

Eric Bélanger eric at nymeria.archlinux.org
Tue Apr 23 04:49:40 UTC 2013


    Date: Tuesday, April 23, 2013 @ 06:49:40
  Author: eric
Revision: 183553

archrelease: copy trunk to extra-i686

Added:
  dconf/repos/extra-i686/PKGBUILD
    (from rev 183552, dconf/trunk/PKGBUILD)
  dconf/repos/extra-i686/dconf.install
    (from rev 183552, dconf/trunk/dconf.install)
Deleted:
  dconf/repos/extra-i686/PKGBUILD
  dconf/repos/extra-i686/dconf.install

---------------+
 PKGBUILD      |   62 ++++++++++++++++++++++++++++----------------------------
 dconf.install |   26 +++++++++++------------
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-23 04:49:12 UTC (rev 183552)
+++ PKGBUILD	2013-04-23 04:49:40 UTC (rev 183553)
@@ -1,31 +0,0 @@
-# $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:

Copied: dconf/repos/extra-i686/PKGBUILD (from rev 183552, dconf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-04-23 04:49:40 UTC (rev 183553)
@@ -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' 'python2')
+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: dconf.install
===================================================================
--- dconf.install	2013-04-23 04:49:12 UTC (rev 183552)
+++ dconf.install	2013-04-23 04:49:40 UTC (rev 183553)
@@ -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 183552, dconf/trunk/dconf.install)
===================================================================
--- dconf.install	                        (rev 0)
+++ dconf.install	2013-04-23 04:49:40 UTC (rev 183553)
@@ -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