From 67897d5137510aea1d72fb8496f5e51cd801be36 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 2 Mar 2018 16:13:43 +0100 Subject: Added xapian to flatpak --- dist/flatpak/org.kde.kube.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 @@ -83,6 +83,21 @@ "buildsystem": "cmake-ninja", "sources": [ { "type": "git", "url": "https://github.com/curl/curl.git", "branch": "curl-7_55_0"} ] }, + { + "name": "xapian", + "sources": [ + { + "type": "archive", + "url": "https://oligarchy.co.uk/xapian/1.4.2/xapian-core-1.4.2.tar.xz", + "sha256": "aec2c4352998127a2f2316218bf70f48cef0a466a87af3939f5f547c5246e1ce" + } + ], + "cleanup": [ + "/lib/libxapian.la", + "/share/doc/xapian-core", + "/bin/xapian-*" + ] + }, { "config-opts": ["-DENABLE_TESTING=OFF", "-DCMAKE_INSTALL_LIBDIR=lib", "-DCMAKE_C_COMPILER=/usr/bin/clang", "-DCMAKE_CXX_COMPILER=/usr/bin/clang++"], -- cgit v1.2.3