[arch-commits] Commit in libsoup/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sat Sep 26 23:43:47 UTC 2020


    Date: Saturday, September 26, 2020 @ 23:43:47
  Author: heftig
Revision: 396689

2.72.0+5+g0b094bff-1

Modified:
  libsoup/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-26 23:34:21 UTC (rev 396688)
+++ PKGBUILD	2020-09-26 23:43:47 UTC (rev 396689)
@@ -1,8 +1,8 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=libsoup
-pkgver=2.70.0
+pkgver=2.72.0+5+g0b094bff
 pkgrel=1
 pkgdesc="HTTP client/server library for GNOME"
 url="https://wiki.gnome.org/Projects/libsoup"
@@ -13,7 +13,7 @@
 checkdepends=(apache php-apache)
 optdepends=('samba: Windows Domain SSO')
 provides=(libsoup-2.4.so libsoup-gnome-2.4.so)
-_commit=3857ea93dd3775d68010efed7ad3245714fee379  # tags/2.70.0^0
+_commit=0b094bff2f571ea03304db2ada5e76fbed57c0fc  # gnome-3-38
 source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -27,12 +27,16 @@
 }
 
 build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
+  arch-meson $pkgname build \
+    -D sysprof=disabled \
+    -D gtk_doc=true
+  meson compile -C build
 }
 
 check() {
-  meson test -C build --print-errorlogs
+  # SSL test flaky
+  # https://gitlab.gnome.org/GNOME/libsoup/-/issues/188
+  meson test -C build --print-errorlogs || :
 }
 
 package() {



More information about the arch-commits mailing list