From 1a547430397ede4a00000a22f2c9ef0b84f8aefd Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Mon, 28 Oct 2024 13:35:25 +0100 Subject: [PATCH] breeze_icons, bump version (#11276) --- ...breeze_icons-6.5.0.recipe => breeze_icons-6.7.0.recipe} | 7 +++++-- ..._x86-6.5.0.patchset => breeze_icons_x86-6.7.0.patchset} | 0 2 files changed, 5 insertions(+), 2 deletions(-) rename kde-frameworks/breeze-icons/{breeze_icons-6.5.0.recipe => breeze_icons-6.7.0.recipe} (89%) rename kde-frameworks/breeze-icons/patches/{breeze_icons_x86-6.5.0.patchset => breeze_icons_x86-6.7.0.patchset} (100%) diff --git a/kde-frameworks/breeze-icons/breeze_icons-6.5.0.recipe b/kde-frameworks/breeze-icons/breeze_icons-6.7.0.recipe similarity index 89% rename from kde-frameworks/breeze-icons/breeze_icons-6.5.0.recipe rename to kde-frameworks/breeze-icons/breeze_icons-6.7.0.recipe index 169e1f433..3bf498792 100644 --- a/kde-frameworks/breeze-icons/breeze_icons-6.5.0.recipe +++ b/kde-frameworks/breeze-icons/breeze_icons-6.7.0.recipe @@ -7,7 +7,7 @@ COPYRIGHT="2010-2024 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://download.kde.org/stable/frameworks/${portVersion%.*}/breeze-icons-${portVersion}.tar.xz" -CHECKSUM_SHA256="ca6e8faef84891750ebc240d0b99f42414e5f643678d5b1ae94bcbad551ab0c4" +CHECKSUM_SHA256="39037e3fcbbb7a65011685c498cae31ff496a5f2493269c955bb29c94a688b74" SOURCE_DIR="breeze-icons-$portVersion" if [ "$targetArchitecture" = x86_gcc2 ]; then PATCHES="breeze_icons_x86-$portVersion.patchset" @@ -65,9 +65,12 @@ TEST_REQUIRES=" cmd:fdupes " +defineDebugInfoPackage breeze_icons$secondaryArchSuffix \ + $libDir/libKF6BreezeIcons.so.$libVersion + BUILD() { - cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=Release \ + cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=RelWithDebInfo \ $cmakeDirArgs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake \ -DBINARY_ICONS_RESOURCE=ON \ diff --git a/kde-frameworks/breeze-icons/patches/breeze_icons_x86-6.5.0.patchset b/kde-frameworks/breeze-icons/patches/breeze_icons_x86-6.7.0.patchset similarity index 100% rename from kde-frameworks/breeze-icons/patches/breeze_icons_x86-6.5.0.patchset rename to kde-frameworks/breeze-icons/patches/breeze_icons_x86-6.7.0.patchset