Compare commits

..

18 commits

Author SHA1 Message Date
Yaakov Selkowitz
25731cebdd F44 2026-03-24 21:02:56 -04:00
Yaakov Selkowitz
a37e11f728 F43 2025-10-12 14:30:26 -04:00
Yaakov Selkowitz
676ae0e30f F42 2025-03-28 16:35:45 -04:00
Yaakov Selkowitz
849f02af6c F41 2024-10-08 13:47:36 -04:00
Yaakov Selkowitz
17ae5de518 F40 2024-04-10 19:25:54 -04:00
Yaakov Selkowitz
96a574a38b Drop patch
The soft dependency on patch is left over from old CVS support code,
which has since been rewritten.
2023-10-11 12:46:16 -04:00
Yaakov Selkowitz
d9f30a80e4 F39 2023-10-11 10:30:00 -04:00
Yaakov Selkowitz
6594fa05fd Add git-core
This is needed by Meld for git repository comparisons.
texinfo is a build requirement and therefore need not be rebuilt.
2023-07-06 13:09:36 -04:00
Yaakov Selkowitz
48bd413af8 Update to F38 2023-04-10 23:25:41 -04:00
Kalev Lember
5999f7412e Limit arches to aarch64 and x86_64 2022-10-07 17:41:36 +02:00
Kalev Lember
1418bc8b86 Switch to F37 runtime and sources 2022-10-07 17:40:47 +02:00
Kalev Lember
2e520b2fd5 Switch to F35 runtime and sources 2021-10-12 19:30:13 +02:00
Kalev Lember
137cb50d71 Switch to F34 runtime and sources 2021-04-02 21:14:47 +02:00
Kalev Lember
061f892ae1 container.yaml: Adapt for master->stable rename 2021-04-01 17:08:47 +02:00
Kalev Lember
d1d62df31a Update app ID
It's been renamed from org.gnome.meld to org.gnome.Meld.
2020-10-20 12:28:37 +02:00
Kalev Lember
2f4726f29c Add patch dependencies 2020-10-19 10:55:20 +02:00
Kalev Lember
f91f6b5a46 Explicitly include patch in the container
It's been moved from Requires to Recommends in the spec file.
2020-10-18 19:58:48 +02:00
Kalev Lember
75df976dea Switch to F33 runtime and sources 2020-10-18 19:58:34 +02:00
2 changed files with 6 additions and 45 deletions

View file

@ -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

View file

@ -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
...