mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
libsoup3: update to 3.4.2.
This commit is contained in:
parent
45c1c0e931
commit
57f332db80
1 changed files with 9 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libsoup3'
|
# Template file for 'libsoup3'
|
||||||
pkgname=libsoup3
|
pkgname=libsoup3
|
||||||
version=3.2.0
|
version=3.4.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="-Dgssapi=disabled -Dntlm=disabled -Dsysprof=disabled
|
configure_args="-Dgssapi=disabled -Dntlm=disabled -Dsysprof=disabled
|
||||||
|
@ -19,13 +19,19 @@ license="LGPL-2.1-or-later"
|
||||||
homepage="https://wiki.gnome.org/Projects/libsoup"
|
homepage="https://wiki.gnome.org/Projects/libsoup"
|
||||||
changelog="https://gitlab.gnome.org/GNOME/libsoup/-/raw/master/NEWS"
|
changelog="https://gitlab.gnome.org/GNOME/libsoup/-/raw/master/NEWS"
|
||||||
distfiles="${GNOME_SITE}/libsoup/${version%.*}/libsoup-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/libsoup/${version%.*}/libsoup-${version}.tar.xz"
|
||||||
checksum=2832370698ca8f9fbf174c345b73d89b60561103a626c2df70726b0707f79bd3
|
checksum=78c8fa37cb152d40ec8c4a148d6155e2f6947f3f1602a7cda3a31ad40f5ee2f3
|
||||||
make_check=ci-skip # can not bind ports in CI
|
make_check=ci-skip # can not bind ports in CI
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
build_options_default="gir"
|
build_options_default="gir"
|
||||||
|
|
||||||
|
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||||
|
configure_args+=" -Dtests=true"
|
||||||
|
else
|
||||||
|
configure_args+=" -Dtests=false"
|
||||||
|
fi
|
||||||
|
|
||||||
libsoup3-devel_package() {
|
libsoup3-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue