From 003b2b8057fe6143a042dd4d47e960a0ab2d2289 Mon Sep 17 00:00:00 2001 From: Jiri Eischmann Date: Apr 12 2019 11:39:19 +0000 Subject: Initial import --- diff --git a/container.yaml b/container.yaml new file mode 100644 index 0000000..56bb0e5 --- /dev/null +++ b/container.yaml @@ -0,0 +1,17 @@ +compose: + modules: + - gnome-calculator:master +flatpak: + id: org.gnome.Calculator + branch: stable + command: gnome-calculator + rename-icon: gnome-calculator + finish-args: |- + --share=ipc + --socket=x11 + --socket=wayland + --share=network + --filesystem=xdg-run/dconf + --filesystem=~/.config/dconf:ro + --talk-name=ca.desrt.dconf + --env=DCONF_USER_CONFIG_DIR=.config/dconf diff --git a/gnome-calculator.yaml b/gnome-calculator.yaml new file mode 100644 index 0000000..fc1ca07 --- /dev/null +++ b/gnome-calculator.yaml @@ -0,0 +1,31 @@ +--- +document: modulemd +version: 2 +data: + summary: A desktop calculator + description: >- + gnome-calculator is a powerful graphical calculator with financial, logical and + scientific modes. It uses a multiple precision package to do its arithmetic to + give a high degree of accuracy. + 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-calculator + components: + rpms: + gnome-calculator: + rationale: Application package + ref: f29 +...