From ca938620c9c83c6d0ecf9f1d47384013535c2ee4 Mon Sep 17 00:00:00 2001 From: Jiri Eischmann Date: Apr 12 2019 11:27:44 +0000 Subject: Initial import --- diff --git a/container.yaml b/container.yaml new file mode 100644 index 0000000..a6c745f --- /dev/null +++ b/container.yaml @@ -0,0 +1,16 @@ +compose: + modules: + - gnome-mahjongg:master +flatpak: + # Derived from the project's domain name + id: org.gnome.Mahjongg + branch: stable + # Binary to execute to run the app + command: gnome-mahjongg + tags: [] + # Not sandboxed. See 'man flatpak-build-finish' + finish-args: | + --share=ipc + --socket=x11 + --socket=wayland + --socket=session-bus diff --git a/gnome-mahjongg.yaml b/gnome-mahjongg.yaml new file mode 100644 index 0000000..dab5880 --- /dev/null +++ b/gnome-mahjongg.yaml @@ -0,0 +1,31 @@ +--- +document: modulemd +version: 2 +data: + summary: GNOME Mahjongg game + description: >- + Mahjongg is a simple pattern recognition game. You score points by matching identical + tiles. + license: + module: + - MIT + dependencies: + - buildrequires: + flatpak-common: [f29] + flatpak-runtime: [f29] + platform: [f29] + requires: + flatpak-common: [f29] + flatpak-runtime: [f29] + platform: [f29] + profiles: + default: + rpms: + - gnome-mahjongg + components: + rpms: + gnome-mahjongg: + rationale: Application package + ref: f29 + buildorder: 10 +...