[arch-commits] Commit in lib32-glib-networking/repos/multilib-x86_64 (2 files)
Maxime Gauduin
alucryd at archlinux.org
Wed Apr 15 10:41:37 UTC 2020
Date: Wednesday, April 15, 2020 @ 10:41:36
Author: alucryd
Revision: 614618
archrelease: copy trunk to multilib-x86_64
Added:
lib32-glib-networking/repos/multilib-x86_64/PKGBUILD
(from rev 614616, 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-04-15 10:41:34 UTC (rev 614617)
+++ PKGBUILD 2020-04-15 10:41:36 UTC (rev 614618)
@@ -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.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:
Copied: lib32-glib-networking/repos/multilib-x86_64/PKGBUILD (from rev 614616, lib32-glib-networking/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-15 10:41:36 UTC (rev 614618)
@@ -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.2
+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=4741ab834ee47c2c513c8ae90738b8a8b4d83cf9)
+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