[polari] flatpak: Add the manifest from the stable branch



commit d723af25ca1b762204ba0cad051eb462dde09caf
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Mar 16 22:17:16 2017 +0100

    flatpak: Add the manifest from the stable branch
    
    Following the recommendation of using two manifests[0], pick the
    manifest from the stable gnome-3-22 branch. After the release
    next week, we will update it to use the new stable version before
    pointing the build server to the master branch (until we branch
    off gnome-3-24).
    
    [0] https://wiki.gnome.org/Projects/SandboxedApps/Building

 org.gnome.Polari.json |  114 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 114 insertions(+), 0 deletions(-)
---
diff --git a/org.gnome.Polari.json b/org.gnome.Polari.json
new file mode 100644
index 0000000..2bda175
--- /dev/null
+++ b/org.gnome.Polari.json
@@ -0,0 +1,114 @@
+{
+    "app-id": "org.gnome.Polari",
+    "runtime": "org.gnome.Platform",
+    "runtime-version": "3.22",
+    "branch": "stable",
+    "sdk": "org.gnome.Sdk",
+    "command": "polari",
+    "finish-args": [
+        /* X11 + XShm access */
+        "--share=ipc", "--socket=x11",
+        /* Wayland access */
+        "--socket=wayland",
+        /* Needs network, obviously */
+        "--share=network",
+        /* Our client name */
+        "--own-name=org.freedesktop.Telepathy.Client.Polari",
+        /* Telepathy */
+        "--talk-name=org.freedesktop.Telepathy.AccountManager",
+        "--talk-name=org.freedesktop.Telepathy.ChannelDispatcher",
+        "--talk-name=org.freedesktop.Telepathy.Connection.idle.irc.*",
+        /* Telepathy names owned by bundled services */
+        "--own-name=org.freedesktop.Telepathy.AccountManager",
+        "--own-name=org.freedesktop.Telepathy.ChannelDispatcher",
+        "--own-name=org.freedesktop.Telepathy.MissionControl5",
+        "--own-name=org.freedesktop.Telepathy.ConnectionManager.idle",
+        "--own-name=org.freedesktop.Telepathy.Connection.idle.irc.*",
+        "--own-name=org.freedesktop.Telepathy.Client.Logger",
+        "--own-name=org.freedesktop.Telepathy.Logger",
+        /* Keyring */
+        "--talk-name=org.freedesktop.secrets",
+        /* log files written by tp-logger outside the sandbox */
+        "--filesystem=~/.local/share/TpLogger:ro",
+        "--env=TPL_LOG_DIR=.local/share",
+        /* dconf */
+        "--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:ro",
+        "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
+    ],
+    "build-options": {
+        "cflags": "-O2 -g"
+    },
+    "cleanup": ["/bin/mc*","/include","/lib/*.la","/lib/*.a",
+                "/lib/pkgconfig","/lib/polari/*.la",
+                "/share/aclocal", "/share/autoconf-archive",
+                "/share/dbus-1/services/org.freedesktop*", "/share/gir-1.0",
+                "/share/gtk-doc", "/share/info", "/share/man",
+                "/share/polari/gir-1.0", "/share/telepathy"
+    ],
+    "modules": [
+        {
+            "name": "autoconf-archive",
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": "http://ftpmirror.gnu.org/autoconf-archive/autoconf-archive-2016.09.16.tar.xz";,
+                    "sha256": "e8f2efd235f842bad2f6938bf4a72240a5e5fcd248e8444335e63beb60fabd82"
+                }
+            ]
+        },
+        {
+            "name": "telepathy-glib",
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": 
"http://telepathy.freedesktop.org/releases/telepathy-glib/telepathy-glib-0.24.1.tar.gz";,
+                    "sha256": "9e0df1d8f857e0270cf0b32e2d1ca5a24aa7282873361785d573f72ad7f7d5eb"
+                }
+            ]
+        },
+        {
+            "name": "telepathy-mission-control",
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": 
"https://telepathy.freedesktop.org/releases/telepathy-mission-control/telepathy-mission-control-5.16.4.tar.gz";,
+                    "sha256": "9769ddac7ad8aad21f6db854016792162b57e6fa0b0aed8d823d76a71fe7e6cb"
+                }
+            ]
+        },
+        {
+            "name": "telepathy-idle",
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": 
"https://telepathy.freedesktop.org/releases/telepathy-idle/telepathy-idle-0.2.0.tar.gz";,
+                    "sha256": "3013ad4b38d14ee630b8cc8ada5e95ccaa849b9a6fe15d2eaf6d0717d76f2fab"
+                }
+            ]
+        },
+        {
+            "name": "telepathy-logger",
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": 
"http://telepathy.freedesktop.org/releases/telepathy-logger/telepathy-logger-0.8.2.tar.bz2";,
+                    "sha256": "8fcad534d653b1b365132c5b158adae947810ffbae9843f72dd1797966415dae"
+                },
+                {
+                    "type": "patch",
+                    "path": "build-aux/flatpak/tpl-override-basedir.patch"
+                }
+            ]
+        },
+        {
+            "name": "polari",
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": "https://download.gnome.org/sources/polari/3.22/polari-3.22.2.tar.xz";,
+                    "sha256": "c7b4c382a9bae8094a576dbd9d022de0a90e186a36529a2eab914fe9d9b0045f"
+                }
+            ]
+        }
+    ]
+}


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