Date: Wednesday, September 22, 2021 @ 23:48:19
  Author: heftig
Revision: 424564

archrelease: copy trunk to testing-x86_64

Added:
  libsoup3/repos/testing-x86_64/
  libsoup3/repos/testing-x86_64/PKGBUILD
    (from rev 424563, libsoup3/trunk/PKGBUILD)

----------+
 PKGBUILD |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 49 insertions(+)

Copied: libsoup3/repos/testing-x86_64/PKGBUILD (from rev 424563, 
libsoup3/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2021-09-22 23:48:19 UTC (rev 424564)
@@ -0,0 +1,49 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=libsoup3
+pkgver=3.0.0
+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)
+makedepends=(gobject-introspection python vala git gtk-doc meson samba
+             python-quart)
+checkdepends=(apache php-apache)
+optdepends=('samba: Windows Domain SSO')
+_commit=63f778a9f0df634b627b7683e737b89cb73f943d  # tags/3.0.0^0
+source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libsoup
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd libsoup
+}
+
+build() {
+  arch-meson libsoup build \
+    -D gtk_doc=true \
+    -D autobahn=disabled \
+    -D sysprof=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{,-gnome}-3.0.so)
+
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 et:

Reply via email to