summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-09-26 12:19:37 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-09-27 11:46:51 +0200
commitd3b4bc93e94ffaca038e84441a9c74e731f2ddad (patch)
treede11287aa67d390e2c2c6b1741a2c6fab932fab4 /dist
parent0cc8a41f59c242732b99a8ce8b551dad62714777 (diff)
downloadkube-d3b4bc93e94ffaca038e84441a9c74e731f2ddad.tar.gz
kube-d3b4bc93e94ffaca038e84441a9c74e731f2ddad.zip
Imported kube flatpak dependencies
Diffstat (limited to 'dist')
-rwxr-xr-xdist/flatpak/boost-configure11
-rw-r--r--dist/flatpak/boost.json17
-rw-r--r--dist/flatpak/gpgme.json36
3 files changed, 64 insertions, 0 deletions
diff --git a/dist/flatpak/boost-configure b/dist/flatpak/boost-configure
new file mode 100755
index 00000000..caf3c6f9
--- /dev/null
+++ b/dist/flatpak/boost-configure
@@ -0,0 +1,11 @@
1
2./bootstrap.sh "$@"
3
4
5cat <<EOF >Makefile
6all:
7 ./b2 -j `nproc`
8
9install:
10 ./b2 install
11EOF \ No newline at end of file
diff --git a/dist/flatpak/boost.json b/dist/flatpak/boost.json
new file mode 100644
index 00000000..3e5318fb
--- /dev/null
+++ b/dist/flatpak/boost.json
@@ -0,0 +1,17 @@
1{
2 "name": "boost",
3 "config-opts": [],
4 "cleanup": [ "/lib/libboost_*.a" ],
5 "sources": [
6 {
7 "type": "archive",
8 "url": "https://downloads.sourceforge.net/project/boost/boost/1.60.0/boost_1_60_0.tar.bz2",
9 "sha256": "686affff989ac2488f79a97b9479efb9f2abae035b5ed4d8226de6857933fd3b"
10 },
11 {
12 "type": "file",
13 "path": "boost-configure",
14 "dest-filename": "configure"
15 }
16 ]
17} \ No newline at end of file
diff --git a/dist/flatpak/gpgme.json b/dist/flatpak/gpgme.json
new file mode 100644
index 00000000..b00fd8a1
--- /dev/null
+++ b/dist/flatpak/gpgme.json
@@ -0,0 +1,36 @@
1{
2 "name": "gpgme",
3 "sources": [ { "type": "git", "url": "git://git.gnupg.org/gpgme.git", "branch": "gpgme-1.9.0"} ],
4 "modules": [
5 {
6 "name": "libgpg-error",
7 "sources": [
8 {
9 "type": "archive",
10 "url": "https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.22.tar.bz2",
11 "sha256": "f2a04ee6317bdb41a625bea23fdc7f0b5a63fb677f02447c647ed61fb9e69d7b"
12 }
13 ],
14 "cleanup": [
15 "/lib/libgpg-error.la"
16 ]
17 },
18 {
19 "name": "libassuan",
20 "sources": [
21 {
22 "type": "archive",
23 "url": "https://www.gnupg.org/ftp/gcrypt/libassuan/libassuan-2.4.2.tar.bz2",
24 "sha256": "bb06dc81380b74bf1b64d5849be5c0409a336f3b4c45f20ac688e86d1b5bcb20"
25 }
26 ],
27 "cleanup": [
28 "/lib/libassuan.la"
29 ]
30 }
31 ],
32 "cleanup": [
33 "/lib/libgpgme*.la",
34 "/lib/libqgpgme.la"
35 ]
36}