summaryrefslogtreecommitdiffstats
path: root/gnome2-libs
diff options
context:
space:
mode:
authorFlorian Franzmann2021-11-06 18:16:46 +0100
committerFlorian Franzmann2021-11-06 18:23:20 +0100
commit6d28679f668bd9c98e0bbd9c859afb96e51d629c (patch)
tree2bc407dc1644fb440c50d54ed8fb639190758ad9 /gnome2-libs
parent50a666f97273cae051e56d11a42a75f0833f6e95 (diff)
gnome2-libs/libsoup: version 3.0.2
Diffstat (limited to 'gnome2-libs')
-rwxr-xr-xgnome2-libs/libsoup/BUILD4
-rwxr-xr-xgnome2-libs/libsoup/CONFIGURE3
-rwxr-xr-xgnome2-libs/libsoup/DEPENDS2
-rwxr-xr-xgnome2-libs/libsoup/DETAILS8
-rw-r--r--gnome2-libs/libsoup/HISTORY3
5 files changed, 11 insertions, 9 deletions
diff --git a/gnome2-libs/libsoup/BUILD b/gnome2-libs/libsoup/BUILD
index 774321ef19..52c80e4c13 100755
--- a/gnome2-libs/libsoup/BUILD
+++ b/gnome2-libs/libsoup/BUILD
@@ -1,5 +1,3 @@
OPTS+=' sysprof=disabled tests=false' &&
-if [[ $LIBSOUP_GNOME == "n" ]]; then
- OPTS+=" gnome=false"
-fi &&
+
default_build
diff --git a/gnome2-libs/libsoup/CONFIGURE b/gnome2-libs/libsoup/CONFIGURE
index 8db4cfb942..d0bac55395 100755
--- a/gnome2-libs/libsoup/CONFIGURE
+++ b/gnome2-libs/libsoup/CONFIGURE
@@ -1,2 +1 @@
-source $GRIMOIRE/MESON_CONFIGURE &&
-config_query LIBSOUP_GNOME "Build with gnome support?" y
+source $GRIMOIRE/MESON_CONFIGURE
diff --git a/gnome2-libs/libsoup/DEPENDS b/gnome2-libs/libsoup/DEPENDS
index c34ce20e05..90cb12e2eb 100755
--- a/gnome2-libs/libsoup/DEPENDS
+++ b/gnome2-libs/libsoup/DEPENDS
@@ -19,6 +19,8 @@ if [[ $LIBSOUP_DEVEL == "y" ]]; then
fi &&
optional_depends krb5 gssapi={enabled,disabled} "GSSAPI Kerberos 5 support" &&
+optional_depends brotli "brotli=enabled" "brotli=disabled" "for Brotli decompression support" &&
+optional_depends libntlm "ntlm=enabled" "ntlm=disabled" "for NTLM support" &&
optional_depends gtk-doc 'gtk_doc=true' 'gtk_doc=false' "Build documenation with gtk-doc" &&
optional_depends gobject-introspection "introspection=enabled" "introspection=disabled" "for introspection"
optional_depends vala 'vapi=enabled' 'vapi=disabled' 'VALA bindings'
diff --git a/gnome2-libs/libsoup/DETAILS b/gnome2-libs/libsoup/DETAILS
index a8d1e8e4cb..3f54b2d91b 100755
--- a/gnome2-libs/libsoup/DETAILS
+++ b/gnome2-libs/libsoup/DETAILS
@@ -1,12 +1,12 @@
source $GRIMOIRE/MESON_FUNCTIONS
SPELL=libsoup
if [[ $LIBSOUP_DEVEL == y ]]; then
- VERSION=3.0.1
- SOURCE_HASH[0]=sha512:6251830abb0bbcafaaeb6b6a6661acd41591ae9eb7636af025c875f75d9065d8f89aa297319ce0e65a1af5e971d46d775340a14942f8e39ee4d11d9fb5fbabce
+ VERSION=3.0.2
+ SOURCE_HASH[0]=sha512:0853d094555b3cff2a48f16ea1058ba55f9475ac1e0c1515792101e387596cdd8e3d69947eb4056b69b3cbee5d09111e99c3e684d207180d8e64b23a238f181f
SOURCE=$SPELL-$VERSION.tar.xz
else
- VERSION=3.0.1
- SOURCE_HASH[0]=sha512:6251830abb0bbcafaaeb6b6a6661acd41591ae9eb7636af025c875f75d9065d8f89aa297319ce0e65a1af5e971d46d775340a14942f8e39ee4d11d9fb5fbabce
+ VERSION=3.0.2
+ SOURCE_HASH[0]=sha512:0853d094555b3cff2a48f16ea1058ba55f9475ac1e0c1515792101e387596cdd8e3d69947eb4056b69b3cbee5d09111e99c3e684d207180d8e64b23a238f181f
SOURCE=$SPELL-$VERSION.tar.xz
fi
BRANCH=`echo $VERSION|cut -d . -f 1,2`
diff --git a/gnome2-libs/libsoup/HISTORY b/gnome2-libs/libsoup/HISTORY
index 96addb3ce9..168a0b3249 100644
--- a/gnome2-libs/libsoup/HISTORY
+++ b/gnome2-libs/libsoup/HISTORY
@@ -1,3 +1,6 @@
+2021-11-06 Florian Franzmann <bwlf@bandrate.org>
+ * DETAILS, DEPENDS, CONFIGURE, BUILD: version 3.0.2
+
2021-09-30 Florian Franzmann <bwlf@bandrate.org>
* DETAILS: version 3.0.1