[arch-commits] Commit in lib32-glib-networking/repos/multilib-x86_64 (2 files)
Maxime Gauduin
alucryd at archlinux.org
Thu May 6 08:15:09 UTC 2021
Date: Thursday, May 6, 2021 @ 08:15:09
Author: alucryd
Revision: 928376
archrelease: copy trunk to multilib-x86_64
Added:
lib32-glib-networking/repos/multilib-x86_64/PKGBUILD
(from rev 928375, lib32-glib-networking/trunk/PKGBUILD)
Deleted:
lib32-glib-networking/repos/multilib-x86_64/PKGBUILD
----------+
PKGBUILD | 104 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 52 insertions(+), 52 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-06 08:15:04 UTC (rev 928375)
+++ PKGBUILD 2021-05-06 08:15:09 UTC (rev 928376)
@@ -1,52 +0,0 @@
-# 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:
Copied: lib32-glib-networking/repos/multilib-x86_64/PKGBUILD (from rev 928375, lib32-glib-networking/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-06 08:15:09 UTC (rev 928376)
@@ -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.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'
+)
+_tag=8433a2d90c8158d6cd7252b9432651ab5d3505f0
+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