From fc0914c75e76b3d3ceb4c2345ed3871a8c81ec7b Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Sat, 16 Mar 2024 16:14:12 +0300 Subject: [PATCH 1/8] build: Bump wlroots req ver --- wayfire.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayfire.spec b/wayfire.spec index c62d056..30e45a5 100644 --- a/wayfire.spec +++ b/wayfire.spec @@ -45,7 +45,7 @@ BuildRequires: pkgconfig(wayland-cursor) BuildRequires: pkgconfig(wayland-protocols) >= 1.12 BuildRequires: pkgconfig(wayland-server) BuildRequires: pkgconfig(wf-config) >= 0.8.0 -BuildRequires: pkgconfig(wlroots) >= 0.16.0 +BuildRequires: pkgconfig(wlroots) >= 0.17.0 BuildRequires: pkgconfig(xkbcommon) Recommends: wayfire-config-manager From e3581ae46b9169856fedabed3faa29914088ea9c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 09:09:31 +0000 Subject: [PATCH 2/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 5f9ae386a4a0aa7f9de343b48deada78dc2269f6 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Mon, 7 Oct 2024 16:09:29 +0300 Subject: [PATCH 3/8] chore: Update to 0.9.0 Signed-off-by: Artem Polishchuk --- .gitignore | 3 +++ sources | 6 +++--- wayfire.spec | 14 +++++++------- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index f34ce12..74bb649 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,6 @@ /wayfire-0.8.0.tar.gz /wf-utils-15f8e16.tar.gz /wayfire-0.8.1.tar.gz +/wayfire-0.9.0.tar.gz +/wf-touch-caa1569.tar.gz +/wf-utils-08553c4.tar.gz diff --git a/sources b/sources index 2c6db55..c15b650 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (wayfire-0.8.1.tar.gz) = e1f7e156783322e35297964136e9060d22a754b1d5e85711b1bcf576733e53f41a2bfb06204eee49186e700e6f38d7c1a7db798eca9c37a180dc45b08f753960 -SHA512 (wf-touch-8974eb0.tar.gz) = c57ab4d235b5551766cc33bf7ab773895c730a0ff306e5372284b8492a6a32a1e4d3c60a60a105043e9294e98d314f545a6ce9882bcebfdc50fb2447d0c05500 -SHA512 (wf-utils-15f8e16.tar.gz) = fa81d6f7c654cceb73e201eba49d3b7232017dc41f7ded5d62cb4f749a35dbb02b4f3eab90db78750fa5520c487391525af19b49eca45300e440a76b3561adf3 +SHA512 (wayfire-0.9.0.tar.gz) = 8c768642c7549aae13930c79df03e7d1ef3149e58e90c739d52540ded3e94659a18f0c6133b4a18881168069cd7ca31da8d91c435efba04697271c36314b7e81 +SHA512 (wf-touch-caa1569.tar.gz) = 2f60a4f20832351b946f814fa0e6dd3c3875b413572c286a1bf5e8b7361ca839529b1f77dd59612c16357d9267cdd8fed0ac8634b6f346a5dc98e426f3b5dbc5 +SHA512 (wf-utils-08553c4.tar.gz) = e55d6e9f9ba2981ee88776bf9fa047f1ed9e5701d5150cfd1c8ff39703e21ec50926ceea11685542f91a8262946b728ea6a0641ceb50faddbc9d1faafd25f005 diff --git a/wayfire.spec b/wayfire.spec index 30e45a5..967beb0 100644 --- a/wayfire.spec +++ b/wayfire.spec @@ -1,16 +1,16 @@ -%global forgeurl https://github.com/WayfireWM/%{name} +%global forgeurl https://github.com/WayfireWM/wayfire # Git submodules # * wf-utils -%global commit1 15f8e16721585ae3eaf278ba71d7064237eb23f5 +%global commit1 08553c418f164bf5e84613d27447a32e380b75f0 %global shortcommit1 %(c=%{commit1}; echo ${c:0:7}) # * wf-touch -%global commit2 8974eb0f6a65464b63dd03b842795cb441fb6403 +%global commit2 caa156921c6be1dff9c2ccd851330c96de7928bf %global shortcommit2 %(c=%{commit2}; echo ${c:0:7}) Name: wayfire -Version: 0.8.1 +Version: 0.9.0 %forgemeta Release: %autorelease Summary: A modular and extensible wayland compositor @@ -25,7 +25,7 @@ BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: inotify-tools-devel BuildRequires: libevdev-devel -BuildRequires: meson >= 0.56.0 +BuildRequires: meson >= 0.63.0 BuildRequires: cmake(doctest) BuildRequires: cmake(glm) @@ -37,14 +37,14 @@ BuildRequires: pkgconfig(libdrm) BuildRequires: pkgconfig(libinput) >= 1.7.0 BuildRequires: pkgconfig(libjpeg) BuildRequires: pkgconfig(libpng) -BuildRequires: pkgconfig(nlohmann_json) +BuildRequires: pkgconfig(nlohmann_json) >= 3.11.2 BuildRequires: pkgconfig(pango) BuildRequires: pkgconfig(pixman-1) BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-cursor) BuildRequires: pkgconfig(wayland-protocols) >= 1.12 BuildRequires: pkgconfig(wayland-server) -BuildRequires: pkgconfig(wf-config) >= 0.8.0 +BuildRequires: pkgconfig(wf-config) >= 0.9.0 BuildRequires: pkgconfig(wlroots) >= 0.17.0 BuildRequires: pkgconfig(xkbcommon) From 127db1a9439a4f0763adb6f4186512fdf5ce3e54 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Mon, 7 Oct 2024 17:46:15 +0300 Subject: [PATCH 4/8] build: Update wf-touch submodule Signed-off-by: Artem Polishchuk --- .gitignore | 1 + sources | 2 +- wayfire.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 74bb649..2b14dbb 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /wayfire-0.9.0.tar.gz /wf-touch-caa1569.tar.gz /wf-utils-08553c4.tar.gz +/wf-touch-b8b844f.tar.gz diff --git a/sources b/sources index c15b650..7a01f97 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (wayfire-0.9.0.tar.gz) = 8c768642c7549aae13930c79df03e7d1ef3149e58e90c739d52540ded3e94659a18f0c6133b4a18881168069cd7ca31da8d91c435efba04697271c36314b7e81 -SHA512 (wf-touch-caa1569.tar.gz) = 2f60a4f20832351b946f814fa0e6dd3c3875b413572c286a1bf5e8b7361ca839529b1f77dd59612c16357d9267cdd8fed0ac8634b6f346a5dc98e426f3b5dbc5 +SHA512 (wf-touch-b8b844f.tar.gz) = 00d3991acb3898aa37d98c4fa34bf04eb193cbb8c409daa18ba9ed9ff0eb88cbfad552c62d85560ee4b94b9e37dee81a8c3138c6238fa7506a179e775cd079f9 SHA512 (wf-utils-08553c4.tar.gz) = e55d6e9f9ba2981ee88776bf9fa047f1ed9e5701d5150cfd1c8ff39703e21ec50926ceea11685542f91a8262946b728ea6a0641ceb50faddbc9d1faafd25f005 diff --git a/wayfire.spec b/wayfire.spec index 967beb0..526885e 100644 --- a/wayfire.spec +++ b/wayfire.spec @@ -6,7 +6,7 @@ %global shortcommit1 %(c=%{commit1}; echo ${c:0:7}) # * wf-touch -%global commit2 caa156921c6be1dff9c2ccd851330c96de7928bf +%global commit2 b8b844fa873871f90a9cf0768c8ae8c92ad49f34 %global shortcommit2 %(c=%{commit2}; echo ${c:0:7}) Name: wayfire From f80817ecabbfbef376bfdb0a8a401715ad2f92f9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 14:47:45 +0000 Subject: [PATCH 5/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From a83695538ab69a8f177d835cc99f1d8870e29e00 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:18:33 +0000 Subject: [PATCH 6/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 3751974672c72705ee43b8afaec605b9edfc7c4e Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Fri, 16 Jan 2026 23:18:29 +0300 Subject: [PATCH 7/8] 0.10.1 Signed-off-by: Artem Polishchuk --- .gitignore | 3 +++ sources | 6 +++--- wayfire.spec | 21 +++++++++++++-------- 3 files changed, 19 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 2b14dbb..69869f8 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,6 @@ /wf-touch-caa1569.tar.gz /wf-utils-08553c4.tar.gz /wf-touch-b8b844f.tar.gz +/wayfire-0.10.1.tar.gz +/wf-touch-093d894.tar.gz +/wf-utils-3ef27d1.tar.gz diff --git a/sources b/sources index 7a01f97..a50ca7c 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (wayfire-0.9.0.tar.gz) = 8c768642c7549aae13930c79df03e7d1ef3149e58e90c739d52540ded3e94659a18f0c6133b4a18881168069cd7ca31da8d91c435efba04697271c36314b7e81 -SHA512 (wf-touch-b8b844f.tar.gz) = 00d3991acb3898aa37d98c4fa34bf04eb193cbb8c409daa18ba9ed9ff0eb88cbfad552c62d85560ee4b94b9e37dee81a8c3138c6238fa7506a179e775cd079f9 -SHA512 (wf-utils-08553c4.tar.gz) = e55d6e9f9ba2981ee88776bf9fa047f1ed9e5701d5150cfd1c8ff39703e21ec50926ceea11685542f91a8262946b728ea6a0641ceb50faddbc9d1faafd25f005 +SHA512 (wayfire-0.10.1.tar.gz) = d28a442f005da63e1bd265a2c7cdbad6713bed0ae293de708cf9aeb466743c73882b2b7f434c044dc16d1f7048b2bafdb7f9a22ad736a7258601f2514ab0f5a4 +SHA512 (wf-touch-093d894.tar.gz) = 4ceb0c454df6d2d2aa77a312b5dba11bb36cf753cb6e9abfc71bd517b68edf5ce8e7bea3f05067dfb8b8fcf61c064a6a8573082c936e997c948b304a3cc61273 +SHA512 (wf-utils-3ef27d1.tar.gz) = da836b21c669a9638d370ca22ad2b605892998008ce9d13ea7c20ca8e1236252ee517af03f69af98ba06ae43b497c978d559787474b05b8f016f1e6737bacbad diff --git a/wayfire.spec b/wayfire.spec index 526885e..b9bbd0c 100644 --- a/wayfire.spec +++ b/wayfire.spec @@ -2,15 +2,15 @@ # Git submodules # * wf-utils -%global commit1 08553c418f164bf5e84613d27447a32e380b75f0 +%global commit1 3ef27d1f76b5f3d1f34305bff12b3174e81727c2 %global shortcommit1 %(c=%{commit1}; echo ${c:0:7}) # * wf-touch -%global commit2 b8b844fa873871f90a9cf0768c8ae8c92ad49f34 +%global commit2 093d8943df03cc8a2667990a065513c1bf2b57e0 %global shortcommit2 %(c=%{commit2}; echo ${c:0:7}) Name: wayfire -Version: 0.9.0 +Version: 0.10.1 %forgemeta Release: %autorelease Summary: A modular and extensible wayland compositor @@ -25,7 +25,7 @@ BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: inotify-tools-devel BuildRequires: libevdev-devel -BuildRequires: meson >= 0.63.0 +BuildRequires: meson >= 0.64.0 BuildRequires: cmake(doctest) BuildRequires: cmake(glm) @@ -40,12 +40,13 @@ BuildRequires: pkgconfig(libpng) BuildRequires: pkgconfig(nlohmann_json) >= 3.11.2 BuildRequires: pkgconfig(pango) BuildRequires: pkgconfig(pixman-1) +BuildRequires: pkgconfig(yyjson) BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-cursor) BuildRequires: pkgconfig(wayland-protocols) >= 1.12 BuildRequires: pkgconfig(wayland-server) -BuildRequires: pkgconfig(wf-config) >= 0.9.0 -BuildRequires: pkgconfig(wlroots) >= 0.17.0 +BuildRequires: pkgconfig(wf-config) >= 0.10.0 +BuildRequires: pkgconfig(wlroots-0.19) BuildRequires: pkgconfig(xkbcommon) Recommends: wayfire-config-manager @@ -56,8 +57,9 @@ Provides: bundled(wf-utils) = 0.0~git%{commit1} %description Wayfire is a 3D Wayland compositor, inspired by Compiz and based on wlroots. -It aims to create a customizable, extendable and lightweight environment -without sacrificing its appearance. + +It aims to create a customizable, extendable and lightweight environment without +sacrificing its appearance. %package devel @@ -80,6 +82,7 @@ mv wf-touch-%{commit2}/* subprojects/wf-touch/ %meson \ -Duse_system_wfconfig=enabled \ -Duse_system_wlroots=enabled \ + -Dxwayland=enabled \ %{nil} %meson_build @@ -98,6 +101,7 @@ rm -f %{buildroot}%{_prefix}/man/%{name}.1 %{_bindir}/%{name} %{_datadir}/%{name}/ %{_datadir}/wayland-sessions/*.desktop +%{_datadir}/xdg-desktop-portal/wayfire-portals.conf %{_libdir}/%{name}/ %{_libdir}/lib%{name}-blur-base.so %{_libdir}/libwf-utils.so.0* @@ -106,6 +110,7 @@ rm -f %{buildroot}%{_prefix}/man/%{name}.1 %files devel %{_includedir}/%{name}/ +%{_libdir}/lib%{name}-*.a %{_libdir}/libwf-utils.so %{_libdir}/pkgconfig/*.pc From 9487c1e2b9e49f63a259662f202739bd02ebc157 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:42:36 +0000 Subject: [PATCH 8/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild