breeze_icons, bump version (#11276)

This commit is contained in:
Schrijvers Luc
2024-10-28 13:35:25 +01:00
committed by GitHub
parent d697127216
commit 1a54743039
2 changed files with 5 additions and 2 deletions

View File

@@ -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 \