diff --git a/container.yaml b/container.yaml index 8a79ff0..edfbd48 100644 --- a/container.yaml +++ b/container.yaml @@ -1,5 +1,10 @@ +compose: + modules: + - meld:f32 flatpak: - id: org.gnome.Meld + id: org.gnome.meld + name: eol/meld + end-of-life-rebase: org.gnome.Meld branch: stable command: meld finish-args: |- @@ -9,8 +14,3 @@ 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 new file mode 100644 index 0000000..d4e2471 --- /dev/null +++ b/meld.yaml @@ -0,0 +1,39 @@ +--- +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 +...