Date: Friday, September 26, 2014 @ 12:57:38
  Author: jgc
Revision: 223151

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

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

------------------------------+
 testing-i686/PKGBUILD        |   31 +++++++++++++++++++++++++++++++
 testing-i686/dconf.install   |   15 +++++++++++++++
 testing-x86_64/PKGBUILD      |   31 +++++++++++++++++++++++++++++++
 testing-x86_64/dconf.install |   15 +++++++++++++++
 4 files changed, 92 insertions(+)

Copied: dconf/repos/testing-i686/PKGBUILD (from rev 223030, 
dconf/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2014-09-26 10:57:38 UTC (rev 223151)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru <ib...@archlinux.org>
+
+pkgname=dconf
+pkgver=0.22.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' 'gtk3' 'intltool' 'docbook-xsl' 'python' 'python2')
+optdepends=('gtk3: for dconf-editor')
+install=dconf.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0a277cb0c3f09e77d9413c5a9b3577fc2b5d6e941b59b44940392e024a224b8e')
+
+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/testing-i686/dconf.install (from rev 223030, 
dconf/repos/gnome-unstable-i686/dconf.install)
===================================================================
--- testing-i686/dconf.install                          (rev 0)
+++ testing-i686/dconf.install  2014-09-26 10:57:38 UTC (rev 223151)
@@ -0,0 +1,15 @@
+post_install() {
+  gio-querymodules /usr/lib/gio/modules
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  if [[ -x /usr/bin/gtk-update-icon-cache ]]; then
+    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  fi
+}
+
+post_upgrade(){
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: dconf/repos/testing-x86_64/PKGBUILD (from rev 223030, 
dconf/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2014-09-26 10:57:38 UTC (rev 223151)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru <ib...@archlinux.org>
+
+pkgname=dconf
+pkgver=0.22.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' 'gtk3' 'intltool' 'docbook-xsl' 'python' 'python2')
+optdepends=('gtk3: for dconf-editor')
+install=dconf.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0a277cb0c3f09e77d9413c5a9b3577fc2b5d6e941b59b44940392e024a224b8e')
+
+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/testing-x86_64/dconf.install (from rev 223030, 
dconf/repos/gnome-unstable-x86_64/dconf.install)
===================================================================
--- testing-x86_64/dconf.install                                (rev 0)
+++ testing-x86_64/dconf.install        2014-09-26 10:57:38 UTC (rev 223151)
@@ -0,0 +1,15 @@
+post_install() {
+  gio-querymodules /usr/lib/gio/modules
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  if [[ -x /usr/bin/gtk-update-icon-cache ]]; then
+    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  fi
+}
+
+post_upgrade(){
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Reply via email to