From 396ef0f89531ff7d502e3df3187850d6182e272b Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 3 Apr 2018 12:18:16 +0200 Subject: We require kcalcore --- dist/flatpak/org.kde.kube.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'dist') 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 @@ -54,6 +54,18 @@ "buildsystem": "cmake-ninja", "sources": [ { "type": "git", "url": "git://anongit.kde.org/kcontacts.git", "branch": "Applications/17.04" } ] }, + { + "config-opts": [ "-DCMAKE_INSTALL_LIBDIR=lib" ], + "name": "libical", + "buildsystem": "cmake-ninja", + "sources": [ { "type": "git", "url": "https://github.com/libical/libical.git", "branch": "v2.0.0" } ] + }, + { + "config-opts": ["-DENABLE_TESTING=OFF", "-DCMAKE_INSTALL_LIBDIR=lib"], + "name": "kcalcore", + "buildsystem": "cmake-ninja", + "sources": [ { "type": "git", "url": "git://anongit.kde.org/kcalcore.git", "branch": "v17.12.2" } ] + }, { "config-opts": ["-DENABLE_TESTING=OFF", "-DCMAKE_INSTALL_LIBDIR=lib"], "name": "kdav2", -- cgit v1.2.3