hydrapaper/hydrapaper.yaml
Tomas Popela 13aedede54 Temporarily disable the arch restrictions
I see module build failures that I don't see locally and the only thing
I have here different is the arch restrictions reverted as fedmod or
some part of it doesn't support them.
2022-04-19 11:17:05 +02:00

43 lines
953 B
YAML

---
document: modulemd
version: 2
data:
summary: Set two different backgrounds for each monitor on GNOME
description: >-
GTK utility to set two different backgrounds for each monitor on GNOME (which
lacks this feature).
license:
module:
- MIT
dependencies:
- buildrequires:
flatpak-common: [f35]
flatpak-runtime: [f35]
platform: [f35]
requires:
flatpak-common: [f35]
flatpak-runtime: [f35]
platform: [f35]
profiles:
default:
rpms:
- hydrapaper
components:
rpms:
dbus-python:
rationale: Runtime dependency
ref: f35
hydrapaper:
rationale: Application package
ref: f35
buildorder: 10
libadwaita:
rationale: Runtime dependency
ref: f35
python-olefile:
rationale: Runtime dependency
ref: f35
python-pillow:
rationale: Runtime dependency
ref: f35
...