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

Maxime Gauduin alucryd at archlinux.org
Wed Mar 18 09:41:11 UTC 2020


    Date: Wednesday, March 18, 2020 @ 09:41:10
  Author: alucryd
Revision: 600496

archrelease: copy trunk to multilib-x86_64

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

----------+
 PKGBUILD |   98 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-18 09:41:04 UTC (rev 600495)
+++ PKGBUILD	2020-03-18 09:41:10 UTC (rev 600496)
@@ -1,49 +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.34.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
-)
-source=(git+https://gitlab.gnome.org/GNOME/dconf.git#tag=22d49c42cc71435e1ece14a385286e1d414ff21b)
-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 600495, lib32-dconf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-18 09:41:10 UTC (rev 600496)
@@ -0,0 +1,49 @@
+# 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.36.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
+)
+source=(git+https://gitlab.gnome.org/GNOME/dconf.git#tag=b11d5f1e18b1a57fde7e8d1a1c361d5bce0da564)
+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