This commit is contained in:
Yaakov Selkowitz 2023-10-06 14:08:49 -04:00
commit 7898676476
2 changed files with 4 additions and 37 deletions

View file

@ -1,6 +1,3 @@
compose:
modules:
- kdiff3:stable
flatpak:
id: org.kde.kdiff3
branch: stable
@ -12,3 +9,7 @@ flatpak:
--share=ipc
--socket=fallback-x11
--socket=wayland
runtime-name: flatpak-kde5-runtime
runtime-version: f39
packages:
- kdiff3

View file

@ -1,34 +0,0 @@
---
document: modulemd
version: 2
data:
summary: Compare + merge 2 or 3 files or directories
description: >-
KDiff3 is a program that - compares and merges two or three input files or directories,
- shows the differences line by line and character by character (!), - provides
an automatic merge-facility and - an integrated editor for comfortable solving
of merge-conflicts - has support for KDE-KIO (ftp, sftp, http, fish, smb) - and
has an intuitive graphical user interface.
license:
module:
- MIT
buildopts:
arches: [aarch64, x86_64]
dependencies:
- buildrequires:
flatpak-kde5-runtime: [f38]
platform: [f38]
requires:
flatpak-kde5-runtime: [f38]
platform: [f38]
profiles:
default:
rpms:
- kdiff3
components:
rpms:
kdiff3:
rationale: Application package
ref: f38
arches: [aarch64, x86_64]
...