document: modulemd version: 2 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: module: - MIT # === Modular dependencies =========================================== # (For which Fedora releases to build?) dependencies: - buildrequires: platform: [f34] requires: platform: [f34] # === 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 description: A standard installation. rpms: - sway 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