diff options
Diffstat (limited to 'dist/flatpak')
-rw-r--r-- | dist/flatpak/org.kde.kube.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dist/flatpak/org.kde.kube.json b/dist/flatpak/org.kde.kube.json index 9204c3b9..8e44c240 100644 --- a/dist/flatpak/org.kde.kube.json +++ b/dist/flatpak/org.kde.kube.json | |||
@@ -84,6 +84,21 @@ | |||
84 | "sources": [ { "type": "git", "url": "https://github.com/curl/curl.git", "branch": "curl-7_55_0"} ] | 84 | "sources": [ { "type": "git", "url": "https://github.com/curl/curl.git", "branch": "curl-7_55_0"} ] |
85 | }, | 85 | }, |
86 | { | 86 | { |
87 | "name": "xapian", | ||
88 | "sources": [ | ||
89 | { | ||
90 | "type": "archive", | ||
91 | "url": "https://oligarchy.co.uk/xapian/1.4.2/xapian-core-1.4.2.tar.xz", | ||
92 | "sha256": "aec2c4352998127a2f2316218bf70f48cef0a466a87af3939f5f547c5246e1ce" | ||
93 | } | ||
94 | ], | ||
95 | "cleanup": [ | ||
96 | "/lib/libxapian.la", | ||
97 | "/share/doc/xapian-core", | ||
98 | "/bin/xapian-*" | ||
99 | ] | ||
100 | }, | ||
101 | { | ||
87 | "config-opts": ["-DENABLE_TESTING=OFF", "-DCMAKE_INSTALL_LIBDIR=lib", | 102 | "config-opts": ["-DENABLE_TESTING=OFF", "-DCMAKE_INSTALL_LIBDIR=lib", |
88 | "-DCMAKE_C_COMPILER=/usr/bin/clang", "-DCMAKE_CXX_COMPILER=/usr/bin/clang++"], | 103 | "-DCMAKE_C_COMPILER=/usr/bin/clang", "-DCMAKE_CXX_COMPILER=/usr/bin/clang++"], |
89 | "name": "sink", | 104 | "name": "sink", |