libkdcraw, bump KF6 version (#11752)

This commit is contained in:
Schrijvers Luc
2025-02-09 18:05:26 +01:00
committed by GitHub
parent 133a0bbf5f
commit ceae51afd1

View File

@@ -1,11 +1,11 @@
SUMMARY="Digital camera raw image library wrapper"
DESCRIPTION="Libkdcraw is a C++ interface around LibRaw library used to decode RAW picture files."
HOMEPAGE="https://invent.kde.org/graphics/libkdcraw/"
COPYRIGHT="2010-2024 KDE Organisation"
COPYRIGHT="2010-2025 KDE Organisation"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/libkdcraw-$portVersion.tar.xz"
CHECKSUM_SHA256="0b4b6067fd362d218f6ee088c661c42b2f55cd9e3a8bdfb82efed96bd682625c"
CHECKSUM_SHA256="ef05c88669201701556eac097f51cf264a297d3b45db8c06465f2345ff5ceb96"
SOURCE_DIR="libkdcraw-$portVersion"
ARCHITECTURES="all !x86_gcc2"
@@ -15,7 +15,7 @@ libVersion="5.0.0"
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
PROVIDES="
libkdcraw24$secondaryArchSuffix = $portVersion
libkdcraw_kf6$secondaryArchSuffix = $portVersion
lib:libKDcrawQt6$secondaryArchSuffix = $libVersionCompat
"
REQUIRES="
@@ -26,13 +26,16 @@ REQUIRES="
lib:libQt6Core$secondaryArchSuffix
lib:libQt6Gui$secondaryArchSuffix
"
REPLACES="
libkdcraw24$secondaryArchSuffix
"
PROVIDES_devel="
libkdcraw24${secondaryArchSuffix}_devel = $portVersion
libkdcraw_kf6${secondaryArchSuffix}_devel = $portVersion
devel:libKDcrawQt6$secondaryArchSuffix = $libVersionCompat
"
REQUIRES_devel="
libkdcraw24$secondaryArchSuffix == $portVersion base
libkdcraw_kf6$secondaryArchSuffix == $portVersion base
devel:liblcms2$secondaryArchSuffix
devel:libraw$secondaryArchSuffix
devel:libQt6Core$secondaryArchSuffix