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

2021-11-24 Thread Jan Steffens via arch-commits
Date: Wednesday, November 24, 2021 @ 20:46:04
  Author: heftig
Revision: 1054731

2.74.2-1

Modified:
  lib32-libsoup/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 20:45:49 UTC (rev 1054730)
+++ PKGBUILD2021-11-24 20:46:04 UTC (rev 1054731)
@@ -3,11 +3,11 @@
 # Contributor: josephgbr 
 
 pkgname=lib32-libsoup
-pkgver=2.74.1
+pkgver=2.74.2
 pkgrel=1
 pkgdesc='HTTP client/server library for GNOME'
+url=https://wiki.gnome.org/Projects/libsoup
 arch=(x86_64)
-url=https://wiki.gnome.org/Projects/libsoup
 license=(LGPL)
 depends=(
   lib32-brotli
@@ -28,14 +28,13 @@
   php-apache
 )
 optdepends=('samba: Windows Domain SSO')
-_commit=0e1d3eee74cc568aa077b3472e7fcd3f13d42007  # tags/2.74.1^0
+_commit=2add3502a7de754f4aed61571f6cb45094e8f443  # tags/2.74.2^0
 source=(git+https://gitlab.gnome.org/GNOME/libsoup.git#tag=${_commit})
 sha256sums=('SKIP')
 
 pkgver() {
   cd libsoup
-
-  git describe --tags
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 build() {
@@ -57,6 +56,7 @@
 
 package() {
   depends+=(
+libbrotlidec.so
 libgssapi_krb5.so
 libg{lib,object,io}-2.0.so
 libpsl.so
@@ -67,4 +67,4 @@
   rm -rf "${pkgdir}"/usr/{include,share}
 }
 
-# vim: ts=2 sw=2 et:
+# vim:set sw=2 et:



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

2021-10-24 Thread Jan Steffens via arch-commits
Date: Sunday, October 24, 2021 @ 18:25:54
  Author: heftig
Revision: 1033199

2.74.1-1

Modified:
  lib32-libsoup/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-10-24 18:20:17 UTC (rev 1033198)
+++ PKGBUILD2021-10-24 18:25:54 UTC (rev 1033199)
@@ -3,8 +3,8 @@
 # Contributor: josephgbr 
 
 pkgname=lib32-libsoup
-pkgver=2.74.0
-pkgrel=2
+pkgver=2.74.1
+pkgrel=1
 pkgdesc='HTTP client/server library for GNOME'
 arch=(x86_64)
 url=https://wiki.gnome.org/Projects/libsoup
@@ -28,9 +28,9 @@
   php-apache
 )
 optdepends=('samba: Windows Domain SSO')
-_tag=590611dac35a02ff16a556f97de9eea249e75d06
-source=(git+https://gitlab.gnome.org/GNOME/libsoup.git#tag=${_tag})
-sha256sums=(SKIP)
+_commit=0e1d3eee74cc568aa077b3472e7fcd3f13d42007  # tags/2.74.1^0
+source=(git+https://gitlab.gnome.org/GNOME/libsoup.git#tag=${_commit})
+sha256sums=('SKIP')
 
 pkgver() {
   cd libsoup



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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 23:46:50
  Author: heftig
Revision: 1021723

2.74.0-2: enable tests

Modified:
  lib32-libsoup/trunk/PKGBUILD

--+
 PKGBUILD |6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 23:39:15 UTC (rev 1021722)
+++ PKGBUILD2021-09-22 23:46:50 UTC (rev 1021723)
@@ -4,7 +4,7 @@
 
 pkgname=lib32-libsoup
 pkgver=2.74.0
-pkgrel=1
+pkgrel=2
 pkgdesc='HTTP client/server library for GNOME'
 arch=(x86_64)
 url=https://wiki.gnome.org/Projects/libsoup
@@ -52,9 +52,7 @@
 }
 
 check() {
-  # SSL test flaky
-  # https://gitlab.gnome.org/GNOME/libsoup/-/issues/188
-  meson test -C build --print-errorlogs || :
+  meson test -C build --print-errorlogs
 }
 
 package() {



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

2021-08-22 Thread Jan Steffens via arch-commits
Date: Sunday, August 22, 2021 @ 23:25:05
  Author: heftig
Revision: 1004239

remove clang makedep

Modified:
  lib32-libsoup/trunk/PKGBUILD

--+
 PKGBUILD |1 -
 1 file changed, 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-08-22 23:23:45 UTC (rev 1004238)
+++ PKGBUILD2021-08-22 23:25:05 UTC (rev 1004239)
@@ -19,7 +19,6 @@
   libsoup
 )
 makedepends=(
-  clang
   git
   meson
   samba



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

2021-08-22 Thread Jan Steffens via arch-commits
Date: Sunday, August 22, 2021 @ 23:23:22
  Author: heftig
Revision: 1004237

2.74.0-1

Modified:
  lib32-libsoup/trunk/PKGBUILD

--+
 PKGBUILD |   30 +++---
 1 file changed, 23 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-08-22 20:09:12 UTC (rev 1004236)
+++ PKGBUILD2021-08-22 23:23:22 UTC (rev 1004237)
@@ -3,7 +3,7 @@
 # Contributor: josephgbr 
 
 pkgname=lib32-libsoup
-pkgver=2.72.0
+pkgver=2.74.0
 pkgrel=1
 pkgdesc='HTTP client/server library for GNOME'
 arch=(x86_64)
@@ -24,8 +24,12 @@
   meson
   samba
 )
+checkdepends=(
+  apache
+  php-apache
+)
 optdepends=('samba: Windows Domain SSO')
-_tag=ae1632c176c60b7fe832024c0a958f4079767c44
+_tag=590611dac35a02ff16a556f97de9eea249e75d06
 source=(git+https://gitlab.gnome.org/GNOME/libsoup.git#tag=${_tag})
 sha256sums=(SKIP)
 
@@ -36,21 +40,33 @@
 }
 
 build() {
-  export CC='clang -m32'
-  export CXX='clang++ -m32'
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG='i686-pc-linux-gnu-pkg-config'
 
   arch-meson libsoup build \
 --libdir=/usr/lib32 \
 -D introspection=disabled \
 -D sysprof=disabled \
--D tests=false \
 -D vapi=disabled
   meson compile -C build
 }
 
+check() {
+  # SSL test flaky
+  # https://gitlab.gnome.org/GNOME/libsoup/-/issues/188
+  meson test -C build --print-errorlogs || :
+}
+
 package() {
-  DESTDIR="${pkgdir}" meson install -C build
+  depends+=(
+libgssapi_krb5.so
+libg{lib,object,io}-2.0.so
+libpsl.so
+  )
+  provides+=(libsoup{,-gnome}-2.4.so)
+
+  meson install -C build --destdir "${pkgdir}"
   rm -rf "${pkgdir}"/usr/{include,share}
 }