[arch-commits] Commit in lib32-glib-networking/repos/multilib-x86_64 (2 files)

Maxime Gauduin alucryd at archlinux.org
Tue Mar 23 10:06:04 UTC 2021


    Date: Tuesday, March 23, 2021 @ 10:06:03
  Author: alucryd
Revision: 900222

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-glib-networking/repos/multilib-x86_64/PKGBUILD
    (from rev 900221, lib32-glib-networking/trunk/PKGBUILD)
Deleted:
  lib32-glib-networking/repos/multilib-x86_64/PKGBUILD

----------+
 PKGBUILD |  109 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 52 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-23 10:05:58 UTC (rev 900221)
+++ PKGBUILD	2021-03-23 10:06:03 UTC (rev 900222)
@@ -1,57 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: josephgbr <rafael.f.f1 at gmail.com>
-
-pkgname=lib32-glib-networking
-pkgver=2.66.0
-pkgrel=1
-pkgdesc='Network-related giomodules for glib'
-arch=(x86_64)
-url=https://git.gnome.org/browse/glib-networking/
-license=(GPL2)
-depends=(
-  glib-networking
-  lib32-glib2
-  lib32-gnutls
-  lib32-libproxy
-)
-makedepends=(
-  git
-  meson
-  lib32-openssl
-)
-checkdepends=(
-  ca-certificates
-)
-optdepends=(
-  'lib32-openssl: Alternative backend'
-)
-_tag=61d7e024ca354e6d2e39930d66a2067f3de5842c
-source=(git+https://gitlab.gnome.org/GNOME/glib-networking.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd glib-networking
-
-  git describe --tags
-}
-
-build() {
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  arch-meson glib-networking build \
-    --libdir=/usr/lib32 \
-    -D openssl=enabled
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-  rm -rf "${pkgdir}"/usr/{lib,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-glib-networking/repos/multilib-x86_64/PKGBUILD (from rev 900221, lib32-glib-networking/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-23 10:06:03 UTC (rev 900222)
@@ -0,0 +1,52 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: josephgbr <rafael.f.f1 at gmail.com>
+
+pkgname=lib32-glib-networking
+pkgver=2.68.0
+pkgrel=1
+pkgdesc='Network-related giomodules for glib'
+arch=(x86_64)
+url=https://git.gnome.org/browse/glib-networking/
+license=(GPL2)
+depends=(
+  glib-networking
+  lib32-glib2
+  lib32-gnutls
+  lib32-libproxy
+)
+makedepends=(
+  git
+  meson
+  lib32-openssl
+)
+checkdepends=(
+  ca-certificates
+)
+optdepends=(
+  'lib32-openssl: Alternative backend'
+)
+_tag=c02cc94b9cea5c228f33978dba77ecabe01ec83f
+source=(git+https://gitlab.gnome.org/GNOME/glib-networking.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd glib-networking
+
+  git describe --tags
+}
+
+build() {
+  export CC='gcc -m32'
+  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
+  arch-meson glib-networking build \
+    --libdir=/usr/lib32 \
+    -Dopenssl=enabled
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+  rm -rf "${pkgdir}"/usr/{lib,share}
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list