mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
kdecoration, bump version (#11889)
This commit is contained in:
@@ -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 \
|
||||
Reference in New Issue
Block a user