diff --git a/common/shlibs b/common/shlibs index 826ad227236..c68ee804a7c 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2600,6 +2600,8 @@ libKF5Bookmarks.so.5 kbookmarks-5.26.0_1 libKF5KIOWidgets.so.5 kio-5.26.0_1 libKF5KIOCore.so.5 kio-5.26.0_1 libKF5KIOFileWidgets.so.5 kio-5.26.0_1 +libKF5KIOGui.so.5 kio-5.36.0_1 +libKF5KIONTLM.so.5 kio-5.36.0_1 libKF5Declarative.so.5 kdeclarative-5.26.0_1 libKF5QuickAddons.so.5 kdeclarative-5.26.0_1 libKF5CalendarEvents.so.5 kdeclarative-5.26.0_1 diff --git a/srcpkgs/kio/patches/musl.patch b/srcpkgs/kio/patches/musl.patch index f3b89b2cc03..ee1a64d6868 100644 --- a/srcpkgs/kio/patches/musl.patch +++ b/srcpkgs/kio/patches/musl.patch @@ -7,4 +7,4 @@ +#define _BSD_SOURCE #include #include - #include \ No newline at end of file + #include diff --git a/srcpkgs/kio/template b/srcpkgs/kio/template index aea04af2e3c..ff36299b594 100644 --- a/srcpkgs/kio/template +++ b/srcpkgs/kio/template @@ -1,6 +1,6 @@ # Template file for 'kio' pkgname=kio -version=5.29.0 +version=5.36.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" @@ -12,7 +12,12 @@ maintainer="Denis Revin " license="LGPL-2" homepage="https://projects.kde.org/projects/frameworks/kio" distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=52ce0e402a466a82480ee6edeaeae36bdc3b254aece3210dd4273a2b57955c6b +checksum=f18f51d5d85156de52bf21e7344e06b9fcb6c815043797615171c7a66bb743c8 + +if [ -n "$CROSS_BUILD" ]; then + hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools libxml2 kcoreaddons" + configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson" +fi kio-devel_package() { short_desc+=" - development"