Date: Saturday, April 22, 2023 @ 01:39:55
  Author: heftig
Revision: 475116

archrelease: copy trunk to extra-x86_64

Added:
  libsoup3/repos/extra-x86_64/PKGBUILD
    (from rev 475115, libsoup3/trunk/PKGBUILD)
Deleted:
  libsoup3/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |  170 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 85 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-22 01:39:48 UTC (rev 475115)
+++ PKGBUILD    2023-04-22 01:39:55 UTC (rev 475116)
@@ -1,85 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Jan de Groot <[email protected]>
-
-pkgbase=libsoup3
-pkgname=(libsoup3 libsoup3-docs)
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="HTTP client/server library for GNOME"
-url="https://wiki.gnome.org/Projects/libsoup";
-arch=(x86_64)
-license=(LGPL)
-depends=(
-  brotli
-  glib-networking
-  glib2
-  krb5
-  libnghttp2
-  libpsl
-  libsysprof-capture
-  sqlite
-)
-makedepends=(
-  gi-docgen
-  git
-  gobject-introspection
-  meson
-  python-quart
-  samba
-  vala
-)
-checkdepends=(
-  apache
-  php-apache
-)
-_commit=598b981821563ae45af3b3b8eaf7e755ba78ea77  # tags/3.4.0^0
-source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit";)
-b2sums=('SKIP')
-
-pkgver() {
-  cd libsoup
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd libsoup
-}
-
-build() {
-  local meson_options=(
-    -D autobahn=disabled
-  )
-  arch-meson libsoup build "${meson_options[@]}"
-  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_libsoup3() {
-  depends+=(
-    libbrotlidec.so
-    libgssapi_krb5.so
-    libg{lib,object,io}-2.0.so
-    libpsl.so
-  )
-  optdepends=('samba: Windows Domain SSO')
-  provides+=(libsoup-3.0.so)
-
-  meson install -C build --destdir "$pkgdir"
-
-  mkdir -p doc/usr/share
-  mv {"$pkgdir",doc}/usr/share/doc
-}
-
-package_libsoup3-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-
-  mv doc/* "$pkgdir"
-}
-
-# vim:set sw=2 sts=-1 et:

Copied: libsoup3/repos/extra-x86_64/PKGBUILD (from rev 475115, 
libsoup3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-22 01:39:55 UTC (rev 475116)
@@ -0,0 +1,85 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgbase=libsoup3
+pkgname=(libsoup3 libsoup3-docs)
+pkgver=3.4.1
+pkgrel=1
+pkgdesc="HTTP client/server library for GNOME"
+url="https://wiki.gnome.org/Projects/libsoup";
+arch=(x86_64)
+license=(LGPL)
+depends=(
+  brotli
+  glib-networking
+  glib2
+  krb5
+  libnghttp2
+  libpsl
+  libsysprof-capture
+  sqlite
+)
+makedepends=(
+  gi-docgen
+  git
+  gobject-introspection
+  meson
+  python-quart
+  samba
+  vala
+)
+checkdepends=(
+  apache
+  php-apache
+)
+_commit=e462f0d71a2f1991ff1921915eb224f00cae5bb1  # tags/3.4.1^0
+source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit";)
+b2sums=('SKIP')
+
+pkgver() {
+  cd libsoup
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd libsoup
+}
+
+build() {
+  local meson_options=(
+    -D autobahn=disabled
+  )
+  arch-meson libsoup build "${meson_options[@]}"
+  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_libsoup3() {
+  depends+=(
+    libbrotlidec.so
+    libgssapi_krb5.so
+    libg{lib,object,io}-2.0.so
+    libpsl.so
+  )
+  optdepends=('samba: Windows Domain SSO')
+  provides+=(libsoup-3.0.so)
+
+  meson install -C build --destdir "$pkgdir"
+
+  mkdir -p doc/usr/share
+  mv {"$pkgdir",doc}/usr/share/doc
+}
+
+package_libsoup3-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+
+  mv doc/* "$pkgdir"
+}
+
+# vim:set sw=2 sts=-1 et:

Reply via email to