From 927da511948d585fd519324d87e8b5d351d993a4 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Jun 22 2019 14:15:28 +0000 Subject: Initial import --- diff --git a/README.md b/README.md deleted file mode 100644 index 08020a6..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# geany - -The geany package \ No newline at end of file diff --git a/container.yaml b/container.yaml new file mode 100644 index 0000000..5b7f4fc --- /dev/null +++ b/container.yaml @@ -0,0 +1,19 @@ +compose: + modules: + - geany:master +flatpak: + id: org.geany.Geany + branch: stable + command: geany + rename-desktop-file: geany.desktop + rename-icon: geany + copy-icon: true + finish-args: |- + --share=ipc + --socket=x11 + --share=network + --filesystem=host + --filesystem=xdg-run/dconf + --filesystem=~/.config/dconf:ro + --talk-name=ca.desrt.dconf + --env=DCONF_USER_CONFIG_DIR=.config/dconf diff --git a/geany.yaml b/geany.yaml new file mode 100644 index 0000000..e13b62e --- /dev/null +++ b/geany.yaml @@ -0,0 +1,35 @@ +--- +document: modulemd +version: 2 +data: + summary: A fast and lightweight IDE using GTK3 + description: >- + Geany is a small and fast integrated development environment with basic features + and few dependencies to other packages or Desktop Environments. + + Some features: - Syntax highlighting - Code completion - Code folding - Construct + completion/snippets - Auto-closing of XML and HTML tags - Call tips - Support + for Many languages like C, Java, PHP, HTML, Python, Perl, Pascal - symbol lists + and symbol name auto-completion - Code navigation - Simple project management + - Plugin interface + license: + module: + - MIT + dependencies: + - buildrequires: + flatpak-runtime: [f30] + platform: [f30] + requires: + flatpak-runtime: [f30] + platform: [f30] + profiles: + default: + rpms: + - geany + components: + rpms: + geany: + rationale: Application package + ref: f30 + buildorder: 10 +...