[packages/wf-shell] up to 0.11.0
atler
atler at pld-linux.org
Sat Aug 22 17:18:03 CEST 2026
commit 36facf1d7d7b4fa283ed6b7193ed069595c1b902
Author: Jan Palus <atler at pld-linux.org>
Date: Sat Aug 22 17:17:01 2026 +0200
up to 0.11.0
wf-shell.spec | 41 +++++++++++++++++++++++++++++++----------
1 file changed, 31 insertions(+), 10 deletions(-)
---
diff --git a/wf-shell.spec b/wf-shell.spec
index 8cf259c..dde4495 100644
--- a/wf-shell.spec
+++ b/wf-shell.spec
@@ -1,22 +1,31 @@
Summary: A GTK3-based panel for wayfire
Name: wf-shell
-Version: 0.10.0
+Version: 0.11.0
Release: 1
License: MIT
Group: Applications
Source0: https://github.com/WayfireWM/wf-shell/releases/download/v%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: 7354ecb42b6c511656d1314b1a0e8b81
+# Source0-md5: 0da9ed433565141567e75703dfd8d693
URL: https://wayfire.org/
+BuildRequires: Mesa-libgbm-devel
BuildRequires: alsa-lib-devel
+BuildRequires: ddcutil-devel
BuildRequires: glib2-devel
-BuildRequires: gtk-layer-shell-devel >= 0.6
-BuildRequires: gtkmm3-devel >= 3.24
-BuildRequires: libdbusmenu-gtk3-devel
+BuildRequires: gtk4-layer-shell-devel
+BuildRequires: gtkmm4-devel >= 4.12
+BuildRequires: libdbusmenu-devel
+BuildRequires: libdrm-devel
+BuildRequires: libepoxy-devel
BuildRequires: libstdc++-devel >= 6:9
+BuildRequires: libxkbregistry-devel
BuildRequires: meson >= 0.51.0
BuildRequires: ninja
+BuildRequires: pam-devel
BuildRequires: pkgconfig
+BuildRequires: pipewire-devel >= 0.3
+BuildRequires: pipewire-wireplumber-devel >= 0.5
BuildRequires: pulseaudio-devel >= 2.0
+BuildRequires: openssl-devel
BuildRequires: rpmbuild(macros) >= 2.042
BuildRequires: tar >= 1:1.22
BuildRequires: wayfire-devel
@@ -24,12 +33,15 @@ BuildRequires: wayland-devel
BuildRequires: wayland-protocols
BuildRequires: wf-config-devel >= 0.7.0
BuildRequires: xz
+BuildRequires: yyjson-devel
+Requires(post,postun): desktop-file-utils
Requires(post,postun): gtk-update-icon-cache
Requires: gtk-layer-shell >= 0.6
-Requires: gtkmm3 >= 3.24
+Requires: gtkmm4 >= 4.12
Requires: hicolor-icon-theme
Requires: pulseaudio-libs >= 2.0
Requires: wf-config >= 0.7.0
+Requires: xdg-desktop-portal-wlr
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -59,23 +71,32 @@ rm -rf $RPM_BUILD_ROOT
%post
%update_icon_cache hicolor
+%update_desktop_database_post
%postun
%update_icon_cache hicolor
+%update_desktop_database_postun
%files
%defattr(644,root,root,755)
%doc LICENSE README.md wf-shell.ini.example
+%config(noreplace) %verify(not md5 mtime size) /etc/pam.d/wf-locker
+%config(noreplace) %verify(not md5 mtime size) /etc/xdg/xdg-desktop-portal-wlr/wayfire
%attr(755,root,root) %{_bindir}/wayland-logout
%attr(755,root,root) %{_bindir}/wf-background
%attr(755,root,root) %{_bindir}/wf-dock
+%attr(755,root,root) %{_bindir}/wf-locker
+%attr(755,root,root) %{_bindir}/wf-locker-pin
%attr(755,root,root) %{_bindir}/wf-panel
+%attr(755,root,root) %{_bindir}/wf-stream-chooser
+%{_desktopdir}/wf-locker-pin.desktop
%{_iconsdir}/hicolor/*x*/apps/wayfire.png
%{_iconsdir}/hicolor/scalable/apps/wayfire.svg
-%{_datadir}/wayfire/css
-%{_datadir}/wayfire/icons/wayfire.png
-%{_datadir}/wayfire/metadata/wf-shell
-%{_datadir}/wayfire/wallpaper.jpg
+%dir %{_datadir}/wf-shell
+%{_datadir}/wf-shell/backgrounds
+%{_datadir}/wf-shell/css
+%{_datadir}/wf-shell/icons
+%{_datadir}/wf-shell/metadata
%{_mandir}/man1/wayland-logout.1*
%files devel
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/wf-shell.git/commitdiff/36facf1d7d7b4fa283ed6b7193ed069595c1b902
More information about the pld-cvs-commit
mailing list