This commit is contained in:
Yaakov Selkowitz 2023-09-28 22:54:16 -04:00
commit 4cd4e96e22
2 changed files with 4 additions and 35 deletions

View file

@ -1,6 +1,3 @@
compose:
modules:
- kwrite:stable
flatpak:
id: org.kde.kwrite
branch: stable
@ -13,3 +10,7 @@ flatpak:
--socket=wayland
--device=dri
--filesystem=host
runtime-name: flatpak-kde5-runtime
runtime-version: f39
packages:
- kwrite

View file

@ -1,32 +0,0 @@
---
document: modulemd
version: 2
data:
summary: Text Editor
description: >-
Text Editor.
license:
module:
- MIT
buildopts:
arches: [aarch64, x86_64]
dependencies:
- buildrequires:
flatpak-kde5-common: [f38]
flatpak-kde5-runtime: [f38]
platform: [f38]
requires:
flatpak-kde5-common: [f38]
flatpak-kde5-runtime: [f38]
platform: [f38]
profiles:
default:
rpms:
- kwrite
components:
rpms:
kate:
rationale: Application package
ref: f38
arches: [aarch64, x86_64]
...