summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-04-03 12:18:16 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-04-03 12:18:16 +0200
commit396ef0f89531ff7d502e3df3187850d6182e272b (patch)
treec6db70a2e65824be1d300ec4c268947b1d34b621
parent6d7221ade756682bd48b5334fbaef84cefed948a (diff)
downloadkube-396ef0f89531ff7d502e3df3187850d6182e272b.tar.gz
kube-396ef0f89531ff7d502e3df3187850d6182e272b.zip
We require kcalcore
-rw-r--r--dist/flatpak/org.kde.kube.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/dist/flatpak/org.kde.kube.json b/dist/flatpak/org.kde.kube.json
index 8e44c240..7a79949f 100644
--- a/dist/flatpak/org.kde.kube.json
+++ b/dist/flatpak/org.kde.kube.json
@@ -55,6 +55,18 @@
55 "sources": [ { "type": "git", "url": "git://anongit.kde.org/kcontacts.git", "branch": "Applications/17.04" } ] 55 "sources": [ { "type": "git", "url": "git://anongit.kde.org/kcontacts.git", "branch": "Applications/17.04" } ]
56 }, 56 },
57 { 57 {
58 "config-opts": [ "-DCMAKE_INSTALL_LIBDIR=lib" ],
59 "name": "libical",
60 "buildsystem": "cmake-ninja",
61 "sources": [ { "type": "git", "url": "https://github.com/libical/libical.git", "branch": "v2.0.0" } ]
62 },
63 {
64 "config-opts": ["-DENABLE_TESTING=OFF", "-DCMAKE_INSTALL_LIBDIR=lib"],
65 "name": "kcalcore",
66 "buildsystem": "cmake-ninja",
67 "sources": [ { "type": "git", "url": "git://anongit.kde.org/kcalcore.git", "branch": "v17.12.2" } ]
68 },
69 {
58 "config-opts": ["-DENABLE_TESTING=OFF", "-DCMAKE_INSTALL_LIBDIR=lib"], 70 "config-opts": ["-DENABLE_TESTING=OFF", "-DCMAKE_INSTALL_LIBDIR=lib"],
59 "name": "kdav2", 71 "name": "kdav2",
60 "buildsystem": "cmake-ninja", 72 "buildsystem": "cmake-ninja",