From 5b771ae97d750251cbe8ca1fea935ae72f8f1707 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mar 21 2019 11:38:35 +0000 Subject: Initial import --- diff --git a/container.yaml b/container.yaml new file mode 100644 index 0000000..88bf52d --- /dev/null +++ b/container.yaml @@ -0,0 +1,20 @@ +compose: + modules: + - gnome-characters:master +flatpak: + # Derived from the project's domain name + id: org.gnome.Characters + branch: stable + # Binary to execute to run the app + command: gnome-characters + tags: [] + rename-icon: gnome-characters + # Not sandboxed. See 'man flatpak-build-finish' + finish-args: | + --share=ipc + --socket=x11 + --socket=wayland + --filesystem=xdg-run/dconf + --filesystem=~/.config/dconf:ro + --talk-name=ca.desrt.dconf + --env=DCONF_USER_CONFIG_DIR=.config/dconf diff --git a/gnome-characters.yaml b/gnome-characters.yaml new file mode 100644 index 0000000..48f6ad6 --- /dev/null +++ b/gnome-characters.yaml @@ -0,0 +1,32 @@ +--- +document: modulemd +version: 2 +data: + summary: Character map application for GNOME + description: >- + Characters is a simple utility application to find and insert unusual characters. + license: + module: + - MIT + dependencies: + - buildrequires: + flatpak-runtime: [f29] + platform: [f29] + requires: + flatpak-runtime: [f29] + platform: [f29] + + profiles: + default: + rpms: + - gnome-characters + components: + rpms: + gnome-characters: + rationale: Application package + ref: f29 + buildorder: 10 + gnome-desktop3: + rationale: Runtime dependency + ref: f29 +...