From 0e15e787eb3542742d1e9887034361e0f2f3fffa Mon Sep 17 00:00:00 2001 From: John Date: Fri, 18 Apr 2025 15:31:16 +0200 Subject: [PATCH] kio-extras: update to 25.04.0. --- srcpkgs/kio-extras/template | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/srcpkgs/kio-extras/template b/srcpkgs/kio-extras/template index b1a96953306..6a30db6a73c 100644 --- a/srcpkgs/kio-extras/template +++ b/srcpkgs/kio-extras/template @@ -1,10 +1,11 @@ # Template file for 'kio-extras' pkgname=kio-extras -version=24.12.3 +version=25.04.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake - -DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins" + -DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins + -DWITH_LIBPROXY=OFF" # XXX Enable after updating libproxy hostmakedepends="extra-cmake-modules pkg-config gperf qt6-base qt6-tools kf6-kdoctools kf6-kcoreaddons kf6-kio gettext KDSoap kf6-kcmutils" makedepends="qcoro-qt6-devel kf6-karchive-devel kf6-kconfig-devel @@ -21,4 +22,6 @@ maintainer="Orphaned " license="GPL-2.0-or-later, LGPL-2.0-or-later" homepage="https://invent.kde.org/network/kio-extras" distfiles="${KDE_SITE}/release-service/${version}/src/kio-extras-${version}.tar.xz" -checksum=c4374fe36e87e7b0eb745a1bba8f4b066f58b84139f9cd7b42cab6711bfb6e2f +checksum=7c87dc107ed375f5dfed74ffaf86a25990c131e539a4789b78ba70751b2fefac + +CFLAGS="-D_GNU_SOURCE"