From d3b4bc93e94ffaca038e84441a9c74e731f2ddad Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 26 Sep 2017 12:19:37 +0200 Subject: Imported kube flatpak dependencies --- dist/flatpak/boost-configure | 11 +++++++++++ dist/flatpak/boost.json | 17 +++++++++++++++++ dist/flatpak/gpgme.json | 36 ++++++++++++++++++++++++++++++++++++ 3 files changed, 64 insertions(+) create mode 100755 dist/flatpak/boost-configure create mode 100644 dist/flatpak/boost.json create mode 100644 dist/flatpak/gpgme.json (limited to 'dist') 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 @@ + +./bootstrap.sh "$@" + + +cat <Makefile +all: + ./b2 -j `nproc` + +install: + ./b2 install +EOF \ 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 @@ +{ + "name": "boost", + "config-opts": [], + "cleanup": [ "/lib/libboost_*.a" ], + "sources": [ + { + "type": "archive", + "url": "https://downloads.sourceforge.net/project/boost/boost/1.60.0/boost_1_60_0.tar.bz2", + "sha256": "686affff989ac2488f79a97b9479efb9f2abae035b5ed4d8226de6857933fd3b" + }, + { + "type": "file", + "path": "boost-configure", + "dest-filename": "configure" + } + ] +} \ 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 @@ +{ + "name": "gpgme", + "sources": [ { "type": "git", "url": "git://git.gnupg.org/gpgme.git", "branch": "gpgme-1.9.0"} ], + "modules": [ + { + "name": "libgpg-error", + "sources": [ + { + "type": "archive", + "url": "https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.22.tar.bz2", + "sha256": "f2a04ee6317bdb41a625bea23fdc7f0b5a63fb677f02447c647ed61fb9e69d7b" + } + ], + "cleanup": [ + "/lib/libgpg-error.la" + ] + }, + { + "name": "libassuan", + "sources": [ + { + "type": "archive", + "url": "https://www.gnupg.org/ftp/gcrypt/libassuan/libassuan-2.4.2.tar.bz2", + "sha256": "bb06dc81380b74bf1b64d5849be5c0409a336f3b4c45f20ac688e86d1b5bcb20" + } + ], + "cleanup": [ + "/lib/libassuan.la" + ] + } + ], + "cleanup": [ + "/lib/libgpgme*.la", + "/lib/libqgpgme.la" + ] +} -- cgit v1.2.3