From 4b0aeb03c2ae6be448449c021f608d50f871f8b7 Mon Sep 17 00:00:00 2001 From: Till Hofmann Date: Mon, 13 May 2019 16:51:55 +0200 Subject: [PATCH 01/44] Add initial modulemd --- sway.yaml | 80 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 sway.yaml diff --git a/sway.yaml b/sway.yaml new file mode 100644 index 0000000..54e0709 --- /dev/null +++ b/sway.yaml @@ -0,0 +1,80 @@ +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: [] # <- Build for all Fedora releases + requires: + platform: [] # <- Run on all Fedora releases + + # === 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 + - swayidle + - swaylock + full: # <- Name of the profile + description: A full installation including all optional packages. + rpms: + - sway + - swayidle + - swaylock + - mako + - rofi + + # === Packages in this module ======================================== + # (Referenced by their dist-git repo name + branch name) + components: + rpms: + wayland-protocols: + ref: master + rationale: Wayland protocols for wlroots + buildorder: 0 + wlroots: + ref: master + rationale: Wayland compositor + buildorder: 5 + sway: + ref: master + rationale: Main package + buildorder: 10 + swaylock: + ref: master + rationale: Screen locker + buildorder: 10 + swayidle: + ref: master + rationale: Idle daemon + buildorder: 10 + mako: + ref: rolling + rationale: Notification daemon + buildorder: 10 + rofi: + ref: master + rationale: Window switcher + buildorder: 10 From 2ca2c3a32db30eba1fe89351ac0891d8af596fe2 Mon Sep 17 00:00:00 2001 From: Till Hofmann Date: Sun, 23 Jun 2019 12:38:27 +0200 Subject: [PATCH 02/44] Update to sway 1.1.1, include swaybg --- sway.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sway.yaml b/sway.yaml index 54e0709..bd18dd6 100644 --- a/sway.yaml +++ b/sway.yaml @@ -35,12 +35,14 @@ data: description: A standard installation. rpms: - sway + - swaybg - swayidle - swaylock full: # <- Name of the profile description: A full installation including all optional packages. rpms: - sway + - swaybg - swayidle - swaylock - mako @@ -62,6 +64,9 @@ data: ref: master rationale: Main package buildorder: 10 + swaybg: + ref: master + rationale: Wallpaper tool swaylock: ref: master rationale: Screen locker From 5a2018c9349aee9576db12e33e2df2e5ed1f72c8 Mon Sep 17 00:00:00 2001 From: Till Hofmann Date: Sun, 23 Jun 2019 19:50:08 +0200 Subject: [PATCH 03/44] Set buildorder of swaybg so it builds with most of the other packages --- sway.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/sway.yaml b/sway.yaml index bd18dd6..7c85129 100644 --- a/sway.yaml +++ b/sway.yaml @@ -67,6 +67,7 @@ data: swaybg: ref: master rationale: Wallpaper tool + buildorder: 10 swaylock: ref: master rationale: Screen locker From 8b8205893dc9fa9bce3a3e12e8a2d5354d1682ba Mon Sep 17 00:00:00 2001 From: Till Hofmann Date: Mon, 15 Jul 2019 08:08:02 +0200 Subject: [PATCH 04/44] Rebuild for swayidle 1.5, mako 1.3 From faeba7582bfcc7ca9107c8560409097cdfadad41 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 12 Aug 2019 15:09:21 +0000 Subject: [PATCH 05/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering From a53c6212472968eaf1411f97b3199b9982f1c1a5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 13 Aug 2019 20:07:27 +0000 Subject: [PATCH 06/44] Branching f31 from rawhide Signed-off-by: Fedora Release Engineering From d1bdb5589e3e000d3935ed471ac07a686e4fa004 Mon Sep 17 00:00:00 2001 From: Till Hofmann Date: Sun, 1 Sep 2019 13:23:59 +0200 Subject: [PATCH 07/44] Rebuild for sway 1.2, mako 1.4 From e7c7f87a00d1c8e7ac3f09b7e2a81dfd884694ba Mon Sep 17 00:00:00 2001 From: Till Hofmann Date: Thu, 12 Sep 2019 09:27:31 +0200 Subject: [PATCH 08/44] Rebuild for sway 1.2-2 From b235f630d2465c4cacfdf6d04b2f3f445612842c Mon Sep 17 00:00:00 2001 From: Till Hofmann Date: Tue, 1 Oct 2019 13:05:54 +0200 Subject: [PATCH 09/44] Rebuild to fix wrongly tagged F32 packages See https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/UNIJQMIQQZLIMK55AR3ZNKWKJ2NPS7JP/ From 2d98f5948fa8a1f180f0e7dc2e46e1678773be58 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 6 Feb 2020 18:31:58 +0000 Subject: [PATCH 10/44] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 13eef5fabd1ebba123ac22c5c31e24537ba0166d Mon Sep 17 00:00:00 2001 From: Till Hofmann Date: Sun, 9 Feb 2020 14:10:33 +0100 Subject: [PATCH 11/44] Add grim to profile full --- sway.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sway.yaml b/sway.yaml index 7c85129..f0b2ef9 100644 --- a/sway.yaml +++ b/sway.yaml @@ -45,6 +45,7 @@ data: - swaybg - swayidle - swaylock + - grim - mako - rofi @@ -84,3 +85,7 @@ data: ref: master rationale: Window switcher buildorder: 10 + grim: + ref: master + rationale: Screenshot tool + buildorder: 10 From 8998a3bd7309afa1bc46923ca42011cda7bf0708 Mon Sep 17 00:00:00 2001 From: Till Hofmann Date: Sun, 9 Feb 2020 14:24:25 +0100 Subject: [PATCH 12/44] Rebuild for wlroots 0.10.0, sway 1.4 From 134b03c7069a61041418f6a1ca47c0edc16516d8 Mon Sep 17 00:00:00 2001 From: Till Hofmann Date: Sun, 9 Feb 2020 15:22:54 +0100 Subject: [PATCH 13/44] Add slurp to the module --- sway.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sway.yaml b/sway.yaml index f0b2ef9..3e27e75 100644 --- a/sway.yaml +++ b/sway.yaml @@ -48,6 +48,7 @@ data: - grim - mako - rofi + - slurp # === Packages in this module ======================================== # (Referenced by their dist-git repo name + branch name) @@ -89,3 +90,7 @@ data: ref: master rationale: Screenshot tool buildorder: 10 + slurp: + ref: master + rationale: Region selector + buildorder: 10 From 5f4cd396a9b92e394aa362dcd6b8698363726488 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 14 Feb 2020 22:53:51 +0000 Subject: [PATCH 14/44] Branching f32 from rawhide Signed-off-by: Fedora Release Engineering From 6f6ec2310298ee2cca909062b5bda766a0341d64 Mon Sep 17 00:00:00 2001 From: Till Hofmann Date: Sat, 7 Mar 2020 10:21:08 +0100 Subject: [PATCH 15/44] Add waybar to profile full --- sway.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sway.yaml b/sway.yaml index 3e27e75..3e8b09e 100644 --- a/sway.yaml +++ b/sway.yaml @@ -49,6 +49,7 @@ data: - mako - rofi - slurp + - waybar # === Packages in this module ======================================== # (Referenced by their dist-git repo name + branch name) @@ -94,3 +95,7 @@ data: ref: master rationale: Region selector buildorder: 10 + waybar: + ref: master + rationale: wayland bar + buildorder: 10 From 92b9396a1eb82c29d6cd230df64a3b7f08c5dbf2 Mon Sep 17 00:00:00 2001 From: Till Hofmann Date: Sun, 29 Mar 2020 09:36:37 +0200 Subject: [PATCH 16/44] Rebuild for wlroots 0.10.1 From 391469b3e7615eb75c532286b515f7788fe44561 Mon Sep 17 00:00:00 2001 From: Till Hofmann Date: Tue, 14 Apr 2020 09:40:01 +0200 Subject: [PATCH 17/44] Rebuild for sway default config fix (#6) From bf99b7257b940799203e2c26085f0f8226605e1e Mon Sep 17 00:00:00 2001 From: Till Hofmann Date: Sun, 26 Jul 2020 17:54:47 +0200 Subject: [PATCH 18/44] Rebuild for sway 1.5 and wlroots 0.11 From 432e2a1f9b49b93b3a862af12529d00f4870e828 Mon Sep 17 00:00:00 2001 From: Aleksei Bavshin Date: Tue, 4 Aug 2020 22:49:25 +0000 Subject: [PATCH 19/44] Retry build after MBS configuration fix. From 00872220b985e3abef74725e46b935edd3933a0c Mon Sep 17 00:00:00 2001 From: Aleksei Bavshin Date: Wed, 5 Aug 2020 02:44:40 +0000 Subject: [PATCH 20/44] Disable unsupported platforms --- sway.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sway.yaml b/sway.yaml index 3e8b09e..006042b 100644 --- a/sway.yaml +++ b/sway.yaml @@ -18,9 +18,9 @@ data: # (For which Fedora releases to build?) dependencies: - buildrequires: - platform: [] # <- Build for all Fedora releases + platform: [-el8, -f31] requires: - platform: [] # <- Run on all Fedora releases + platform: [-el8, -f31] # === Module API (optional, but encouraged) ========================== # (Which packages are API-stable?) From dfdd33c2f185e40e06d4871d9d9ab24297e910ca Mon Sep 17 00:00:00 2001 From: Aleksei Bavshin Date: Thu, 6 Aug 2020 08:20:23 +0000 Subject: [PATCH 21/44] Rebuild for waybar 0.9.3 From cb6466a8ff6e7f2954c00ebadd2771e2adaa8a44 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Aug 2020 10:46:37 +0000 Subject: [PATCH 22/44] Branching f33 from rawhide Signed-off-by: Fedora Release Engineering From 6d40d8800cc04bcb6048e64cc4db70617e6bab23 Mon Sep 17 00:00:00 2001 From: Aleksei Bavshin Date: Sat, 10 Oct 2020 21:33:52 +0000 Subject: [PATCH 23/44] Rebuild for rofi 1.6.0, waybar 0.9.4 From e7f76bd871ce4b60bb70ff69daa458ba69f462fb Mon Sep 17 00:00:00 2001 From: Aleksei Bavshin Date: Fri, 13 Nov 2020 02:25:00 +0000 Subject: [PATCH 24/44] Rebuild for sway 1.5.1, wlroots 0.12 and slurp 1.3.1 From 2ef2192cd69697aefc4ebe5b51683a58253be20c Mon Sep 17 00:00:00 2001 From: Aleksei Bavshin Date: Wed, 18 Nov 2020 16:36:11 +0000 Subject: [PATCH 25/44] Add swaylock and waybar patches From 141f4c6159f0dcc7168d851e6cc72b257ae642af Mon Sep 17 00:00:00 2001 From: Aleksei Bavshin Date: Sat, 13 Feb 2021 03:44:18 +0000 Subject: [PATCH 26/44] Rebuild to include waybar and rofi updates. Update refs to use rawhide instead of master. --- sway.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/sway.yaml b/sway.yaml index 006042b..6204462 100644 --- a/sway.yaml +++ b/sway.yaml @@ -56,46 +56,46 @@ data: components: rpms: wayland-protocols: - ref: master + ref: rawhide rationale: Wayland protocols for wlroots buildorder: 0 wlroots: - ref: master + ref: rawhide rationale: Wayland compositor buildorder: 5 sway: - ref: master + ref: rawhide rationale: Main package buildorder: 10 swaybg: - ref: master + ref: rawhide rationale: Wallpaper tool buildorder: 10 swaylock: - ref: master + ref: rawhide rationale: Screen locker buildorder: 10 swayidle: - ref: master + ref: rawhide rationale: Idle daemon buildorder: 10 mako: - ref: rolling + ref: rawhide rationale: Notification daemon buildorder: 10 rofi: - ref: master + ref: rawhide rationale: Window switcher buildorder: 10 grim: - ref: master + ref: rawhide rationale: Screenshot tool buildorder: 10 slurp: - ref: master + ref: rawhide rationale: Region selector buildorder: 10 waybar: - ref: master + ref: rawhide rationale: wayland bar buildorder: 10 From 53ffe964ac8b4d21f5d91fbdfe7766c0462b05e6 Mon Sep 17 00:00:00 2001 From: Aleksei Bavshin Date: Wed, 17 Feb 2021 02:25:06 +0000 Subject: [PATCH 27/44] Restrict module builds to f32-34 --- sway.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sway.yaml b/sway.yaml index 6204462..046113a 100644 --- a/sway.yaml +++ b/sway.yaml @@ -18,9 +18,9 @@ data: # (For which Fedora releases to build?) dependencies: - buildrequires: - platform: [-el8, -f31] + platform: [f32, f33, f34] requires: - platform: [-el8, -f31] + platform: [f32, f33, f34] # === Module API (optional, but encouraged) ========================== # (Which packages are API-stable?) From 083a0a8c9d55aeaf098c6bfcbf91fa6289b78a49 Mon Sep 17 00:00:00 2001 From: Aleksei Bavshin Date: Thu, 18 Feb 2021 03:14:08 +0000 Subject: [PATCH 28/44] Build reduced set of packages for f34. --- sway.yaml | 55 ++----------------------------------------------------- 1 file changed, 2 insertions(+), 53 deletions(-) diff --git a/sway.yaml b/sway.yaml index 046113a..face7ee 100644 --- a/sway.yaml +++ b/sway.yaml @@ -18,9 +18,9 @@ data: # (For which Fedora releases to build?) dependencies: - buildrequires: - platform: [f32, f33, f34] + platform: [f34] requires: - platform: [f32, f33, f34] + platform: [f34] # === Module API (optional, but encouraged) ========================== # (Which packages are API-stable?) @@ -35,30 +35,11 @@ data: description: A standard installation. rpms: - sway - - swaybg - - swayidle - - swaylock - full: # <- Name of the profile - description: A full installation including all optional packages. - rpms: - - sway - - swaybg - - swayidle - - swaylock - - grim - - mako - - rofi - - slurp - - waybar # === Packages in this module ======================================== # (Referenced by their dist-git repo name + branch name) components: rpms: - wayland-protocols: - ref: rawhide - rationale: Wayland protocols for wlroots - buildorder: 0 wlroots: ref: rawhide rationale: Wayland compositor @@ -67,35 +48,3 @@ data: ref: rawhide rationale: Main package buildorder: 10 - swaybg: - ref: rawhide - rationale: Wallpaper tool - buildorder: 10 - swaylock: - ref: rawhide - rationale: Screen locker - buildorder: 10 - swayidle: - ref: rawhide - rationale: Idle daemon - buildorder: 10 - mako: - ref: rawhide - rationale: Notification daemon - buildorder: 10 - rofi: - ref: rawhide - rationale: Window switcher - buildorder: 10 - grim: - ref: rawhide - rationale: Screenshot tool - buildorder: 10 - slurp: - ref: rawhide - rationale: Region selector - buildorder: 10 - waybar: - ref: rawhide - rationale: wayland bar - buildorder: 10 From 2367e604b43c1640ecd7f95170cef725558bca75 Mon Sep 17 00:00:00 2001 From: Aleksei Bavshin Date: Fri, 19 Feb 2021 16:32:43 +0000 Subject: [PATCH 29/44] Revert to original set of packages and restrict to f32-33 --- sway.yaml | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 53 insertions(+), 2 deletions(-) diff --git a/sway.yaml b/sway.yaml index face7ee..e0e98b0 100644 --- a/sway.yaml +++ b/sway.yaml @@ -18,9 +18,9 @@ data: # (For which Fedora releases to build?) dependencies: - buildrequires: - platform: [f34] + platform: [f32, f33] requires: - platform: [f34] + platform: [f32, f33] # === Module API (optional, but encouraged) ========================== # (Which packages are API-stable?) @@ -35,11 +35,30 @@ data: description: A standard installation. rpms: - sway + - swaybg + - swayidle + - swaylock + full: # <- Name of the profile + description: A full installation including all optional packages. + rpms: + - sway + - swaybg + - swayidle + - swaylock + - grim + - mako + - rofi + - slurp + - waybar # === Packages in this module ======================================== # (Referenced by their dist-git repo name + branch name) components: rpms: + wayland-protocols: + ref: rawhide + rationale: Wayland protocols for wlroots + buildorder: 0 wlroots: ref: rawhide rationale: Wayland compositor @@ -48,3 +67,35 @@ data: ref: rawhide rationale: Main package buildorder: 10 + swaybg: + ref: rawhide + rationale: Wallpaper tool + buildorder: 10 + swaylock: + ref: rawhide + rationale: Screen locker + buildorder: 10 + swayidle: + ref: rawhide + rationale: Idle daemon + buildorder: 10 + mako: + ref: rawhide + rationale: Notification daemon + buildorder: 10 + rofi: + ref: rawhide + rationale: Window switcher + buildorder: 10 + grim: + ref: rawhide + rationale: Screenshot tool + buildorder: 10 + slurp: + ref: rawhide + rationale: Region selector + buildorder: 10 + waybar: + ref: rawhide + rationale: wayland bar + buildorder: 10 From 0f40abb5bbd91da8f77f179a698e493ceb595ac0 Mon Sep 17 00:00:00 2001 From: Aleksei Bavshin Date: Sat, 1 May 2021 20:26:19 +0000 Subject: [PATCH 30/44] Rebuild for sway 1.6 (f34 only) --- sway.yaml | 51 ++------------------------------------------------- 1 file changed, 2 insertions(+), 49 deletions(-) diff --git a/sway.yaml b/sway.yaml index e0e98b0..f5f25ff 100644 --- a/sway.yaml +++ b/sway.yaml @@ -18,9 +18,9 @@ data: # (For which Fedora releases to build?) dependencies: - buildrequires: - platform: [f32, f33] + platform: [f34] requires: - platform: [f32, f33] + platform: [f34] # === Module API (optional, but encouraged) ========================== # (Which packages are API-stable?) @@ -35,30 +35,15 @@ data: description: A standard installation. rpms: - sway - - swaybg - - swayidle - - swaylock full: # <- Name of the profile description: A full installation including all optional packages. rpms: - sway - - swaybg - - swayidle - - swaylock - - grim - - mako - - rofi - - slurp - - waybar # === Packages in this module ======================================== # (Referenced by their dist-git repo name + branch name) components: rpms: - wayland-protocols: - ref: rawhide - rationale: Wayland protocols for wlroots - buildorder: 0 wlroots: ref: rawhide rationale: Wayland compositor @@ -67,35 +52,3 @@ data: ref: rawhide rationale: Main package buildorder: 10 - swaybg: - ref: rawhide - rationale: Wallpaper tool - buildorder: 10 - swaylock: - ref: rawhide - rationale: Screen locker - buildorder: 10 - swayidle: - ref: rawhide - rationale: Idle daemon - buildorder: 10 - mako: - ref: rawhide - rationale: Notification daemon - buildorder: 10 - rofi: - ref: rawhide - rationale: Window switcher - buildorder: 10 - grim: - ref: rawhide - rationale: Screenshot tool - buildorder: 10 - slurp: - ref: rawhide - rationale: Region selector - buildorder: 10 - waybar: - ref: rawhide - rationale: wayland bar - buildorder: 10 From 93eb821322c1b88e4a03dc2e5aca307d02daff77 Mon Sep 17 00:00:00 2001 From: Aleksei Bavshin Date: Wed, 7 Jul 2021 08:24:49 -0700 Subject: [PATCH 31/44] Rebuild for sway 1.6.1/wlroots 0.14 From 016c18e2d77316a799c55de9a59a47580e997605 Mon Sep 17 00:00:00 2001 From: Aleksei Bavshin Date: Thu, 8 Jul 2021 18:47:51 -0700 Subject: [PATCH 32/44] Rebuild for wlroots 0.14.1 From 5f38036306e726091f0cc30a8aac74c8f7725947 Mon Sep 17 00:00:00 2001 From: Aleksei Bavshin Date: Wed, 29 Sep 2021 18:11:10 -0700 Subject: [PATCH 33/44] Convert to modulemd-packager-v3 and add f35 platform --- sway.yaml | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/sway.yaml b/sway.yaml index f5f25ff..aabb54b 100644 --- a/sway.yaml +++ b/sway.yaml @@ -1,5 +1,7 @@ -document: modulemd -version: 2 +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) @@ -11,16 +13,15 @@ data: # === License of this modulemd file ================================== # (Package licenses will be added automatically by the build system) license: - module: - - MIT + - MIT - # === Modular dependencies =========================================== - # (For which Fedora releases to build?) - dependencies: - - buildrequires: - platform: [f34] - requires: - platform: [f34] + # === Module configurations ========================================= + # (A list of build and dependency configurations) + configurations: + - context: '058368ca' + platform: f34 + - context: 'fe74cceb' + platform: f35 # === Module API (optional, but encouraged) ========================== # (Which packages are API-stable?) @@ -35,6 +36,7 @@ data: 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: From c7f0383d1aad491824c0bc04fb28f9119be93500 Mon Sep 17 00:00:00 2001 From: Aleksei Bavshin Date: Fri, 1 Oct 2021 21:56:03 -0700 Subject: [PATCH 34/44] Set default profile --- sway.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/sway.yaml b/sway.yaml index aabb54b..32e3df4 100644 --- a/sway.yaml +++ b/sway.yaml @@ -33,6 +33,7 @@ data: # (Helping users with installation by providing predefined groups) profiles: default: # <- Name of the profile + default: true description: A standard installation. rpms: - sway From 5f2f0baaaf1686c91ed24dbbf4298eab52868daf Mon Sep 17 00:00:00 2001 From: Aleksei Bavshin Date: Wed, 22 Dec 2021 22:06:10 -0800 Subject: [PATCH 35/44] Rebuild for wlroots cursor patch. Add rawhide (f36) context. --- sway.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sway.yaml b/sway.yaml index 32e3df4..5b16dc7 100644 --- a/sway.yaml +++ b/sway.yaml @@ -22,6 +22,8 @@ data: platform: f34 - context: 'fe74cceb' platform: f35 + - context: 'eef18be9' + platform: f36 # === Module API (optional, but encouraged) ========================== # (Which packages are API-stable?) From 8e6946395152443e195caa91b489aa469248e4d5 Mon Sep 17 00:00:00 2001 From: Aleksei Bavshin Date: Sat, 22 Jan 2022 16:06:23 -0800 Subject: [PATCH 36/44] Sway 1.7/wlroots 0.15.0 From 2dddd7944b95020f4295ad73fd3dc70761c8151a Mon Sep 17 00:00:00 2001 From: Aleksei Bavshin Date: Wed, 26 Jan 2022 07:39:15 -0800 Subject: [PATCH 37/44] Rebuild to include wlroots subsurface fix From 49650cd4bad073fcacf081318a1230a8064bfea2 Mon Sep 17 00:00:00 2001 From: Aleksei Bavshin Date: Sat, 5 Feb 2022 19:55:04 -0800 Subject: [PATCH 38/44] wlroots 0.15.1 From 998bbc8eb29cb10e6b88ee071e37cbd44dcaf5cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 14 Mar 2022 15:40:28 +0100 Subject: [PATCH 39/44] Add a context for F37 --- sway.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sway.yaml b/sway.yaml index 5b16dc7..87becb7 100644 --- a/sway.yaml +++ b/sway.yaml @@ -24,6 +24,8 @@ data: platform: f35 - context: 'eef18be9' platform: f36 + - context: 'f37' + platform: f37 # === Module API (optional, but encouraged) ========================== # (Which packages are API-stable?) From 221db6b9f84baf9d360257cbcea921460946fad7 Mon Sep 17 00:00:00 2001 From: Aleksei Bavshin Date: Sun, 5 Jun 2022 16:26:11 -0700 Subject: [PATCH 40/44] Rebuild to support wayland 1.20 (wl-output v4) in all branches. Drop f34 context (EOL). --- sway.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/sway.yaml b/sway.yaml index 87becb7..7720c54 100644 --- a/sway.yaml +++ b/sway.yaml @@ -18,8 +18,6 @@ data: # === Module configurations ========================================= # (A list of build and dependency configurations) configurations: - - context: '058368ca' - platform: f34 - context: 'fe74cceb' platform: f35 - context: 'eef18be9' From 21587931f87567026cfc02b59ff22871a126406d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 10 Aug 2022 16:55:17 +0000 Subject: [PATCH 41/44] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 7ea9909d7646f120c15917416b8042ff8ec4663a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 24 Aug 2022 16:05:53 +0200 Subject: [PATCH 42/44] Add a context for Fedora 38 --- sway.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sway.yaml b/sway.yaml index 7720c54..13dd2b5 100644 --- a/sway.yaml +++ b/sway.yaml @@ -24,6 +24,8 @@ data: platform: f36 - context: 'f37' platform: f37 + - context: 'f38' + platform: f38 # === Module API (optional, but encouraged) ========================== # (Which packages are API-stable?) From 5ab0b9dce0b973ff5ec990f867edd66f5770fd84 Mon Sep 17 00:00:00 2001 From: Aleksei Bavshin Date: Sun, 25 Dec 2022 08:37:46 -0800 Subject: [PATCH 43/44] Rebuild for sway 1.8/wlroots 0.16.1 Drop f35 context (EOL). --- sway.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/sway.yaml b/sway.yaml index 13dd2b5..4931af9 100644 --- a/sway.yaml +++ b/sway.yaml @@ -18,8 +18,6 @@ data: # === Module configurations ========================================= # (A list of build and dependency configurations) configurations: - - context: 'fe74cceb' - platform: f35 - context: 'eef18be9' platform: f36 - context: 'f37' From 9622b7bcf660ebc2a23ee53373fc6f7ae046f394 Mon Sep 17 00:00:00 2001 From: Aleksei Bavshin Date: Mon, 13 Feb 2023 08:22:10 -0800 Subject: [PATCH 44/44] Rebuild for sway 1.8.1/wlroots 0.16.2 Add f39 platform. --- sway.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sway.yaml b/sway.yaml index 4931af9..a539adf 100644 --- a/sway.yaml +++ b/sway.yaml @@ -24,6 +24,8 @@ data: platform: f37 - context: 'f38' platform: f38 + - context: 'f39' + platform: f39 # === Module API (optional, but encouraged) ========================== # (Which packages are API-stable?)