Date: Wednesday, November 2, 2016 @ 13:12:17
  Author: alucryd
Revision: 194419

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-dconf/repos/multilib-x86_64/PKGBUILD
    (from rev 194418, lib32-dconf/trunk/PKGBUILD)
  lib32-dconf/repos/multilib-x86_64/dconf.install
    (from rev 194418, 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-11-02 13:12:02 UTC (rev 194418)
+++ PKGBUILD    2016-11-02 13:12:17 UTC (rev 194419)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <[email protected]>
-# Maintainer: jtts <[email protected]>
-# Contributor: Ionut Biru <[email protected]>
-
-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:

Copied: lib32-dconf/repos/multilib-x86_64/PKGBUILD (from rev 194418, 
lib32-dconf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2016-11-02 13:12:17 UTC (rev 194419)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Maxime Gauduin <[email protected]>
+# Maintainer: jtts <[email protected]>
+# Contributor: Ionut Biru <[email protected]>
+
+pkgname=lib32-dconf
+pkgver=0.26.0
+pkgrel=1
+pkgdesc='A low-level configuration system'
+arch=('x86_64')
+url='https://live.gnome.org/dconf'
+license=('LGPL2.1')
+depends=('dconf' 'lib32-glib2')
+makedepends=('docbook-xsl' 'gcc-multilib' 'intltool' 'python' 'vala')
+install='dconf.install'
+source=("https://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-11-02 13:12:02 UTC (rev 194418)
+++ dconf.install       2016-11-02 13:12:17 UTC (rev 194419)
@@ -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 194418, 
lib32-dconf/trunk/dconf.install)
===================================================================
--- dconf.install                               (rev 0)
+++ dconf.install       2016-11-02 13:12:17 UTC (rev 194419)
@@ -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:

Reply via email to