[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [digikam-software-compilation] project/bundles/3rdparty: add kcalcore which have been ported as pure
From:       Gilles Caulier <null () kde ! org>
Date:       2017-10-01 7:23:55
Message-ID: E1dyYbT-0001wI-4v () code ! kde ! org
[Download RAW message or body]

Git commit 573342b0851403c07c66b0afb46fd4161db4faee by Gilles Caulier.
Committed on 01/10/2017 at 07:23.
Pushed by cgilles into branch 'master'.

add kcalcore which have been ported as pure Qt5 in new KF5

M  +2    -0    project/bundles/3rdparty/CMakeLists.txt
A  +27   -0    project/bundles/3rdparty/ext_kcalcore/CMakeLists.txt

https://commits.kde.org/digikam-software-compilation/573342b0851403c07c66b0afb46fd4161db4faee


diff --git a/project/bundles/3rdparty/CMakeLists.txt \
b/project/bundles/3rdparty/CMakeLists.txt index ef0bcb7..490c6a6 100644
--- a/project/bundles/3rdparty/CMakeLists.txt
+++ b/project/bundles/3rdparty/CMakeLists.txt
@@ -60,3 +60,5 @@ add_subdirectory(ext_qtav)
 add_subdirectory(ext_kf5)
 add_subdirectory(ext_marble)
 add_subdirectory(ext_libksane)
+#add_subdirectory(ext_kcalcore)
+
diff --git a/project/bundles/3rdparty/ext_kcalcore/CMakeLists.txt \
b/project/bundles/3rdparty/ext_kcalcore/CMakeLists.txt new file mode 100755
index 0000000..4214133
--- /dev/null
+++ b/project/bundles/3rdparty/ext_kcalcore/CMakeLists.txt
@@ -0,0 +1,27 @@
+# Script to build kcalcore for digiKam bundle.
+#
+# Copyright (c) 2015-2017, Gilles Caulier, <caulier dot gilles at gmail dot com>
+#
+# Redistribution and use is allowed according to the terms of the BSD license.
+# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
+#
+
+set(EXTPREFIX_libkcalcore "${EXTPREFIX}" )
+
+set(KA_VERSION 17.08.1)
+
+ExternalProject_Add(
+    ext_libkcalcore
+    DOWNLOAD_DIR ${EXTERNALS_DOWNLOAD_DIR}
+    URL http://download.kde.org/stable/applications/${KA_VERSION}/src/kcalcore-${KA_VERSION}.tar.xz
 +    URL_MD5 7262c40c5a8fa1e60cf871517ea47802
+    INSTALL_DIR ${EXTPREFIX_libksane}
+    CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${EXTPREFIX_kcalcore}
+               -DCMAKE_BUILD_TYPE=${GLOBAL_BUILD_TYPE}
+               ${GLOBAL_PROFILE}
+               -DCMAKE_SYSTEM_PREFIX_PATH=${EXTPREFIX}
+               -DBUILD_TESTING=OFF
+               -Wno-dev
+    UPDATE_COMMAND ""
+    ALWAYS 0
+)


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic