[gnome-mahjongg/gnome-3-22: 1/3] Adding a flatpak manifest



commit 25b56de2c5c0dcb120ce6093954de4fde4f97e5e
Author: Jiri Eischmann <eischmann redhat com>
Date:   Tue Nov 13 10:36:20 2018 +0100

    Adding a flatpak manifest

 flatpak/org.gnome.gnome-mahjongg.yaml | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
---
diff --git a/flatpak/org.gnome.gnome-mahjongg.yaml b/flatpak/org.gnome.gnome-mahjongg.yaml
new file mode 100644
index 0000000..6ae1e48
--- /dev/null
+++ b/flatpak/org.gnome.gnome-mahjongg.yaml
@@ -0,0 +1,30 @@
+app-id: org.gnome.gnome-mahjongg
+runtime: org.gnome.Platform
+sdk: org.gnome.Sdk
+runtime-version: '3.30'
+command: gnome-mahjongg
+rename-desktop-file: gnome-mahjongg.desktop
+rename-appdata-file: gnome-mahjongg.appdata.xml
+rename-icon: gnome-mahjongg
+
+finish-args:
+  - --share=ipc
+  - --socket=x11
+  - --socket=wayland
+  - --share=network
+  - --device=dri
+  - --talk-name=org.freedesktop.Notifications
+  - --filesystem=xdg-run/dconf
+  - --filesystem=~/.config/dconf:ro
+  - --talk-name=ca.desrt.dconf
+  - --env=DCONF_USER_CONFIG_DIR=.config/dconf
+
+modules:
+  - name: gnome-mahjongg
+    sources:
+        - type: archive
+          url: https://download.gnome.org/sources/gnome-mahjongg/3.22/gnome-mahjongg-3.22.0.tar.xz
+          sha256: f5972a14fa4ad04153bd6e68475b85cd79c6b44f6cac1fe1edb64dbad4135218  
+
+cleanup:
+  - "/share/man"


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