From b60fe12b115af47f6e54b915d6cab5d86e11bd10 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 31 Mar 2020 10:17:50 +0200 Subject: [PATCH] libsoup: update to 2.68.4. --- srcpkgs/libsoup/patches/fix-gir-cross.patch | 13 ------------- srcpkgs/libsoup/template | 13 +++++++------ 2 files changed, 7 insertions(+), 19 deletions(-) delete mode 100644 srcpkgs/libsoup/patches/fix-gir-cross.patch diff --git a/srcpkgs/libsoup/patches/fix-gir-cross.patch b/srcpkgs/libsoup/patches/fix-gir-cross.patch deleted file mode 100644 index fbd01e72f50..00000000000 --- a/srcpkgs/libsoup/patches/fix-gir-cross.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/meson.build b/meson.build -index a979362..9059918 100644 ---- meson.build -+++ meson.build -@@ -269,7 +269,7 @@ enable_gnome = get_option('gnome') and host_machine.system() != 'windows' - # FIXME: once we start to require meson 0.49.0+ and gnome-introspection 1.58.1+ - # the we can enable the introspection even for the static build. See - # https://github.com/mesonbuild/meson/pull/4478. --enable_introspection = get_option('introspection') and find_program('g-ir-scanner', required: false).found() and not meson.is_cross_build() and not is_static_library -+enable_introspection = get_option('introspection') and find_program('g-ir-scanner', required: false).found() and not is_static_library - - ############ - # Vala API # diff --git a/srcpkgs/libsoup/template b/srcpkgs/libsoup/template index a730cb72339..300b142f853 100644 --- a/srcpkgs/libsoup/template +++ b/srcpkgs/libsoup/template @@ -1,22 +1,23 @@ # Template file for 'libsoup' pkgname=libsoup -version=2.66.4 +version=2.68.4 revision=1 build_style=meson build_helper="gir" -configure_args="-Dgssapi=false -Dintrospection=$(vopt_if gir true false) - -Dvapi=$(vopt_if vala true false)" +configure_args="-Dgssapi=disabled -Dntlm=disabled + -Dintrospection=$(vopt_if gir enabled disabled) + -Dvapi=$(vopt_if vala enabled disabled) -Dtls_check=false" hostmakedepends="gettext-devel glib-devel pkg-config $(vopt_if vala 'vala')" makedepends="libglib-devel libxml2-devel sqlite-devel libpsl-devel - $(vopt_if vala 'vala-devel')" + brotli-devel $(vopt_if vala 'vala-devel')" depends="glib-networking" short_desc="HTTP library implementation in C" maintainer="Enno Boland " license="LGPL-2.1-or-later" homepage="https://wiki.gnome.org/Projects/libsoup" -changelog="https://raw.githubusercontent.com/GNOME/libsoup/gnome-3-28/NEWS" +changelog="https://raw.githubusercontent.com/GNOME/libsoup/gnome-3-36/NEWS" distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=8308984f1eee1c4f8c113a9c1763b2b22d981bd811b0cc82a9f3f1aa63228779 +checksum=2d50b12922cc516ab6a7c35844d42f9c8a331668bbdf139232743d82582b3294 # Package build options build_options="gir vala"