[arch-commits] Commit in libsoup3/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Sun Sep 4 00:51:21 UTC 2022
Date: Sunday, September 4, 2022 @ 00:51:20
Author: heftig
Revision: 455021
archrelease: copy trunk to extra-x86_64
Added:
libsoup3/repos/extra-x86_64/PKGBUILD
(from rev 455020, libsoup3/trunk/PKGBUILD)
Deleted:
libsoup3/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 102 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 52 insertions(+), 50 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-04 00:49:09 UTC (rev 455020)
+++ PKGBUILD 2022-09-04 00:51:20 UTC (rev 455021)
@@ -1,50 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libsoup3
-pkgver=3.0.7
-pkgrel=1
-pkgdesc="HTTP client/server library for GNOME"
-url="https://wiki.gnome.org/Projects/libsoup"
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 glib-networking sqlite krb5 libpsl brotli libnghttp2
- libsysprof-capture)
-makedepends=(gobject-introspection python vala git gtk-doc meson samba
- python-quart)
-checkdepends=(apache php-apache)
-optdepends=('samba: Windows Domain SSO')
-options=(debug)
-_commit=40cabaef1bd71475fcf34a618ad5937cefb76513 # tags/3.0.7^0
-source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd libsoup
- git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
- cd libsoup
-}
-
-build() {
- arch-meson libsoup build \
- -D gtk_doc=true \
- -D autobahn=disabled
- meson compile -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package() {
- depends+=(libg{lib,object,io}-2.0.so libgssapi_krb5.so libpsl.so
- libbrotlidec.so)
- provides+=(libsoup-3.0.so)
-
- meson install -C build --destdir "$pkgdir"
-}
-
-# vim:set sw=2 et:
Copied: libsoup3/repos/extra-x86_64/PKGBUILD (from rev 455020, libsoup3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-04 00:51:20 UTC (rev 455021)
@@ -0,0 +1,52 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libsoup3
+pkgver=3.0.8
+pkgrel=1
+pkgdesc="HTTP client/server library for GNOME"
+url="https://wiki.gnome.org/Projects/libsoup"
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 glib-networking sqlite krb5 libpsl brotli libnghttp2
+ libsysprof-capture)
+makedepends=(gobject-introspection python vala git gtk-doc meson samba
+ python-quart)
+checkdepends=(apache php-apache)
+optdepends=('samba: Windows Domain SSO')
+options=(debug)
+_commit=66b1deac20ce3857d0c6cf225d4517027e532c0b # tags/3.0.8^0
+source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd libsoup
+ git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+ cd libsoup
+}
+
+build() {
+ arch-meson libsoup build \
+ -D gtk_doc=true \
+ -D autobahn=disabled
+ meson compile -C build
+}
+
+check() {
+ # Python's output buffering messes with the tests reading stdout lines from
+ # http2-server.py through a pipe
+ PYTHONUNBUFFERED=1 meson test -C build --print-errorlogs
+}
+
+package() {
+ depends+=(libg{lib,object,io}-2.0.so libgssapi_krb5.so libpsl.so
+ libbrotlidec.so)
+ provides+=(libsoup-3.0.so)
+
+ meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 sts=-1 et:
More information about the arch-commits
mailing list