Date: Tuesday, March 21, 2023 @ 23:31:02
Author: heftig
Revision: 1425221
archrelease: copy trunk to multilib-x86_64
Added:
lib32-glib-networking/repos/multilib-x86_64/PKGBUILD
(from rev 1425220, lib32-glib-networking/trunk/PKGBUILD)
Deleted:
lib32-glib-networking/repos/multilib-x86_64/PKGBUILD
----------+
PKGBUILD | 103 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 50 insertions(+), 53 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-21 23:30:53 UTC (rev 1425220)
+++ PKGBUILD 2023-03-21 23:31:02 UTC (rev 1425221)
@@ -1,53 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: josephgbr <[email protected]>
-
-pkgname=lib32-glib-networking
-pkgver=2.74.0
-pkgrel=1
-pkgdesc="Network extensions for GLib (32-bit)"
-url="https://gitlab.gnome.org/GNOME/glib-networking"
-arch=(x86_64)
-license=(GPL2)
-depends=(
- glib-networking
- lib32-glib2
- lib32-gnutls
- lib32-libproxy
-)
-makedepends=(
- git
- meson
-)
-checkdepends=(
- ca-certificates
-)
-options=(debug)
-_commit=d17632fe495c573612dd69e982a0c49af2952178 # tags/2.74.0^0
-source=("git+https://gitlab.gnome.org/GNOME/glib-networking.git#commit=${_commit}")
-sha256sums=('SKIP')
-
-pkgver() {
- cd glib-networking
-
- git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-build() {
- export CC='gcc -m32'
- export CXX='g++ -m32'
- export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
-
- arch-meson glib-networking build --libdir=/usr/lib32
- meson compile -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package() {
- meson install -C build --destdir "${pkgdir}"
- rm -r "${pkgdir}"/usr/{lib,share}
-}
-
-# vim:set ts=2 sw=2 et:
Copied: lib32-glib-networking/repos/multilib-x86_64/PKGBUILD (from rev 1425220,
lib32-glib-networking/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-21 23:31:02 UTC (rev 1425221)
@@ -0,0 +1,50 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: josephgbr <[email protected]>
+
+pkgname=lib32-glib-networking
+pkgver=2.76.0
+pkgrel=1
+pkgdesc="Network extensions for GLib (32-bit)"
+url="https://gitlab.gnome.org/GNOME/glib-networking"
+arch=(x86_64)
+license=(GPL2)
+depends=(
+ glib-networking
+ lib32-glib2
+ lib32-gnutls
+ lib32-libproxy
+)
+makedepends=(
+ git
+ meson
+)
+checkdepends=(ca-certificates)
+_commit=eab226398f9872c381033f7cb3af43dcb66600f4 # tags/2.76.0^0
+source=("git+https://gitlab.gnome.org/GNOME/glib-networking.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd glib-networking
+
+ git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+build() {
+ export CC='gcc -m32'
+ export CXX='g++ -m32'
+ export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
+
+ arch-meson glib-networking build --libdir=/usr/lib32
+ meson compile -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ meson install -C build --destdir "${pkgdir}"
+ rm -r "${pkgdir}"/usr/{lib,share}
+}
+
+# vim:set sw=2 sts=-1 et: