[arch-commits] Commit in libsoup/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-09-26 Thread Jan Steffens via arch-commits
Date: Saturday, September 26, 2020 @ 23:44:00
  Author: heftig
Revision: 396690

archrelease: copy trunk to extra-x86_64

Added:
  libsoup/repos/extra-x86_64/PKGBUILD
(from rev 396689, libsoup/trunk/PKGBUILD)
Deleted:
  libsoup/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   84 +++--
 1 file changed, 44 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-26 23:43:47 UTC (rev 396689)
+++ PKGBUILD2020-09-26 23:44:00 UTC (rev 396690)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=libsoup
-pkgver=2.70.0
-pkgrel=1
-pkgdesc="HTTP client/server library for GNOME"
-url="https://wiki.gnome.org/Projects/libsoup;
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl brotli)
-makedepends=(gobject-introspection python vala git gtk-doc meson samba)
-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
-source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: libsoup/repos/extra-x86_64/PKGBUILD (from rev 396689, 
libsoup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-26 23:44:00 UTC (rev 396690)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=libsoup
+pkgver=2.72.0+5+g0b094bff
+pkgrel=1
+pkgdesc="HTTP client/server library for GNOME"
+url="https://wiki.gnome.org/Projects/libsoup;
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl brotli)
+makedepends=(gobject-introspection python vala git gtk-doc meson samba)
+checkdepends=(apache php-apache)
+optdepends=('samba: Windows Domain SSO')
+provides=(libsoup-2.4.so libsoup-gnome-2.4.so)
+_commit=0b094bff2f571ea03304db2ada5e76fbed57c0fc  # gnome-3-38
+source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build \
+-D sysprof=disabled \
+-D gtk_doc=true
+  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
+}


[arch-commits] Commit in libsoup/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 00:18:14
  Author: heftig
Revision: 376928

archrelease: copy trunk to extra-x86_64

Added:
  libsoup/repos/extra-x86_64/PKGBUILD
(from rev 376927, libsoup/trunk/PKGBUILD)
Deleted:
  libsoup/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 00:18:04 UTC (rev 376927)
+++ PKGBUILD2020-03-08 00:18:14 UTC (rev 376928)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=libsoup
-pkgver=2.68.4
-pkgrel=1
-pkgdesc="HTTP client/server library for GNOME"
-url="https://wiki.gnome.org/Projects/libsoup;
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl brotli)
-makedepends=(gobject-introspection python vala git gtk-doc meson samba)
-checkdepends=(apache php-apache)
-optdepends=('samba: Windows Domain SSO')
-provides=(libsoup-2.4.so libsoup-gnome-2.4.so)
-_commit=c1176d52ec50b422127f679741347d5e8b6ab120  # tags/2.68.4^0
-source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: libsoup/repos/extra-x86_64/PKGBUILD (from rev 376927, 
libsoup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 00:18:14 UTC (rev 376928)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=libsoup
+pkgver=2.70.0
+pkgrel=1
+pkgdesc="HTTP client/server library for GNOME"
+url="https://wiki.gnome.org/Projects/libsoup;
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl brotli)
+makedepends=(gobject-introspection python vala git gtk-doc meson samba)
+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
+source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in libsoup/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-02-26 Thread Jan Steffens via arch-commits
Date: Wednesday, February 26, 2020 @ 08:16:45
  Author: heftig
Revision: 376247

archrelease: copy trunk to extra-x86_64

Added:
  libsoup/repos/extra-x86_64/PKGBUILD
(from rev 376246, libsoup/trunk/PKGBUILD)
Deleted:
  libsoup/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   79 ++---
 1 file changed, 40 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-26 07:44:01 UTC (rev 376246)
+++ PKGBUILD2020-02-26 08:16:45 UTC (rev 376247)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=libsoup
-pkgver=2.68.3
-pkgrel=1
-pkgdesc="HTTP client/server library for GNOME"
-url="https://wiki.gnome.org/Projects/libsoup;
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl brotli)
-makedepends=(gobject-introspection python vala git gtk-doc meson samba)
-checkdepends=(apache php-apache)
-optdepends=('samba: Windows Domain SSO')
-_commit=e21129853d60498b53b20460c87165f38b32554a  # tags/2.68.3^0
-source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: libsoup/repos/extra-x86_64/PKGBUILD (from rev 376246, 
libsoup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-26 08:16:45 UTC (rev 376247)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=libsoup
+pkgver=2.68.4
+pkgrel=1
+pkgdesc="HTTP client/server library for GNOME"
+url="https://wiki.gnome.org/Projects/libsoup;
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl brotli)
+makedepends=(gobject-introspection python vala git gtk-doc meson samba)
+checkdepends=(apache php-apache)
+optdepends=('samba: Windows Domain SSO')
+provides=(libsoup-2.4.so libsoup-gnome-2.4.so)
+_commit=c1176d52ec50b422127f679741347d5e8b6ab120  # tags/2.68.4^0
+source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in libsoup/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-12-04 Thread Jan Steffens via arch-commits
Date: Wednesday, December 4, 2019 @ 15:21:01
  Author: heftig
Revision: 370388

archrelease: copy trunk to extra-x86_64

Added:
  libsoup/repos/extra-x86_64/PKGBUILD
(from rev 370387, libsoup/trunk/PKGBUILD)
Deleted:
  libsoup/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-04 15:20:37 UTC (rev 370387)
+++ PKGBUILD2019-12-04 15:21:01 UTC (rev 370388)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=libsoup
-pkgver=2.68.2
-pkgrel=1
-pkgdesc="HTTP client/server library for GNOME"
-url="https://wiki.gnome.org/Projects/libsoup;
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl brotli)
-makedepends=(gobject-introspection python vala git gtk-doc meson samba)
-checkdepends=(apache php-apache)
-optdepends=('samba: Windows Domain SSO')
-_commit=5b2cf0eab0386322ed3f25d9b671c00dfbb93471  # tags/2.68.2^0
-source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: libsoup/repos/extra-x86_64/PKGBUILD (from rev 370387, 
libsoup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-04 15:21:01 UTC (rev 370388)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=libsoup
+pkgver=2.68.3
+pkgrel=1
+pkgdesc="HTTP client/server library for GNOME"
+url="https://wiki.gnome.org/Projects/libsoup;
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl brotli)
+makedepends=(gobject-introspection python vala git gtk-doc meson samba)
+checkdepends=(apache php-apache)
+optdepends=('samba: Windows Domain SSO')
+_commit=e21129853d60498b53b20460c87165f38b32554a  # tags/2.68.3^0
+source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in libsoup/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-10-09 Thread Jan Steffens via arch-commits
Date: Wednesday, October 9, 2019 @ 10:57:24
  Author: heftig
Revision: 364215

archrelease: copy trunk to extra-x86_64

Added:
  libsoup/repos/extra-x86_64/PKGBUILD
(from rev 364214, libsoup/trunk/PKGBUILD)
Deleted:
  libsoup/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-09 10:53:50 UTC (rev 364214)
+++ PKGBUILD2019-10-09 10:57:24 UTC (rev 364215)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=libsoup
-pkgver=2.68.1
-pkgrel=1
-pkgdesc="HTTP client/server library for GNOME"
-url="https://wiki.gnome.org/Projects/libsoup;
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl brotli)
-makedepends=(gobject-introspection python vala git gtk-doc meson samba)
-checkdepends=(apache php-apache)
-optdepends=('samba: Windows Domain SSO')
-_commit=15a3d17bdefebede9262933752a897cf51976a05  # tags/2.68.1^0
-source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: libsoup/repos/extra-x86_64/PKGBUILD (from rev 364214, 
libsoup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-09 10:57:24 UTC (rev 364215)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=libsoup
+pkgver=2.68.2
+pkgrel=1
+pkgdesc="HTTP client/server library for GNOME"
+url="https://wiki.gnome.org/Projects/libsoup;
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl brotli)
+makedepends=(gobject-introspection python vala git gtk-doc meson samba)
+checkdepends=(apache php-apache)
+optdepends=('samba: Windows Domain SSO')
+_commit=5b2cf0eab0386322ed3f25d9b671c00dfbb93471  # tags/2.68.2^0
+source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in libsoup/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-11 Thread Jan Steffens via arch-commits
Date: Wednesday, September 11, 2019 @ 19:46:56
  Author: heftig
Revision: 362251

archrelease: copy trunk to extra-x86_64

Added:
  libsoup/repos/extra-x86_64/PKGBUILD
(from rev 362250, libsoup/trunk/PKGBUILD)
Deleted:
  libsoup/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-11 19:46:45 UTC (rev 362250)
+++ PKGBUILD2019-09-11 19:46:56 UTC (rev 362251)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=libsoup
-pkgver=2.67.93
-pkgrel=1
-pkgdesc="HTTP client/server library for GNOME"
-url="https://wiki.gnome.org/Projects/libsoup;
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl brotli)
-makedepends=(gobject-introspection python vala git gtk-doc meson samba)
-checkdepends=(apache php-apache)
-optdepends=('samba: Windows Domain SSO')
-_commit=6ef233e2f34e27866e90b550fcca7def9257f98b  # tags/2.67.93^0
-source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: libsoup/repos/extra-x86_64/PKGBUILD (from rev 362250, 
libsoup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-11 19:46:56 UTC (rev 362251)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=libsoup
+pkgver=2.68.1
+pkgrel=1
+pkgdesc="HTTP client/server library for GNOME"
+url="https://wiki.gnome.org/Projects/libsoup;
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl brotli)
+makedepends=(gobject-introspection python vala git gtk-doc meson samba)
+checkdepends=(apache php-apache)
+optdepends=('samba: Windows Domain SSO')
+_commit=15a3d17bdefebede9262933752a897cf51976a05  # tags/2.68.1^0
+source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in libsoup/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-10 Thread Jan Steffens via arch-commits
Date: Tuesday, September 10, 2019 @ 19:24:54
  Author: heftig
Revision: 362154

archrelease: copy trunk to extra-x86_64

Added:
  libsoup/repos/extra-x86_64/PKGBUILD
(from rev 362153, libsoup/trunk/PKGBUILD)
Deleted:
  libsoup/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   77 ++---
 1 file changed, 39 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-10 19:24:23 UTC (rev 362153)
+++ PKGBUILD2019-09-10 19:24:54 UTC (rev 362154)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=libsoup
-pkgver=2.66.2+4+g716acf96
-pkgrel=1
-pkgdesc="HTTP client/server library for GNOME"
-url="https://wiki.gnome.org/Projects/libsoup;
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl)
-makedepends=(gobject-introspection python vala git gtk-doc meson)
-checkdepends=(apache php-apache)
-_commit=716acf96c8368ad17c6a257890387659def591e5  # tags/2.67.1~20
-source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: libsoup/repos/extra-x86_64/PKGBUILD (from rev 362153, 
libsoup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-10 19:24:54 UTC (rev 362154)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=libsoup
+pkgver=2.67.93
+pkgrel=1
+pkgdesc="HTTP client/server library for GNOME"
+url="https://wiki.gnome.org/Projects/libsoup;
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl brotli)
+makedepends=(gobject-introspection python vala git gtk-doc meson samba)
+checkdepends=(apache php-apache)
+optdepends=('samba: Windows Domain SSO')
+_commit=6ef233e2f34e27866e90b550fcca7def9257f98b  # tags/2.67.93^0
+source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in libsoup/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-05-30 Thread Jan Steffens via arch-commits
Date: Thursday, May 30, 2019 @ 14:49:11
  Author: heftig
Revision: 354540

archrelease: copy trunk to extra-x86_64

Added:
  libsoup/repos/extra-x86_64/PKGBUILD
(from rev 354533, libsoup/trunk/PKGBUILD)
Deleted:
  libsoup/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-30 14:49:10 UTC (rev 354539)
+++ PKGBUILD2019-05-30 14:49:11 UTC (rev 354540)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=libsoup
-pkgver=2.66.2
-pkgrel=1
-pkgdesc="HTTP client/server library for GNOME"
-url="https://wiki.gnome.org/Projects/libsoup;
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl)
-makedepends=(gobject-introspection python vala git gtk-doc meson)
-checkdepends=(apache php-apache)
-_commit=dcb4ef51405109766b7f49b1408f98295bd9351f  # tags/2.66.2^0
-source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D doc=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: libsoup/repos/extra-x86_64/PKGBUILD (from rev 354533, 
libsoup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-30 14:49:11 UTC (rev 354540)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=libsoup
+pkgver=2.66.2+4+g716acf96
+pkgrel=1
+pkgdesc="HTTP client/server library for GNOME"
+url="https://wiki.gnome.org/Projects/libsoup;
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl)
+makedepends=(gobject-introspection python vala git gtk-doc meson)
+checkdepends=(apache php-apache)
+_commit=716acf96c8368ad17c6a257890387659def591e5  # tags/2.67.1~20
+source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in libsoup/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-05-15 Thread Jan Steffens via arch-commits
Date: Wednesday, May 15, 2019 @ 15:12:12
  Author: heftig
Revision: 353400

archrelease: copy trunk to extra-x86_64

Added:
  libsoup/repos/extra-x86_64/PKGBUILD
(from rev 353399, libsoup/trunk/PKGBUILD)
Deleted:
  libsoup/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-15 15:12:06 UTC (rev 353399)
+++ PKGBUILD2019-05-15 15:12:12 UTC (rev 353400)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=libsoup
-pkgver=2.66.1
-pkgrel=1
-pkgdesc="HTTP client/server library for GNOME"
-url="https://wiki.gnome.org/Projects/libsoup;
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl)
-makedepends=(gobject-introspection python vala git gtk-doc meson)
-checkdepends=(apache php-apache)
-_commit=f26f6073d0a999fc9517366e1f995fece7c89649  # tags/2.66.1^0
-source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D doc=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: libsoup/repos/extra-x86_64/PKGBUILD (from rev 353399, 
libsoup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-15 15:12:12 UTC (rev 353400)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=libsoup
+pkgver=2.66.2
+pkgrel=1
+pkgdesc="HTTP client/server library for GNOME"
+url="https://wiki.gnome.org/Projects/libsoup;
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl)
+makedepends=(gobject-introspection python vala git gtk-doc meson)
+checkdepends=(apache php-apache)
+_commit=dcb4ef51405109766b7f49b1408f98295bd9351f  # tags/2.66.2^0
+source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in libsoup/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-04-09 Thread Jan Steffens via arch-commits
Date: Tuesday, April 9, 2019 @ 09:04:12
  Author: heftig
Revision: 350436

archrelease: copy trunk to extra-x86_64

Added:
  libsoup/repos/extra-x86_64/PKGBUILD
(from rev 350435, libsoup/trunk/PKGBUILD)
Deleted:
  libsoup/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-09 09:03:57 UTC (rev 350435)
+++ PKGBUILD2019-04-09 09:04:12 UTC (rev 350436)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=libsoup
-pkgver=2.66.0
-pkgrel=1
-pkgdesc="HTTP client/server library for GNOME"
-url="https://wiki.gnome.org/Projects/libsoup;
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl)
-makedepends=(gobject-introspection python vala git gtk-doc meson)
-checkdepends=(apache php-apache)
-_commit=6607511e07f1f44ba438763791443fe6b2746733  # tags/2.66.0^0
-source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D doc=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: libsoup/repos/extra-x86_64/PKGBUILD (from rev 350435, 
libsoup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-09 09:04:12 UTC (rev 350436)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=libsoup
+pkgver=2.66.1
+pkgrel=1
+pkgdesc="HTTP client/server library for GNOME"
+url="https://wiki.gnome.org/Projects/libsoup;
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl)
+makedepends=(gobject-introspection python vala git gtk-doc meson)
+checkdepends=(apache php-apache)
+_commit=f26f6073d0a999fc9517366e1f995fece7c89649  # tags/2.66.1^0
+source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in libsoup/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 11:17:43
  Author: heftig
Revision: 347925

archrelease: copy trunk to extra-x86_64

Added:
  libsoup/repos/extra-x86_64/PKGBUILD
(from rev 347924, libsoup/trunk/PKGBUILD)
Deleted:
  libsoup/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 11:17:41 UTC (rev 347924)
+++ PKGBUILD2019-03-14 11:17:43 UTC (rev 347925)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=libsoup
-pkgver=2.64.2
-pkgrel=1
-pkgdesc="HTTP client/server library for GNOME"
-url="https://wiki.gnome.org/Projects/libsoup;
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl)
-makedepends=(gobject-introspection python vala git gtk-doc meson)
-checkdepends=(apache php-apache)
-_commit=b25faf59f1bb782e95be94f70a98a369846d1524  # tags/2.64.2^0
-source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D doc=true -D vapi=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: libsoup/repos/extra-x86_64/PKGBUILD (from rev 347924, 
libsoup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 11:17:43 UTC (rev 347925)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=libsoup
+pkgver=2.66.0
+pkgrel=1
+pkgdesc="HTTP client/server library for GNOME"
+url="https://wiki.gnome.org/Projects/libsoup;
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl)
+makedepends=(gobject-introspection python vala git gtk-doc meson)
+checkdepends=(apache php-apache)
+_commit=6607511e07f1f44ba438763791443fe6b2746733  # tags/2.66.0^0
+source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in libsoup/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-10-22 Thread Jan Steffens via arch-commits
Date: Monday, October 22, 2018 @ 20:16:53
  Author: heftig
Revision: 337068

archrelease: copy trunk to extra-x86_64

Added:
  libsoup/repos/extra-x86_64/PKGBUILD
(from rev 337067, libsoup/trunk/PKGBUILD)
Deleted:
  libsoup/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-22 20:16:44 UTC (rev 337067)
+++ PKGBUILD2018-10-22 20:16:53 UTC (rev 337068)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=libsoup
-pkgver=2.64.1
-pkgrel=1
-pkgdesc="HTTP client/server library for GNOME"
-url="https://wiki.gnome.org/Projects/libsoup;
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl)
-makedepends=(gobject-introspection python vala git gtk-doc meson)
-checkdepends=(apache php-apache)
-_commit=d5b35ec84c80db74419fe369b893560ec3383235  # tags/2.64.1^0
-source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D doc=true -D vapi=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: libsoup/repos/extra-x86_64/PKGBUILD (from rev 337067, 
libsoup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-22 20:16:53 UTC (rev 337068)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=libsoup
+pkgver=2.64.2
+pkgrel=1
+pkgdesc="HTTP client/server library for GNOME"
+url="https://wiki.gnome.org/Projects/libsoup;
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl)
+makedepends=(gobject-introspection python vala git gtk-doc meson)
+checkdepends=(apache php-apache)
+_commit=b25faf59f1bb782e95be94f70a98a369846d1524  # tags/2.64.2^0
+source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D doc=true -D vapi=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in libsoup/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-09-24 Thread Jan Steffens via arch-commits
Date: Monday, September 24, 2018 @ 22:00:21
  Author: heftig
Revision: 335352

archrelease: copy trunk to extra-x86_64

Added:
  libsoup/repos/extra-x86_64/PKGBUILD
(from rev 335351, libsoup/trunk/PKGBUILD)
Deleted:
  libsoup/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-24 22:00:13 UTC (rev 335351)
+++ PKGBUILD2018-09-24 22:00:21 UTC (rev 335352)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=libsoup
-pkgver=2.64.0+10+g263fb57d
-pkgrel=1
-pkgdesc="HTTP client/server library for GNOME"
-url="https://wiki.gnome.org/Projects/libsoup;
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 libxml2 glib-networking sqlite krb5)
-makedepends=(gobject-introspection python vala git gtk-doc meson libpsl)
-checkdepends=(apache php-apache)
-_commit=263fb57d3f168747a01788724929058d28b07211  # master
-source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D doc=true -D vapi=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: libsoup/repos/extra-x86_64/PKGBUILD (from rev 335351, 
libsoup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-24 22:00:21 UTC (rev 335352)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=libsoup
+pkgver=2.64.1
+pkgrel=1
+pkgdesc="HTTP client/server library for GNOME"
+url="https://wiki.gnome.org/Projects/libsoup;
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl)
+makedepends=(gobject-introspection python vala git gtk-doc meson)
+checkdepends=(apache php-apache)
+_commit=d5b35ec84c80db74419fe369b893560ec3383235  # tags/2.64.1^0
+source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D doc=true -D vapi=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in libsoup/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-09-19 Thread Jan Steffens via arch-commits
Date: Wednesday, September 19, 2018 @ 10:44:55
  Author: heftig
Revision: 335003

archrelease: copy trunk to extra-x86_64

Added:
  libsoup/repos/extra-x86_64/PKGBUILD
(from rev 335002, libsoup/trunk/PKGBUILD)
Deleted:
  libsoup/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-19 10:44:44 UTC (rev 335002)
+++ PKGBUILD2018-09-19 10:44:55 UTC (rev 335003)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=libsoup
-pkgver=2.64.0+7+g1dda
-pkgrel=1
-pkgdesc="HTTP client/server library for GNOME"
-url="https://wiki.gnome.org/Projects/libsoup;
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 libxml2 glib-networking sqlite krb5)
-makedepends=(gobject-introspection python vala git gtk-doc meson)
-checkdepends=(apache php-apache)
-_commit=1dda793089768506ad07fbf328ac13fd2897  # master
-source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D doc=true -D vapi=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: libsoup/repos/extra-x86_64/PKGBUILD (from rev 335002, 
libsoup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-19 10:44:55 UTC (rev 335003)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=libsoup
+pkgver=2.64.0+10+g263fb57d
+pkgrel=1
+pkgdesc="HTTP client/server library for GNOME"
+url="https://wiki.gnome.org/Projects/libsoup;
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 libxml2 glib-networking sqlite krb5)
+makedepends=(gobject-introspection python vala git gtk-doc meson libpsl)
+checkdepends=(apache php-apache)
+_commit=263fb57d3f168747a01788724929058d28b07211  # master
+source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D doc=true -D vapi=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in libsoup/repos/extra-x86_64 (4 files)

2018-08-10 Thread Jan Steffens via arch-commits
Date: Friday, August 10, 2018 @ 09:18:51
  Author: heftig
Revision: 331328

archrelease: copy trunk to extra-x86_64

Added:
  
libsoup/repos/extra-x86_64/0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch
(from rev 331327, 
libsoup/trunk/0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch)
  libsoup/repos/extra-x86_64/PKGBUILD
(from rev 331327, libsoup/trunk/PKGBUILD)
Deleted:
  
libsoup/repos/extra-x86_64/0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch
  libsoup/repos/extra-x86_64/PKGBUILD

-+
 0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch |  230 
+-
 PKGBUILD|  100 ++--
 2 files changed, 165 insertions(+), 165 deletions(-)

Deleted: 0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch
===
--- 0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch 
2018-08-10 09:18:07 UTC (rev 331327)
+++ 0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch 
2018-08-10 09:18:51 UTC (rev 331328)
@@ -1,115 +0,0 @@
-From 437356c457cfeb7b4ab0cdad67f59f431d459536 Mon Sep 17 00:00:00 2001
-Message-Id: 
<437356c457cfeb7b4ab0cdad67f59f431d459536.1520796778.git.jan.steff...@gmail.com>
-From: "Jan Alexander Steffens (heftig)" 
-Date: Tue, 9 May 2017 22:54:16 +0200
-Subject: [PATCH 1/2] Configure PHP to load the XMLRPC extension if present
-
-This is needed when the system PHP configuration does not already load
-the extension.

- configure.ac| 7 ++-
- tests/Makefile.am   | 8 +++-
- tests/httpd.conf.in | 2 ++
- tests/php.ini.in| 1 +
- 4 files changed, 16 insertions(+), 2 deletions(-)
- create mode 100644 tests/php.ini.in
-
-diff --git a/configure.ac b/configure.ac
-index e2d828f7..224bac24 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -272,22 +272,26 @@ if test "$have_apache" = 1; then
- 
- if test "$have_php" = yes; then
-   AC_MSG_CHECKING([for php-xmlrpc])
--  if $PHP --rf xmlrpc_server_create | grep -q "does not exist"; then
-+  if $PHP -d extension=xmlrpc.so --rf xmlrpc_server_create | grep -q 
"does not exist"; then
-   have_php_xmlrpc=no
-+  IF_HAVE_PHP_XMLRPC=";"
-   else
-   have_php_xmlrpc=yes
-+  IF_HAVE_PHP_XMLRPC=""
-   AC_DEFINE(HAVE_PHP_XMLRPC, 1, [Have php-xmlrpc])
-   fi
-   AC_MSG_RESULT($have_php_xmlrpc)
-+  AC_SUBST(IF_HAVE_PHP_XMLRPC)
- fi
- 
- if test -f "$APACHE_MODULE_DIR/mod_unixd.so"; then
-   IF_HAVE_MOD_UNIXD=""
- else
-   IF_HAVE_MOD_UNIXD="#"
- fi
- AC_SUBST(IF_HAVE_MOD_UNIXD)
- fi
-+AM_CONDITIONAL(HAVE_PHP, test "$have_php" = yes)
- 
- AC_PATH_PROG(CURL, curl, no)
- if test "$CURL" != no; then
-@@ -415,6 +419,7 @@ AC_CONFIG_FILES([
-   po/Makefile
-   tests/Makefile
-   tests/httpd.conf
-+  tests/php.ini
-   examples/Makefile
-   docs/Makefile
-   docs/reference/Makefile
-diff --git a/tests/Makefile.am b/tests/Makefile.am
-index 81a72cbc..d2986975 100644
 a/tests/Makefile.am
-+++ b/tests/Makefile.am
-@@ -73,24 +73,30 @@ test_data +=   \
-   httpd.conf
- endif
- 
-+if HAVE_PHP
-+test_data +=  \
-+  php.ini
-+endif
-+
- RESOURCES = $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) 
--generate-dependencies $(srcdir)/soup-tests.gresource.xml)
- 
- soup-tests.gresource: soup-tests.gresource.xml $(RESOURCES)
-   $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) 
$<
- 
- EXTRA_DIST +=  \
-   htdigest \
-   htpasswd \
-   httpd.conf.in\
-   index.txt\
-   libsoup.supp \
-+  php.ini.in   \
-   soup-tests.gresource.xml \
-   test-cert.pem\
-   test-key.pem \
-   xmlrpc-server.php\
-   $(RESOURCES)
- 
--DISTCLEANFILES += soup-tests.gresource httpd.conf
-+DISTCLEANFILES += soup-tests.gresource httpd.conf php.ini
- 
- TESTS_ENVIRONMENT += SOUP_TESTS_IN_MAKE_CHECK=1
- 
-diff --git a/tests/httpd.conf.in b/tests/httpd.conf.in
-index b818c12d..31c36674 100644
 a/tests/httpd.conf.in
-+++ b/tests/httpd.conf.in
-@@ -31,6 +31,8 @@ LoadModule proxy_connect_module 
@APACHE_MODULE_DIR@/mod_proxy_connect.so
- LoadModule ssl_module   @APACHE_SSL_MODULE_DIR@/mod_ssl.so
- @IF_HAVE_MOD_UNIXD@LoadModule unixd_module 
@APACHE_SSL_MODULE_DIR@/mod_unixd.so
- 
-+@IF_HAVE_PHP@PHPIniDir .
-+
- DirectoryIndex index.txt
- TypesConfig /dev/null
- AddType application/x-httpd-php .php
-diff --git a/tests/php.ini.in b/tests/php.ini.in
-new file mode 100644
-index ..779c0223
 /dev/null
-+++ b/tests/php.ini.in
-@@ -0,0 +1 @@
-+@IF_HAVE_PHP_XMLRPC@extension=xmlrpc.so
--- 
-2.16.2
-

Copied: 

[arch-commits] Commit in libsoup/repos/extra-x86_64 (5 files)

2018-05-07 Thread Jan Steffens via arch-commits
Date: Monday, May 7, 2018 @ 13:37:30
  Author: heftig
Revision: 323439

archrelease: copy trunk to extra-x86_64

Added:
  
libsoup/repos/extra-x86_64/0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch
(from rev 323438, 
libsoup/trunk/0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch)
  libsoup/repos/extra-x86_64/PKGBUILD
(from rev 323438, libsoup/trunk/PKGBUILD)
Deleted:
  
libsoup/repos/extra-x86_64/0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch
  
libsoup/repos/extra-x86_64/0002-xmlrpc-server.php-Don-t-try-to-count-NULL-params.patch
  libsoup/repos/extra-x86_64/PKGBUILD

-+
 0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch |  230 
+-
 0002-xmlrpc-server.php-Don-t-try-to-count-NULL-params.patch |   33 -
 PKGBUILD|  105 ++--
 3 files changed, 165 insertions(+), 203 deletions(-)

Deleted: 0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch
===
--- 0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch 
2018-05-07 13:36:53 UTC (rev 323438)
+++ 0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch 
2018-05-07 13:37:30 UTC (rev 323439)
@@ -1,115 +0,0 @@
-From 437356c457cfeb7b4ab0cdad67f59f431d459536 Mon Sep 17 00:00:00 2001
-Message-Id: 
<437356c457cfeb7b4ab0cdad67f59f431d459536.1520796778.git.jan.steff...@gmail.com>
-From: "Jan Alexander Steffens (heftig)" 
-Date: Tue, 9 May 2017 22:54:16 +0200
-Subject: [PATCH 1/2] Configure PHP to load the XMLRPC extension if present
-
-This is needed when the system PHP configuration does not already load
-the extension.

- configure.ac| 7 ++-
- tests/Makefile.am   | 8 +++-
- tests/httpd.conf.in | 2 ++
- tests/php.ini.in| 1 +
- 4 files changed, 16 insertions(+), 2 deletions(-)
- create mode 100644 tests/php.ini.in
-
-diff --git a/configure.ac b/configure.ac
-index e2d828f7..224bac24 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -272,22 +272,26 @@ if test "$have_apache" = 1; then
- 
- if test "$have_php" = yes; then
-   AC_MSG_CHECKING([for php-xmlrpc])
--  if $PHP --rf xmlrpc_server_create | grep -q "does not exist"; then
-+  if $PHP -d extension=xmlrpc.so --rf xmlrpc_server_create | grep -q 
"does not exist"; then
-   have_php_xmlrpc=no
-+  IF_HAVE_PHP_XMLRPC=";"
-   else
-   have_php_xmlrpc=yes
-+  IF_HAVE_PHP_XMLRPC=""
-   AC_DEFINE(HAVE_PHP_XMLRPC, 1, [Have php-xmlrpc])
-   fi
-   AC_MSG_RESULT($have_php_xmlrpc)
-+  AC_SUBST(IF_HAVE_PHP_XMLRPC)
- fi
- 
- if test -f "$APACHE_MODULE_DIR/mod_unixd.so"; then
-   IF_HAVE_MOD_UNIXD=""
- else
-   IF_HAVE_MOD_UNIXD="#"
- fi
- AC_SUBST(IF_HAVE_MOD_UNIXD)
- fi
-+AM_CONDITIONAL(HAVE_PHP, test "$have_php" = yes)
- 
- AC_PATH_PROG(CURL, curl, no)
- if test "$CURL" != no; then
-@@ -415,6 +419,7 @@ AC_CONFIG_FILES([
-   po/Makefile
-   tests/Makefile
-   tests/httpd.conf
-+  tests/php.ini
-   examples/Makefile
-   docs/Makefile
-   docs/reference/Makefile
-diff --git a/tests/Makefile.am b/tests/Makefile.am
-index 81a72cbc..d2986975 100644
 a/tests/Makefile.am
-+++ b/tests/Makefile.am
-@@ -73,24 +73,30 @@ test_data +=   \
-   httpd.conf
- endif
- 
-+if HAVE_PHP
-+test_data +=  \
-+  php.ini
-+endif
-+
- RESOURCES = $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) 
--generate-dependencies $(srcdir)/soup-tests.gresource.xml)
- 
- soup-tests.gresource: soup-tests.gresource.xml $(RESOURCES)
-   $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) 
$<
- 
- EXTRA_DIST +=  \
-   htdigest \
-   htpasswd \
-   httpd.conf.in\
-   index.txt\
-   libsoup.supp \
-+  php.ini.in   \
-   soup-tests.gresource.xml \
-   test-cert.pem\
-   test-key.pem \
-   xmlrpc-server.php\
-   $(RESOURCES)
- 
--DISTCLEANFILES += soup-tests.gresource httpd.conf
-+DISTCLEANFILES += soup-tests.gresource httpd.conf php.ini
- 
- TESTS_ENVIRONMENT += SOUP_TESTS_IN_MAKE_CHECK=1
- 
-diff --git a/tests/httpd.conf.in b/tests/httpd.conf.in
-index b818c12d..31c36674 100644
 a/tests/httpd.conf.in
-+++ b/tests/httpd.conf.in
-@@ -31,6 +31,8 @@ LoadModule proxy_connect_module 
@APACHE_MODULE_DIR@/mod_proxy_connect.so
- LoadModule ssl_module   @APACHE_SSL_MODULE_DIR@/mod_ssl.so
- @IF_HAVE_MOD_UNIXD@LoadModule unixd_module 
@APACHE_SSL_MODULE_DIR@/mod_unixd.so
- 
-+@IF_HAVE_PHP@PHPIniDir .
-+
- DirectoryIndex index.txt
- TypesConfig /dev/null
- AddType application/x-httpd-php .php
-diff --git a/tests/php.ini.in b/tests/php.ini.in
-new 

[arch-commits] Commit in libsoup/repos/extra-x86_64 (6 files)

2018-04-09 Thread Jan Steffens via arch-commits
Date: Monday, April 9, 2018 @ 19:53:37
  Author: heftig
Revision: 321413

archrelease: copy trunk to extra-x86_64

Added:
  
libsoup/repos/extra-x86_64/0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch
(from rev 321412, 
libsoup/trunk/0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch)
  
libsoup/repos/extra-x86_64/0002-xmlrpc-server.php-Don-t-try-to-count-NULL-params.patch
(from rev 321412, 
libsoup/trunk/0002-xmlrpc-server.php-Don-t-try-to-count-NULL-params.patch)
  libsoup/repos/extra-x86_64/PKGBUILD
(from rev 321412, libsoup/trunk/PKGBUILD)
Deleted:
  
libsoup/repos/extra-x86_64/0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch
  
libsoup/repos/extra-x86_64/0002-xmlrpc-server.php-Don-t-try-to-count-NULL-params.patch
  libsoup/repos/extra-x86_64/PKGBUILD

-+
 0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch |  230 
+-
 0002-xmlrpc-server.php-Don-t-try-to-count-NULL-params.patch |   66 +-
 PKGBUILD|  110 ++--
 3 files changed, 203 insertions(+), 203 deletions(-)

Deleted: 0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch
===
--- 0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch 
2018-04-09 19:53:03 UTC (rev 321412)
+++ 0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch 
2018-04-09 19:53:37 UTC (rev 321413)
@@ -1,115 +0,0 @@
-From 437356c457cfeb7b4ab0cdad67f59f431d459536 Mon Sep 17 00:00:00 2001
-Message-Id: 
<437356c457cfeb7b4ab0cdad67f59f431d459536.1520796778.git.jan.steff...@gmail.com>
-From: "Jan Alexander Steffens (heftig)" 
-Date: Tue, 9 May 2017 22:54:16 +0200
-Subject: [PATCH 1/2] Configure PHP to load the XMLRPC extension if present
-
-This is needed when the system PHP configuration does not already load
-the extension.

- configure.ac| 7 ++-
- tests/Makefile.am   | 8 +++-
- tests/httpd.conf.in | 2 ++
- tests/php.ini.in| 1 +
- 4 files changed, 16 insertions(+), 2 deletions(-)
- create mode 100644 tests/php.ini.in
-
-diff --git a/configure.ac b/configure.ac
-index e2d828f7..224bac24 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -272,22 +272,26 @@ if test "$have_apache" = 1; then
- 
- if test "$have_php" = yes; then
-   AC_MSG_CHECKING([for php-xmlrpc])
--  if $PHP --rf xmlrpc_server_create | grep -q "does not exist"; then
-+  if $PHP -d extension=xmlrpc.so --rf xmlrpc_server_create | grep -q 
"does not exist"; then
-   have_php_xmlrpc=no
-+  IF_HAVE_PHP_XMLRPC=";"
-   else
-   have_php_xmlrpc=yes
-+  IF_HAVE_PHP_XMLRPC=""
-   AC_DEFINE(HAVE_PHP_XMLRPC, 1, [Have php-xmlrpc])
-   fi
-   AC_MSG_RESULT($have_php_xmlrpc)
-+  AC_SUBST(IF_HAVE_PHP_XMLRPC)
- fi
- 
- if test -f "$APACHE_MODULE_DIR/mod_unixd.so"; then
-   IF_HAVE_MOD_UNIXD=""
- else
-   IF_HAVE_MOD_UNIXD="#"
- fi
- AC_SUBST(IF_HAVE_MOD_UNIXD)
- fi
-+AM_CONDITIONAL(HAVE_PHP, test "$have_php" = yes)
- 
- AC_PATH_PROG(CURL, curl, no)
- if test "$CURL" != no; then
-@@ -415,6 +419,7 @@ AC_CONFIG_FILES([
-   po/Makefile
-   tests/Makefile
-   tests/httpd.conf
-+  tests/php.ini
-   examples/Makefile
-   docs/Makefile
-   docs/reference/Makefile
-diff --git a/tests/Makefile.am b/tests/Makefile.am
-index 81a72cbc..d2986975 100644
 a/tests/Makefile.am
-+++ b/tests/Makefile.am
-@@ -73,24 +73,30 @@ test_data +=   \
-   httpd.conf
- endif
- 
-+if HAVE_PHP
-+test_data +=  \
-+  php.ini
-+endif
-+
- RESOURCES = $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) 
--generate-dependencies $(srcdir)/soup-tests.gresource.xml)
- 
- soup-tests.gresource: soup-tests.gresource.xml $(RESOURCES)
-   $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) 
$<
- 
- EXTRA_DIST +=  \
-   htdigest \
-   htpasswd \
-   httpd.conf.in\
-   index.txt\
-   libsoup.supp \
-+  php.ini.in   \
-   soup-tests.gresource.xml \
-   test-cert.pem\
-   test-key.pem \
-   xmlrpc-server.php\
-   $(RESOURCES)
- 
--DISTCLEANFILES += soup-tests.gresource httpd.conf
-+DISTCLEANFILES += soup-tests.gresource httpd.conf php.ini
- 
- TESTS_ENVIRONMENT += SOUP_TESTS_IN_MAKE_CHECK=1
- 
-diff --git a/tests/httpd.conf.in b/tests/httpd.conf.in
-index b818c12d..31c36674 100644
 a/tests/httpd.conf.in
-+++ b/tests/httpd.conf.in
-@@ -31,6 +31,8 @@ LoadModule proxy_connect_module 
@APACHE_MODULE_DIR@/mod_proxy_connect.so
- LoadModule ssl_module   @APACHE_SSL_MODULE_DIR@/mod_ssl.so
- @IF_HAVE_MOD_UNIXD@LoadModule unixd_module 

[arch-commits] Commit in libsoup/repos/extra-x86_64 (5 files)

2018-01-11 Thread Jan Steffens via arch-commits
Date: Thursday, January 11, 2018 @ 19:29:03
  Author: heftig
Revision: 314607

archrelease: copy trunk to extra-x86_64

Added:
  
libsoup/repos/extra-x86_64/0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch
(from rev 314606, 
libsoup/trunk/0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch)
  
libsoup/repos/extra-x86_64/0002-xmlrpc-server.php-Don-t-try-to-count-NULL-params.patch
(from rev 314606, 
libsoup/trunk/0002-xmlrpc-server.php-Don-t-try-to-count-NULL-params.patch)
  libsoup/repos/extra-x86_64/PKGBUILD
(from rev 314606, libsoup/trunk/PKGBUILD)
Deleted:
  
libsoup/repos/extra-x86_64/0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch
  libsoup/repos/extra-x86_64/PKGBUILD

-+
 0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch |  229 
+-
 0002-xmlrpc-server.php-Don-t-try-to-count-NULL-params.patch |   33 +
 PKGBUILD|  105 ++--
 3 files changed, 203 insertions(+), 164 deletions(-)

Deleted: 0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch
===
--- 0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch 
2018-01-11 19:28:35 UTC (rev 314606)
+++ 0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch 
2018-01-11 19:29:03 UTC (rev 314607)
@@ -1,114 +0,0 @@
-From 22fae95aff7073da55b2a79055292d320475439b Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Tue, 9 May 2017 22:54:16 +0200
-Subject: [PATCH] Configure PHP to load the XMLRPC extension if present
-
-This is needed when the system PHP configuration does not already load
-the extension.

- configure.ac| 7 ++-
- tests/Makefile.am   | 8 +++-
- tests/httpd.conf.in | 2 ++
- tests/php.ini.in| 1 +
- 4 files changed, 16 insertions(+), 2 deletions(-)
- create mode 100644 tests/php.ini.in
-
-diff --git a/configure.ac b/configure.ac
-index 3df131e67d586522..868b00e7f091a70e 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -272,22 +272,26 @@ if test "$have_apache" = 1; then
- 
- if test "$have_php" = yes; then
-   AC_MSG_CHECKING([for php-xmlrpc])
--  if $PHP --rf xmlrpc_server_create | grep -q "does not exist"; then
-+  if $PHP -d extension=xmlrpc.so --rf xmlrpc_server_create | grep -q 
"does not exist"; then
-   have_php_xmlrpc=no
-+  IF_HAVE_PHP_XMLRPC=";"
-   else
-   have_php_xmlrpc=yes
-+  IF_HAVE_PHP_XMLRPC=""
-   AC_DEFINE(HAVE_PHP_XMLRPC, 1, [Have php-xmlrpc])
-   fi
-   AC_MSG_RESULT($have_php_xmlrpc)
-+  AC_SUBST(IF_HAVE_PHP_XMLRPC)
- fi
- 
- if test -f "$APACHE_MODULE_DIR/mod_unixd.so"; then
-   IF_HAVE_MOD_UNIXD=""
- else
-   IF_HAVE_MOD_UNIXD="#"
- fi
- AC_SUBST(IF_HAVE_MOD_UNIXD)
- fi
-+AM_CONDITIONAL(HAVE_PHP, test "$have_php" = yes)
- 
- AC_PATH_PROG(CURL, curl, no)
- if test "$CURL" != no; then
-@@ -415,6 +419,7 @@ AC_CONFIG_FILES([
-   po/Makefile
-   tests/Makefile
-   tests/httpd.conf
-+  tests/php.ini
-   examples/Makefile
-   docs/Makefile
-   docs/reference/Makefile
-diff --git a/tests/Makefile.am b/tests/Makefile.am
-index 81a72cbc5ffd9739..d2986975be11eca2 100644
 a/tests/Makefile.am
-+++ b/tests/Makefile.am
-@@ -73,24 +73,30 @@ test_data +=   \
-   httpd.conf
- endif
- 
-+if HAVE_PHP
-+test_data +=  \
-+  php.ini
-+endif
-+
- RESOURCES = $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) 
--generate-dependencies $(srcdir)/soup-tests.gresource.xml)
- 
- soup-tests.gresource: soup-tests.gresource.xml $(RESOURCES)
-   $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) 
$<
- 
- EXTRA_DIST +=  \
-   htdigest \
-   htpasswd \
-   httpd.conf.in\
-   index.txt\
-   libsoup.supp \
-+  php.ini.in   \
-   soup-tests.gresource.xml \
-   test-cert.pem\
-   test-key.pem \
-   xmlrpc-server.php\
-   $(RESOURCES)
- 
--DISTCLEANFILES += soup-tests.gresource httpd.conf
-+DISTCLEANFILES += soup-tests.gresource httpd.conf php.ini
- 
- TESTS_ENVIRONMENT += SOUP_TESTS_IN_MAKE_CHECK=1
- 
-diff --git a/tests/httpd.conf.in b/tests/httpd.conf.in
-index b818c12d198e6618..31c36674a9c5d8c2 100644
 a/tests/httpd.conf.in
-+++ b/tests/httpd.conf.in
-@@ -31,6 +31,8 @@ LoadModule proxy_connect_module 
@APACHE_MODULE_DIR@/mod_proxy_connect.so
- LoadModule ssl_module   @APACHE_SSL_MODULE_DIR@/mod_ssl.so
- @IF_HAVE_MOD_UNIXD@LoadModule unixd_module 
@APACHE_SSL_MODULE_DIR@/mod_unixd.so
- 
-+@IF_HAVE_PHP@PHPIniDir .
-+
- DirectoryIndex index.txt
- TypesConfig /dev/null
- AddType application/x-httpd-php .php

[arch-commits] Commit in libsoup/repos (extra-x86_64)

2011-07-28 Thread Ionut Biru
Date: Thursday, July 28, 2011 @ 14:26:52
  Author: ibiru
Revision: 133507

archrelease: remove extra-x86_64

Deleted:
  libsoup/repos/extra-x86_64/



[arch-commits] Commit in libsoup/repos (extra-x86_64)

2011-07-28 Thread Ionut Biru
Date: Thursday, July 28, 2011 @ 14:27:07
  Author: ibiru
Revision: 133508

archrelease: copy trunk to extra-x86_64

Added:
  libsoup/repos/extra-x86_64/



[arch-commits] Commit in libsoup/repos (extra-x86_64)

2011-05-26 Thread Ionut Biru
Date: Thursday, May 26, 2011 @ 09:28:26
  Author: ibiru
Revision: 125506

db-move: libsoup removed by ibiru for move to [extra] (x86_64)

Deleted:
  libsoup/repos/extra-x86_64/



[arch-commits] Commit in libsoup/repos (extra-x86_64 testing-x86_64)

2011-05-26 Thread Ionut Biru
Date: Thursday, May 26, 2011 @ 09:28:27
  Author: ibiru
Revision: 125507

db-move: moved libsoup from [testing] to [extra] (x86_64)

Added:
  libsoup/repos/extra-x86_64/
Deleted:
  libsoup/repos/testing-x86_64/



[arch-commits] Commit in libsoup/repos (extra-x86_64 testing-x86_64)

2011-04-30 Thread Ionut Biru
Date: Saturday, April 30, 2011 @ 16:44:12
  Author: ibiru
Revision: 121732

db-move: moved libsoup from [testing] to [extra] (x86_64)

Added:
  libsoup/repos/extra-x86_64/
Deleted:
  libsoup/repos/testing-x86_64/



[arch-commits] Commit in libsoup/repos (extra-x86_64)

2011-04-30 Thread Ionut Biru
Date: Saturday, April 30, 2011 @ 16:44:11
  Author: ibiru
Revision: 121731

db-move: libsoup removed by ibiru for move to [extra] (x86_64)

Deleted:
  libsoup/repos/extra-x86_64/



[arch-commits] Commit in libsoup/repos (extra-x86_64)

2010-11-29 Thread Ionut Biru
Date: Monday, November 29, 2010 @ 18:33:49
  Author: ibiru
Revision: 101651

archrelease: remove extra-x86_64

Deleted:
  libsoup/repos/extra-x86_64/



[arch-commits] Commit in libsoup/repos (extra-x86_64)

2010-11-29 Thread Ionut Biru
Date: Monday, November 29, 2010 @ 18:34:02
  Author: ibiru
Revision: 101652

archrelease: copy trunk to extra-x86_64

Added:
  libsoup/repos/extra-x86_64/



[arch-commits] Commit in libsoup/repos (extra-x86_64)

2010-11-15 Thread Ionut Biru
Date: Monday, November 15, 2010 @ 18:54:02
  Author: ibiru
Revision: 99666

archrelease: remove extra-x86_64

Deleted:
  libsoup/repos/extra-x86_64/



[arch-commits] Commit in libsoup/repos (extra-x86_64)

2010-11-15 Thread Ionut Biru
Date: Monday, November 15, 2010 @ 18:54:14
  Author: ibiru
Revision: 99667

archrelease: copy trunk to extra-x86_64

Added:
  libsoup/repos/extra-x86_64/



[arch-commits] Commit in libsoup/repos (extra-x86_64 testing-x86_64)

2010-10-04 Thread Jan de Groot
Date: Monday, October 4, 2010 @ 04:55:46
  Author: jgc
Revision: 93227

db-move: moved libsoup from [testing] to [extra] (x86_64)

Added:
  libsoup/repos/extra-x86_64/
Deleted:
  libsoup/repos/testing-x86_64/



[arch-commits] Commit in libsoup/repos (extra-x86_64)

2010-10-04 Thread Jan de Groot
Date: Monday, October 4, 2010 @ 04:55:44
  Author: jgc
Revision: 93226

db-move: libsoup removed by jgc for move to [extra] (x86_64)

Deleted:
  libsoup/repos/extra-x86_64/



[arch-commits] Commit in libsoup/repos (extra-x86_64)

2010-09-13 Thread Jan de Groot
Date: Monday, September 13, 2010 @ 10:06:04
  Author: jgc
Revision: 90575

archrelease: remove extra-x86_64

Deleted:
  libsoup/repos/extra-x86_64/



[arch-commits] Commit in libsoup/repos (extra-x86_64)

2010-09-13 Thread Jan de Groot
Date: Monday, September 13, 2010 @ 10:06:11
  Author: jgc
Revision: 90576

archrelease: copy trunk to extra-x86_64

Added:
  libsoup/repos/extra-x86_64/



[arch-commits] Commit in libsoup/repos (extra-x86_64)

2010-06-22 Thread Ionut Biru
Date: Tuesday, June 22, 2010 @ 18:12:11
  Author: ibiru
Revision: 83783

archrelease: remove extra-x86_64

Deleted:
  libsoup/repos/extra-x86_64/



[arch-commits] Commit in libsoup/repos (extra-x86_64)

2010-04-27 Thread Jan de Groot
Date: Tuesday, April 27, 2010 @ 14:38:28
  Author: jgc
Revision: 78656

archrelease: remove extra-x86_64

Deleted:
  libsoup/repos/extra-x86_64/



[arch-commits] Commit in libsoup/repos (extra-x86_64)

2010-04-27 Thread Jan de Groot
Date: Tuesday, April 27, 2010 @ 14:38:33
  Author: jgc
Revision: 78657

archrelease: copy trunk to extra-x86_64

Added:
  libsoup/repos/extra-x86_64/



[arch-commits] Commit in libsoup/repos (extra-x86_64)

2010-03-31 Thread Jan de Groot
Date: Wednesday, March 31, 2010 @ 15:40:38
  Author: jgc
Revision: 74811

db-move: libsoup removed by jgc for move to extra

Deleted:
  libsoup/repos/extra-x86_64/



[arch-commits] Commit in libsoup/repos (extra-x86_64 gnome-unstable-x86_64)

2010-03-31 Thread Jan de Groot
Date: Wednesday, March 31, 2010 @ 15:40:39
  Author: jgc
Revision: 74812

db-move: moved libsoup from [gnome-unstable] to [extra] (x86_64)

Added:
  libsoup/repos/extra-x86_64/
Deleted:
  libsoup/repos/gnome-unstable-x86_64/



[arch-commits] Commit in libsoup/repos (extra-x86_64 extra-x86_64/PKGBUILD)

2009-12-16 Thread Jan de Groot
Date: Wednesday, December 16, 2009 @ 14:16:43
  Author: jgc
Revision: 61486

Merged revisions 61477 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/libsoup/trunk


  r61477 | jgc | 2009-12-16 18:33:43 +0100 (Wed, 16 Dec 2009) | 2 lines
  
  upgpkg: libsoup 2.28.2-1
  Update to 2.28.2


Modified:
  libsoup/repos/extra-x86_64/   (properties)
  libsoup/repos/extra-x86_64/PKGBUILD

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


Property changes on: libsoup/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /libsoup/trunk:1-56161
   + /libsoup/trunk:1-61485

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2009-12-16 19:01:52 UTC (rev 61485)
+++ extra-x86_64/PKGBUILD   2009-12-16 19:16:43 UTC (rev 61486)
@@ -3,15 +3,15 @@
 
 pkgbase=libsoup
 pkgname=('libsoup' 'libsoup-gnome')
-pkgver=2.28.1
+pkgver=2.28.2
 pkgrel=1
 arch=(i686 x86_64)
 license=('LGPL')
-makedepends=('glib2=2.22.2' 'gnutls=2.8.3' 'libxml2=2.7.3' 
'libproxy=0.2.3' 'sqlite3=3.6.18' 'gconf=2.28.0' 'gnome-keyring=2.28.1' 
'intltool' 'pkgconfig')
+makedepends=('glib2=2.22.3' 'gnutls=2.8.5' 'libxml2=2.7.6' 
'libproxy=0.2.3' 'sqlite3=3.6.21' 'gconf=2.28.0' 'gnome-keyring=2.28.2' 
'intltool' 'pkgconfig')
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/2.28/${pkgbase}-${pkgver}.tar.bz2)
 options=('!libtool' '!emptydirs')
-sha256sums=('615f154998a65c1d9611a0e6c16c1f30df799da83437f1ff7b4baa57e5067a80')
+sha256sums=('9dd1fce9a051f8176e35c263fcb59b10bf4ffb572b78ca23d1f7f266a0ec5300')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
@@ -22,7 +22,7 @@
 
 package_libsoup() {
   pkgdesc=GNOME HTTP Library - base library
-  depends=('glib2=2.21.6' 'libxml2=2.7.3' 'gnutls=2.8.3')
+  depends=('glib2=2.22.3' 'libxml2=2.7.6' 'gnutls=2.8.5')
 
   cd ${srcdir}/${pkgbase}-${pkgver}
   make DESTDIR=${pkgdir} install || return 1
@@ -33,7 +33,7 @@
 
 package_libsoup-gnome() {
   pkgdesc=GNOME HTTP Library - GNOME libraries
-  depends=(libsoup=${pkgver} 'libproxy=0.2.3' 'gnome-keyring=2.28.0')
+  depends=(libsoup=${pkgver} 'libproxy=0.2.3' 'gnome-keyring=2.28.2')
 
   cd ${srcdir}/${pkgbase}-${pkgver}
   make DESTDIR=${pkgdir}  install || return 1