[gnome-keysign/flatpak] flatpak: Add gpgme, gpg and gnupg modules



commit d1353df168eb93c52180903ce123d32b48495d49
Author: RyuzakiKK <aasonykk gmail com>
Date:   Thu Nov 9 18:26:44 2017 +0100

    flatpak: Add gpgme, gpg and gnupg modules

 flatpak/org.gnome.Keysign.json | 105 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 105 insertions(+)
---
diff --git a/flatpak/org.gnome.Keysign.json b/flatpak/org.gnome.Keysign.json
index 4f14c82..6d8e1ed 100644
--- a/flatpak/org.gnome.Keysign.json
+++ b/flatpak/org.gnome.Keysign.json
@@ -482,6 +482,111 @@
                 }
             ]
         },
+        {
+            "name": "gpgme",
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": "https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-1.9.0.tar.bz2";,
+                    "sha256": "1b29fedb8bfad775e70eafac5b0590621683b2d9869db994568e6401f4034ceb"
+                }
+            ],
+            "modules": [
+                {
+                    "name": "libassaun",
+                    "sources": [
+                        {
+                            "type": "archive",
+                            "url": "https://www.gnupg.org/ftp/gcrypt/libassuan/libassuan-2.4.3.tar.bz2";,
+                            "sha256": "22843a3bdb256f59be49842abf24da76700354293a066d82ade8134bb5aa2b71"
+                        }
+                    ],
+                    "modules": [
+                        {
+                            "name": "libgpg-error",
+                            "sources": [
+                                {
+                                    "type": "archive",
+                                    "_comment": "this is a mirror because ftp is not yet supported 
https://github.com/flatpak/flatpak-builder/issues/23";,
+                                    "url": 
"http://mirrors.dotsrc.org/gnupg/libgpg-error/libgpg-error-1.27.tar.bz2";,
+                                    "sha256": 
"4f93aac6fecb7da2b92871bb9ee33032be6a87b174f54abf8ddf0911a22d29d2"
+                                }
+
+                            ]
+                        }
+                    ]
+                }
+            ]
+        },
+        {
+            "name": "gpg",
+            "build-options": {
+                "env": {
+                    "PYTHONUSERBASE" : "/app"
+                }
+            },
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": 
"https://pypi.python.org/packages/9f/46/4f6b63d1b5b82bac52b5b7723df8cd66a4864dc29861aa14d2d2de4a57f5/gpg-1.8.0.tar.gz";,
+                    "sha256": "cd26e8a77c907e0d9f14a627bf71729456fd26aa2d1f4d275b808d70b089e4f4"
+                },
+                {
+                    "type": "script",
+                    "dest-filename": "configure",
+                    "commands": [
+                        "echo   just so that a configure file exists"
+                    ]
+                },
+                {
+                    "type": "file",
+                    "path": "pip-Makefile",
+                    "dest-filename": "Makefile"
+                }
+            ]
+        },
+        {
+            "name": "gnupg",
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": "https://gnupg.org/ftp/gcrypt/gnupg/gnupg-2.2.1.tar.bz2";,
+                    "sha256": "34d70cd65b9c95f3f2f90a9f5c1e0b6a0fe039a8d685e2d66d69c33d1cbf62fb"
+                }
+            ],
+            "modules": [
+                {
+                    "name": "libksba",
+                    "sources": [
+                        {
+                            "type": "archive",
+                            "url": "https://gnupg.org/ftp/gcrypt/libksba/libksba-1.3.5.tar.bz2";,
+                            "sha256": "41444fd7a6ff73a79ad9728f985e71c9ba8cd3e5e53358e70d5f066d35c1a340"
+                        }
+                    ]
+                },
+                {
+                    "name": "libgcypt",
+                    "sources": [
+                        {
+                            "type": "archive",
+                            "url": "https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.8.1.tar.bz2";,
+                            "sha256": "7a2875f8b1ae0301732e878c0cca2c9664ff09ef71408f085c50e332656a78b3"
+                        }
+                    ]
+                },
+                {
+                    "name": "npth",
+                    "sources": [
+                        {
+                            "type": "archive",
+                            "url": "https://gnupg.org/ftp/gcrypt/npth/npth-1.5.tar.bz2";,
+                            "sha256": "294a690c1f537b92ed829d867bee537e46be93fbd60b16c04630fbbfcd9db3c2"
+                        }
+                    ]
+                }
+            ]
+        },
         {
             "name": "twisted",
             "build-options": {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]