mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libsoup: update to 2.68.4.
This commit is contained in:
parent
d89f10adc7
commit
b60fe12b11
2 changed files with 7 additions and 19 deletions
|
@ -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 #
|
|
|
@ -1,22 +1,23 @@
|
||||||
# Template file for 'libsoup'
|
# Template file for 'libsoup'
|
||||||
pkgname=libsoup
|
pkgname=libsoup
|
||||||
version=2.66.4
|
version=2.68.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="-Dgssapi=false -Dintrospection=$(vopt_if gir true false)
|
configure_args="-Dgssapi=disabled -Dntlm=disabled
|
||||||
-Dvapi=$(vopt_if vala true false)"
|
-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')"
|
hostmakedepends="gettext-devel glib-devel pkg-config $(vopt_if vala 'vala')"
|
||||||
makedepends="libglib-devel libxml2-devel sqlite-devel libpsl-devel
|
makedepends="libglib-devel libxml2-devel sqlite-devel libpsl-devel
|
||||||
$(vopt_if vala 'vala-devel')"
|
brotli-devel $(vopt_if vala 'vala-devel')"
|
||||||
depends="glib-networking"
|
depends="glib-networking"
|
||||||
short_desc="HTTP library implementation in C"
|
short_desc="HTTP library implementation in C"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://wiki.gnome.org/Projects/libsoup"
|
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"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=8308984f1eee1c4f8c113a9c1763b2b22d981bd811b0cc82a9f3f1aa63228779
|
checksum=2d50b12922cc516ab6a7c35844d42f9c8a331668bbdf139232743d82582b3294
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir vala"
|
build_options="gir vala"
|
||||||
|
|
Loading…
Add table
Reference in a new issue