From 9a3f2d389058f3973903fac21cd874fabff15254 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: May 13 2019 04:31:47 +0000 Subject: Initial import --- diff --git a/container.yaml b/container.yaml new file mode 100644 index 0000000..aa6daa9 --- /dev/null +++ b/container.yaml @@ -0,0 +1,19 @@ +compose: + modules: + - gnome-screenshot:master +flatpak: + id: org.gnome.Screenshot + branch: stable + command: gnome-screenshot + tags: [] + finish-args: | + --share=ipc + --socket=x11 + --socket=wayland + --talk-name=org.gnome.Shell.Screenshot + --filesystem=xdg-run/dconf + --filesystem=~/.config/dconf:ro + --talk-name=ca.desrt.dconf + --env=DCONF_USER_CONFIG_DIR=.config/dconf + --filesystem=home +... diff --git a/gnome-screenshot.yaml b/gnome-screenshot.yaml new file mode 100644 index 0000000..1838159 --- /dev/null +++ b/gnome-screenshot.yaml @@ -0,0 +1,31 @@ +--- +document: modulemd +version: 2 +data: + summary: GNOME Screenshot + description: >- + GNOME Screenshot lets you take pictures of your screen. + license: + module: + - MIT + dependencies: + - buildrequires: + flatpak-runtime: [f29] + platform: [f29] + requires: + flatpak-runtime: [f29] + platform: [f29] + profiles: + default: + rpms: + - gnome-screenshot + components: + rpms: + gnome-screenshot: + rationale: Application package + ref: f29 + buildorder: 10 + gnome-desktop3: + rationale: Runtime dependency + ref: f29 +...