[arch-commits] Commit in lib32-dconf/repos/multilib-x86_64 (4 files)

Maxime Gauduin alucryd at archlinux.org
Sun Apr 10 17:06:16 UTC 2016


    Date: Sunday, April 10, 2016 @ 19:06:16
  Author: alucryd
Revision: 170147

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-dconf/repos/multilib-x86_64/PKGBUILD
    (from rev 170146, lib32-dconf/trunk/PKGBUILD)
  lib32-dconf/repos/multilib-x86_64/dconf.install
    (from rev 170146, lib32-dconf/trunk/dconf.install)
Deleted:
  lib32-dconf/repos/multilib-x86_64/PKGBUILD
  lib32-dconf/repos/multilib-x86_64/dconf.install

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-10 17:06:10 UTC (rev 170146)
+++ PKGBUILD	2016-04-10 17:06:16 UTC (rev 170147)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Maintainer: jtts <jussaar at mbnet.fi>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=lib32-dconf
-pkgver=0.24.0
-pkgrel=1
-pkgdesc='A low-level configuration system'
-arch=('x86_64')
-url='http://live.gnome.org/dconf'
-license=('LGPL2.1')
-depends=('dconf' 'lib32-glib2' 'lib32-libdbus')
-makedepends=('docbook-xsl' 'gcc-multilib' 'intltool' 'python2' 'vala')
-install='dconf.install'
-source=("http://download.gnome.org/sources/dconf/${pkgver%.*}/dconf-${pkgver}.tar.xz")
-sha256sums=('4373e0ced1f4d7d68d518038796c073696280e22957babb29feb0267c630fec2')
-
-prepare() {
-  cd dconf-${pkgver}
-
-  sed 's/ editor//g' -i Makefile.in
-}
-
-build() {
-  cd dconf-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
-    --prefix='/usr' \
-    --libdir='/usr/lib32' \
-    --libexecdir='/usr/lib32/dconf' \
-    --disable-editor \
-    --disable-gtk-doc-html \
-    --disable-man
-  make
-}
-
-package() {
-  cd dconf-${pkgver}
-
-  make completiondir='/usr/share/bash-completion/completions' DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-dconf/repos/multilib-x86_64/PKGBUILD (from rev 170146, lib32-dconf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-04-10 17:06:16 UTC (rev 170147)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Maintainer: jtts <jussaar at mbnet.fi>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=lib32-dconf
+pkgver=0.26.0
+pkgrel=1
+pkgdesc='A low-level configuration system'
+arch=('x86_64')
+url='http://live.gnome.org/dconf'
+license=('LGPL2.1')
+depends=('dconf' 'lib32-glib2')
+makedepends=('docbook-xsl' 'gcc-multilib' 'intltool' 'python' 'vala')
+install='dconf.install'
+source=("http://download.gnome.org/sources/dconf/${pkgver%.*}/dconf-${pkgver}.tar.xz")
+sha256sums=('8683292eb31a3fae31e561f0a4220d8569b0f6d882e9958b68373f9043d658c9')
+
+prepare() {
+  cd dconf-${pkgver}
+
+  sed 's/ editor//g' -i Makefile.in
+}
+
+build() {
+  cd dconf-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+    --prefix='/usr' \
+    --libdir='/usr/lib32' \
+    --libexecdir='/usr/lib32/dconf' \
+    --disable-editor \
+    --disable-gtk-doc-html \
+    --disable-man
+  make
+}
+
+package() {
+  cd dconf-${pkgver}
+
+  make completiondir='/usr/share/bash-completion/completions' DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:

Deleted: dconf.install
===================================================================
--- dconf.install	2016-04-10 17:06:10 UTC (rev 170146)
+++ dconf.install	2016-04-10 17:06:16 UTC (rev 170147)
@@ -1,13 +0,0 @@
-post_install() {
-  gio-querymodules-32 /usr/lib/gio/modules
-}
-
-post_upgrade(){
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-dconf/repos/multilib-x86_64/dconf.install (from rev 170146, lib32-dconf/trunk/dconf.install)
===================================================================
--- dconf.install	                        (rev 0)
+++ dconf.install	2016-04-10 17:06:16 UTC (rev 170147)
@@ -0,0 +1,13 @@
+post_install() {
+  gio-querymodules-32 /usr/lib/gio/modules
+}
+
+post_upgrade(){
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list