digikam, bump to 8.8.0 (#13080)

This commit is contained in:
Schrijvers Luc
2025-10-20 12:25:12 +02:00
committed by GitHub
parent a74bd94785
commit 7f4446b2cb
2 changed files with 9 additions and 9 deletions

View File

@@ -4,11 +4,11 @@ application that runs on Linux, Windows, and MacOS. The application provides \
a comprehensive set of tools for importing, managing, editing, and sharing \
photos and RAW files."
HOMEPAGE="https://digikam.org/"
COPYRIGHT="2010-2024 KDE Organisation"
COPYRIGHT="2010-2025 KDE Organisation"
LICENSE="GNU LGPL v2"
REVISION="2"
REVISION="1"
SOURCE_URI="https://download.kde.org/stable/digikam/$portVersion/digiKam-$portVersion.tar.xz"
CHECKSUM_SHA256="79e35ec20a43934cf8322d47c9c0540b0b8b727fa7d9aceb90f710fcfe9da02f"
CHECKSUM_SHA256="db3a1b6e3c73f903e3dff8003f52455dd2ecd198cb66534fee4abbd0bdeb6b9a"
SOURCE_DIR="digikam-$portVersion"
PATCHES="digikam-$portVersion.patchset"
ADDITIONAL_FILES="

View File

@@ -1,11 +1,11 @@
From a33377f133bace421ac3f6b6f1784b74302a6979 Mon Sep 17 00:00:00 2001
From 32ec748546e9bee48117c81a4a258aae8df4bb6a Mon Sep 17 00:00:00 2001
From: Gerasim Troeglazov <3dEyes@gmail.com>
Date: Thu, 14 Mar 2024 22:51:39 +1000
Subject: Fix build for Haiku
diff --git a/core/app/DigikamCoreTarget.cmake b/core/app/DigikamCoreTarget.cmake
index b7ac5a2..0ba9757 100644
index 3383a46..985b018 100644
--- a/core/app/DigikamCoreTarget.cmake
+++ b/core/app/DigikamCoreTarget.cmake
@@ -226,6 +226,10 @@ target_link_libraries(digikamcore
@@ -212,7 +212,7 @@ index 41d1f06..0d55d2b 100644
// Extra 'File' menu actions ---------------------------------------------
diff --git a/core/showfoto/main/showfotosettings.cpp b/core/showfoto/main/showfotosettings.cpp
index 18d03aa..60e3a25 100644
index 79c5cbb..5eb0f88 100644
--- a/core/showfoto/main/showfotosettings.cpp
+++ b/core/showfoto/main/showfotosettings.cpp
@@ -294,7 +294,11 @@ QString ShowfotoSettings::getIconTheme() const
@@ -228,7 +228,7 @@ index 18d03aa..60e3a25 100644
bool ShowfotoSettings::getShowSplash() const
diff --git a/core/showfoto/setup/showfotosetupmisc.cpp b/core/showfoto/setup/showfotosetupmisc.cpp
index f27476d..41b620b 100644
index ae41f19..d9a01ed 100644
--- a/core/showfoto/setup/showfotosetupmisc.cpp
+++ b/core/showfoto/setup/showfotosetupmisc.cpp
@@ -88,8 +88,9 @@ public:
@@ -284,7 +284,7 @@ index f27476d..41b620b 100644
#ifdef HAVE_SONNET
diff --git a/core/utilities/import/backend/gpcamera.cpp b/core/utilities/import/backend/gpcamera.cpp
index 6783f7c..db388a8 100644
index c5fdea4..cf2d0f0 100644
--- a/core/utilities/import/backend/gpcamera.cpp
+++ b/core/utilities/import/backend/gpcamera.cpp
@@ -59,6 +59,10 @@ extern "C"
@@ -299,5 +299,5 @@ index 6783f7c..db388a8 100644
// LibGphoto2 includes
--
2.50.1
2.51.0