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

Maxime Gauduin alucryd at archlinux.org
Tue Mar 23 09:30:26 UTC 2021


    Date: Tuesday, March 23, 2021 @ 09:30:26
  Author: alucryd
Revision: 900211

archrelease: copy trunk to multilib-x86_64

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

----------+
 PKGBUILD |  100 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-23 09:30:20 UTC (rev 900210)
+++ PKGBUILD	2021-03-23 09:30:26 UTC (rev 900211)
@@ -1,50 +0,0 @@
-# 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.38.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=(
-  bash-completion
-  docbook-xsl
-  git
-  intltool
-  meson
-  python
-  vala
-)
-_tag=c63ea4d11ac29db3c5175d53e990e77e8b20f7bf
-source=(git+https://gitlab.gnome.org/GNOME/dconf.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd dconf
-
-  git describe --tags
-}
-
-build() {
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  arch-meson dconf build \
-    --libdir=/usr/lib32 \
-    -D enable-man=false
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-  rm -rf "${pkgdir}"/usr/{bin,include,lib,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-dconf/repos/multilib-x86_64/PKGBUILD (from rev 900210, lib32-dconf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-23 09:30:26 UTC (rev 900211)
@@ -0,0 +1,50 @@
+# 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.40.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=(
+  bash-completion
+  docbook-xsl
+  git
+  intltool
+  meson
+  python
+  vala
+)
+_tag=4c0a26052efafae923eba42d14c5cb88da745de2
+source=(git+https://gitlab.gnome.org/GNOME/dconf.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd dconf
+
+  git describe --tags
+}
+
+build() {
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  arch-meson dconf build \
+    --libdir=/usr/lib32 \
+    -D enable-man=false
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+  rm -rf "${pkgdir}"/usr/{bin,include,lib,share}
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list