From 8edd7373786f67c8b7ce7152a1d1fa5e0f4576df Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Mon, 10 Mar 2025 12:42:17 +0000 Subject: [PATCH] kdecoration, bump version (#11889) --- ...6.2.5.recipe => kdecoration6-6.3.0.recipe} | 22 ++++++++++--------- 1 file changed, 12 insertions(+), 10 deletions(-) rename kde-plasma/kdecoration/{kdecoration6-6.2.5.recipe => kdecoration6-6.3.0.recipe} (81%) diff --git a/kde-plasma/kdecoration/kdecoration6-6.2.5.recipe b/kde-plasma/kdecoration/kdecoration6-6.3.0.recipe similarity index 81% rename from kde-plasma/kdecoration/kdecoration6-6.2.5.recipe rename to kde-plasma/kdecoration/kdecoration6-6.3.0.recipe index 929893883..61480ddba 100644 --- a/kde-plasma/kdecoration/kdecoration6-6.2.5.recipe +++ b/kde-plasma/kdecoration/kdecoration6-6.3.0.recipe @@ -7,12 +7,12 @@ The library consists of two parts: * Decoration API for implementing a Decoration theme * Private API to implement the backend part (e.g. from Window Manager side)" HOMEPAGE="https://invent.kde.org/plasma/kdecoration" -COPYRIGHT="2010-2024 KDE Organisation" +COPYRIGHT="2010-2025 KDE Organisation" LICENSE="GNU LGPL v2.1 GNU LGPL v3" REVISION="1" SOURCE_URI="https://download.kde.org/stable/plasma/$portVersion/kdecoration-$portVersion.tar.xz" -CHECKSUM_SHA256="726c58cd4b34fc49546578727a447c76242938add577292cd334bd60bf9d8f26" +CHECKSUM_SHA256="74f7f4afca10a0a37915233c80033cdb332a7f9f45afc64d0c38c60aba2d5dd3" SOURCE_DIR="kdecoration-$portVersion" ARCHITECTURES="all !x86_gcc2" @@ -23,8 +23,8 @@ libVersionCompat="$libVersion compat >= ${libVersion%%.*}" PROVIDES=" kdecoration6$secondaryArchSuffix = $portVersion - lib:libkdecorations2$secondaryArchSuffix = $portVersion - lib:libkdecorations2private$secondaryArchSuffix = $libVersionCompat + lib:libkdecorations3$secondaryArchSuffix = $portVersion + lib:libkdecorations3private$secondaryArchSuffix = $libVersionCompat " REQUIRES=" haiku$secondaryArchSuffix @@ -37,8 +37,8 @@ REQUIRES=" PROVIDES_devel=" kdecoration6${secondaryArchSuffix}_devel = $portVersion - devel:libkdecorations2$secondaryArchSuffix = $portVersion - devel:libkdecorations2private$secondaryArchSuffix = $libVersionCompat + devel:libkdecorations3$secondaryArchSuffix = $portVersion + devel:libkdecorations3private$secondaryArchSuffix = $libVersionCompat " REQUIRES_devel=" kdecoration6$secondaryArchSuffix == $portVersion base @@ -46,7 +46,7 @@ REQUIRES_devel=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - extra_cmake_modules$secondaryArchSuffix >= 6.5.0 + extra_cmake_modules$secondaryArchSuffix devel:libKF6CoreAddons$secondaryArchSuffix devel:libKF6I18n$secondaryArchSuffix devel:libQt6Core$secondaryArchSuffix @@ -71,7 +71,9 @@ BUILD() -DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt6 \ -DKDE_INSTALL_QMLDIR=$dataDir/Qt6/qml \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake \ - -DBUILD_TESTING=OFF + -DBUILD_TESTING=OFF \ + -Wno-dev + make -C build $jobArgs } @@ -80,8 +82,8 @@ INSTALL() make -C build install prepareInstalledDevelLibs \ - libkdecorations2 \ - libkdecorations2private + libkdecorations3 \ + libkdecorations3private packageEntries devel \ $developDir \