Merge pull request #11860 from Rmys/master

digikam-8.0.0
This commit is contained in:
Rmys
2023-05-11 22:10:27 +03:00
committed by GitHub
3 changed files with 23 additions and 4 deletions
+1 -1
View File
@@ -33,5 +33,5 @@ def install():
shelltools.system("DESTDIR=%s ninja install" %get.installDIR())
shelltools.cd("..")
pisitools.dodoc("COPYING", "COPYING-CMAKE-SCRIPTS", "README*", "NEWS")
pisitools.dodoc("COPYING*", "README*", "NEWS")
@@ -0,0 +1,12 @@
diff --git a/core/cmake/rules/RulesKDEFramework.cmake b/core/cmake/rules/RulesKDEFramework.cmake
index 4cb33d2f9e..610033425c 100644
--- a/core/cmake/rules/RulesKDEFramework.cmake
+++ b/core/cmake/rules/RulesKDEFramework.cmake
@@ -39,6 +39,7 @@ if(ENABLE_AKONADICONTACTSUPPORT)
find_package(KF5 ${AKONADI_MIN_VERSION} QUIET
OPTIONAL_COMPONENTS
+ Akonadi
AkonadiContact # For KDE Mail Contacts support.
Contacts # API for contacts/address book data.
)
+10 -3
View File
@@ -13,7 +13,7 @@
<IsA>app:gui</IsA>
<Summary>A Professional Photo Management with the Power of Open Source</Summary>
<Description>digikam is an advanced digital photo management application for KDE5, which makes importing and organizing digital photos a "snap". The photos can be organized in albums which can be sorted chronologically, by directory layout or by custom collections.</Description>
<Archive sha1sum="463b62333b62bab651ad962fe8268396e8f13be2" type="tarxz">https://ftp.cc.uoc.gr/mirrors/kde/stable/digikam/7.7.0/digiKam-7.7.0.tar.xz</Archive>
<Archive sha1sum="aed76db8526741967eabf656efc82d6835016b11" type="tarxz">https://ftp.cc.uoc.gr/mirrors/kde/stable/digikam/8.0.0/digiKam-8.0.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>ruby-devel</Dependency>
@@ -30,6 +30,7 @@
<Dependency>qt5-multimedia-devel</Dependency>
<Dependency>qt5-webkit-devel</Dependency>
<Dependency>qt5-imageformats</Dependency>
<Dependency>qt5-networkauth-devel</Dependency>
<Dependency>kconfig-devel</Dependency>
<Dependency>kxmlgui-devel</Dependency>
<Dependency>ki18n-devel</Dependency>
@@ -103,8 +104,7 @@
<Dependency>ninja</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch>initialize-imagemagick.patch</Patch> -->
<!-- <Patch>digikam-opencv-4.2.patch</Patch> -->
<Patch level="1">akonadi-22.04.patch</Patch>
</Patches>
</Source>
@@ -189,6 +189,13 @@
<History>
<Update release="16">
<Date>2023-05-11</Date>
<Version>8.0.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="15">
<Date>2022-07-07</Date>
<Version>7.7.0</Version>