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

Maxime Gauduin alucryd at archlinux.org
Sat Mar 28 13:38:15 UTC 2020


    Date: Saturday, March 28, 2020 @ 13:38:15
  Author: alucryd
Revision: 605101

archrelease: copy trunk to multilib-x86_64

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

----------+
 PKGBUILD |  112 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-28 13:38:10 UTC (rev 605100)
+++ PKGBUILD	2020-03-28 13:38:15 UTC (rev 605101)
@@ -1,56 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: josephgbr <rafael.f.f1 at gmail.com>
-
-pkgname=lib32-glib-networking
-pkgver=2.64.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'
-)
-source=(git+https://gitlab.gnome.org/GNOME/glib-networking.git#tag=c8a3134693712055d4bff35ca18bf936e3f0df07)
-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 605100, lib32-glib-networking/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-28 13:38:15 UTC (rev 605101)
@@ -0,0 +1,56 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: josephgbr <rafael.f.f1 at gmail.com>
+
+pkgname=lib32-glib-networking
+pkgver=2.64.1
+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'
+)
+source=(git+https://gitlab.gnome.org/GNOME/glib-networking.git#tag=b674b65cc2be97b8d764c44d0e874e777fca1858)
+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:



More information about the arch-commits mailing list