61 lines
2.1 KiB
YAML
61 lines
2.1 KiB
YAML
document: modulemd-packager
|
|
version: 3
|
|
# Please, validate the file before committing:
|
|
# modulemd-validator --type modulemd-packager-v3 sway.yaml
|
|
data:
|
|
# === Information about this module ==================================
|
|
# (Can be copied from the main RPM package, but doesn't need to be)
|
|
summary: i3-compatible window manager for Wayland
|
|
description: >-
|
|
Sway is a tiling window manager supporting Wayland compositor protocol
|
|
and i3-compatible configuration.
|
|
|
|
# === License of this modulemd file ==================================
|
|
# (Package licenses will be added automatically by the build system)
|
|
license:
|
|
- MIT
|
|
|
|
# === Module configurations =========================================
|
|
# (A list of build and dependency configurations)
|
|
configurations:
|
|
- context: 'eef18be9'
|
|
platform: f36
|
|
- context: 'f37'
|
|
platform: f37
|
|
- context: 'f38'
|
|
platform: f38
|
|
- context: 'f39'
|
|
platform: f39
|
|
|
|
# === Module API (optional, but encouraged) ==========================
|
|
# (Which packages are API-stable?)
|
|
api:
|
|
rpms:
|
|
- sway
|
|
|
|
# === Installation profiles (optional, but encouraged) ===============
|
|
# (Helping users with installation by providing predefined groups)
|
|
profiles:
|
|
default: # <- Name of the profile
|
|
default: true
|
|
description: A standard installation.
|
|
rpms:
|
|
- sway
|
|
# same as default, preserved for compatibility with systems upgraded from f33 or below
|
|
full: # <- Name of the profile
|
|
description: A full installation including all optional packages.
|
|
rpms:
|
|
- sway
|
|
|
|
# === Packages in this module ========================================
|
|
# (Referenced by their dist-git repo name + branch name)
|
|
components:
|
|
rpms:
|
|
wlroots:
|
|
ref: rawhide
|
|
rationale: Wayland compositor
|
|
buildorder: 5
|
|
sway:
|
|
ref: rawhide
|
|
rationale: Main package
|
|
buildorder: 10
|