diff --git a/container.yaml b/container.yaml index edfbd48..8a79ff0 100644 --- a/container.yaml +++ b/container.yaml @@ -1,10 +1,5 @@ -compose: - modules: - - meld:f32 flatpak: - id: org.gnome.meld - name: eol/meld - end-of-life-rebase: org.gnome.Meld + id: org.gnome.Meld branch: stable command: meld finish-args: |- @@ -14,3 +9,8 @@ flatpak: --socket=wayland --filesystem=host --metadata=X-DConf=migrate-path=/org/gnome/meld/ + runtime-name: flatpak-runtime + runtime-version: f44 + packages: + - meld + - git-core diff --git a/meld.yaml b/meld.yaml deleted file mode 100644 index d4e2471..0000000 --- a/meld.yaml +++ /dev/null @@ -1,39 +0,0 @@ ---- -document: modulemd -version: 2 -data: - summary: Visual diff and merge tool - description: >- - Meld is a visual diff and merge tool targeted at developers. It helps you compare - files, directories, and version controlled projects. It provides two- and three-way - comparison of both files and directories, and the tabbed interface allows you - to open many diffs at once. Meld has has support for many popular version control - systems including Git, Mercurial, Bazaar, SVN and CVS. The diff viewer lets you - edit files in place (diffs update dynamically), and a middle column shows detailed - changes and allows merges. The margins show location of changes for easy navigation. - license: - module: - - MIT - dependencies: - - buildrequires: - flatpak-common: [f32] - flatpak-runtime: [f32] - platform: [f32] - requires: - flatpak-common: [f32] - flatpak-runtime: [f32] - platform: [f32] - profiles: - default: - rpms: - - meld - components: - rpms: - meld: - rationale: Application package - ref: c8549f7fd2ef4d178f4c489412c86c9707572bb7 - buildorder: 10 - patch: - rationale: Runtime dependency - ref: f32 -...