Compare commits
18 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
25731cebdd | ||
|
|
a37e11f728 | ||
|
|
676ae0e30f | ||
|
|
849f02af6c | ||
|
|
17ae5de518 | ||
|
|
96a574a38b | ||
|
|
d9f30a80e4 | ||
|
|
6594fa05fd | ||
|
|
48bd413af8 | ||
|
|
5999f7412e | ||
|
|
1418bc8b86 | ||
|
|
2e520b2fd5 | ||
|
|
137cb50d71 | ||
|
|
061f892ae1 | ||
|
|
d1d62df31a | ||
|
|
2f4726f29c | ||
|
|
f91f6b5a46 | ||
|
|
75df976dea |
2 changed files with 6 additions and 43 deletions
|
|
@ -1,8 +1,5 @@
|
|||
compose:
|
||||
modules:
|
||||
- meld:master
|
||||
flatpak:
|
||||
id: org.gnome.meld
|
||||
id: org.gnome.Meld
|
||||
branch: stable
|
||||
command: meld
|
||||
finish-args: |-
|
||||
|
|
@ -12,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
|
||||
|
|
|
|||
39
meld.yaml
39
meld.yaml
|
|
@ -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: f32
|
||||
buildorder: 10
|
||||
patch:
|
||||
rationale: Runtime dependency
|
||||
ref: f32
|
||||
...
|
||||
Loading…
Add table
Add a link
Reference in a new issue