diff --git a/srcpkgs/breeze-icons/patches/cross.patch b/srcpkgs/breeze-icons/patches/cross.patch new file mode 100644 index 00000000000..5af520ece78 --- /dev/null +++ b/srcpkgs/breeze-icons/patches/cross.patch @@ -0,0 +1,11 @@ +--- a/icons-dark/CMakeLists.txt 2024-02-21 12:23:01.000000000 +0100 ++++ - 2024-03-03 19:55:58.951073163 +0100 +@@ -18,7 +18,7 @@ + # No trainling slashes on dirs. It will break scripts. + add_custom_target(breeze-generate-symbolic-dark ALL + COMMENT "Generating symbolic dark icons" +- COMMAND $ ${CMAKE_SOURCE_DIR}/icons ${CMAKE_CURRENT_BINARY_DIR}/generated ++ COMMAND generate-symbolic-dark ${CMAKE_SOURCE_DIR}/icons ${CMAKE_CURRENT_BINARY_DIR}/generated + ) + # Auto-generate 24px monochrome icons from 22px versions + add_custom_target(breeze-generate-24px-versions-dark ALL diff --git a/srcpkgs/breeze-icons/template b/srcpkgs/breeze-icons/template index d5ea86221e7..6a2349c87b9 100644 --- a/srcpkgs/breeze-icons/template +++ b/srcpkgs/breeze-icons/template @@ -1,18 +1,19 @@ # Template file for 'breeze-icons' pkgname=breeze-icons -version=5.115.0 +version=6.1.0 revision=1 build_style=cmake -hostmakedepends="kcoreaddons extra-cmake-modules qt5-host-tools qt5-devel +build_helper=qemu +hostmakedepends="kcoreaddons extra-cmake-modules qt6-base qt6-tools python3-lxml libxml2" -makedepends="qt5-devel" +makedepends="qt6-base-devel" checkdepends="fdupes" short_desc="Breeze icon theme" maintainer="John " license="LGPL-3.0-or-later" homepage="https://community.kde.org/Frameworks" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=c4fc87a0ea961dc849e1feac97b3c53ce0af79df76a9dd508eb4ba5a006f09b9 +checksum=b1ba802d0d0dbd0ecd786cbdfaaf545f2dd3c217966b894b9321a2a18426a16a nostrip=yes if [ -z "$CROSS_BUILD" ]; then