Compare commits
44 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
9622b7bcf6 |
|||
|
5ab0b9dce0 |
|||
|
|
7ea9909d76 | ||
|
|
21587931f8 | ||
|
221db6b9f8 |
|||
|
|
998bbc8eb2 | ||
|
49650cd4ba |
|||
|
2dddd7944b |
|||
|
8e69463951 |
|||
|
5f2f0baaaf |
|||
|
c7f0383d1a |
|||
|
5f38036306 |
|||
|
016c18e2d7 |
|||
|
93eb821322 |
|||
|
0f40abb5bb |
|||
|
2367e604b4 |
|||
|
083a0a8c9d |
|||
|
53ffe964ac |
|||
|
141f4c6159 |
|||
|
2ef2192cd6 |
|||
|
e7f76bd871 |
|||
|
|
6d40d8800c |
||
|
|
cb6466a8ff | ||
|
|
dfdd33c2f1 |
||
|
|
00872220b9 |
||
|
|
432e2a1f9b |
||
|
|
bf99b7257b | ||
|
|
391469b3e7 | ||
|
|
92b9396a1e | ||
|
|
6f6ec23102 | ||
|
|
5f4cd396a9 | ||
|
|
134b03c706 | ||
|
|
8998a3bd73 | ||
|
|
13eef5fabd | ||
|
|
2d98f5948f | ||
|
|
b235f630d2 | ||
|
|
e7c7f87a00 | ||
|
|
d1bdb5589e | ||
|
|
a53c621247 | ||
|
|
faeba7582b | ||
|
|
8b8205893d | ||
|
|
5a2018c934 | ||
|
|
2ca2c3a32d | ||
|
|
4b0aeb03c2 |
1 changed files with 61 additions and 0 deletions
61
sway.yaml
Normal file
61
sway.yaml
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue