[arch-commits] Commit in lib32-dconf (4 files)

Maxime Gauduin alucryd at archlinux.org
Sun Oct 11 15:21:54 UTC 2015


    Date: Sunday, October 11, 2015 @ 17:21:53
  Author: alucryd
Revision: 143650

archrelease: copy trunk to multilib-x86_64

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

---------------+
 PKGBUILD      |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 dconf.install |   13 +++++++++++++
 2 files changed, 62 insertions(+)

Copied: lib32-dconf/repos/multilib-x86_64/PKGBUILD (from rev 143649, lib32-dconf/trunk/PKGBUILD)
===================================================================
--- repos/multilib-x86_64/PKGBUILD	                        (rev 0)
+++ repos/multilib-x86_64/PKGBUILD	2015-10-11 15:21:53 UTC (rev 143650)
@@ -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.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/dconf.install (from rev 143649, lib32-dconf/trunk/dconf.install)
===================================================================
--- repos/multilib-x86_64/dconf.install	                        (rev 0)
+++ repos/multilib-x86_64/dconf.install	2015-10-11 15:21:53 UTC (rev 143650)
@@ -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