[flatpak-kde-applications] /: Add digikam to our nightly flatpak builds

Aleix Pol null at kde.org
Thu Nov 2 17:21:08 GMT 2017


Git commit 9ed5cd9658154f530c1501250a89a034d1d00845 by Aleix Pol.
Committed on 02/11/2017 at 17:21.
Pushed by apol into branch 'master'.

Add digikam to our nightly flatpak builds

CCMAIL: digikam-devel at kde.org

R  +9    -13   org.kde.digikam.json [from: todo/org.kde.digikam.json - 068% similarity]

https://commits.kde.org/flatpak-kde-applications/9ed5cd9658154f530c1501250a89a034d1d00845

diff --git a/todo/org.kde.digikam.json b/org.kde.digikam.json
similarity index 68%
rename from todo/org.kde.digikam.json
rename to org.kde.digikam.json
index 917dacd..23717f7 100644
--- a/todo/org.kde.digikam.json
+++ b/org.kde.digikam.json
@@ -10,31 +10,27 @@
     "finish-args": ["--share=ipc", "--socket=x11", "--socket=wayland", "--filesystem=host" ],
     
     "modules": [
-        "../boost.json",
+        "boost.json",
+        "qtwebkit.json",
         {
-            "name": "exiv2",
+            "name": "opencv",
             "buildsystem": "cmake-ninja",
             "builddir": true,
-            "sources": [
-                {
-                    "type": "archive",
-                    "url": "http://www.exiv2.org/exiv2-0.25.tar.gz",
-                    "sha256": "c80bfc778a15fdb06f71265db2c3d49d8493c382e516cb99b8c9f9cbde36efa4"
-                }
-            ]
+            "config-opts": ["-DENABLE_TESTING=OFF", "-DCMAKE_INSTALL_LIBDIR=lib", "-DWITH_OPENCL=ON", "-DWITH_OPENGL=ON", "-DWITH_TBB=ON", "-DWITH_XINE=ON"],
+            "sources": [ { "type": "git", "url": "http://github.com/Itseez/opencv.git", "branch": "3.3.1" } ]
         },
         {
-            "name": "opencv",
+            "name": "exiv2",
             "buildsystem": "cmake-ninja",
             "builddir": true,
-            "config-opts": ["-DENABLE_TESTING=OFF", "-DCMAKE_INSTALL_LIBDIR=lib", "-DWITH_OPENCL=ON", "-DWITH_OPENGL=ON", "-DWITH_TBB=ON", "-DWITH_XINE=ON"],
-            "sources": [ { "type": "git", "url": "http://github.com/Itseez/opencv.git" } ]
+            "sources": [ { "type": "git", "url": "https://github.com/Exiv2/exiv2.git", "branch": "v0.26" } ]
         },
         {
             "name": "digikam",
             "buildsystem": "cmake-ninja",
+            "config-opts": ["-DENABLE_TESTING=OFF", "-DCMAKE_INSTALL_LIBDIR=lib", "-DQt5WebKitWidgets_DIR=/app/lib/cmake/Qt5WebKitWidgets/"],
             "builddir": true,
-            "sources": [ { "type": "git", "url": "git://anongit.kde.org/digikam.git" } ]
+            "sources": [ { "type": "git", "url": "file:///home/apol/projects/digikam" } ]
         }
     ]
 }



More information about the Digikam-devel mailing list