Name: sl-desktop-surface Version: 1.0.0 Release: 100.1.1%{?dist} Summary: Sl's native desktop surface for Niri and Wayland License: Apache-2.0 URL: https://slsrepo.com Source0: sl-desktop-surface-sources.tar.gz BuildRequires: gcc BuildRequires: meson BuildRequires: ninja-build BuildRequires: python3 BuildRequires: pkgconf-pkg-config BuildRequires: gtk4-devel BuildRequires: gtk4-layer-shell-devel BuildRequires: glib2-devel Requires: gtk4 Requires: gtk4-layer-shell Requires: glib2 %description sl-desktop-surface provides traditional desktop-file behavior for Niri and Wayland without replacing the user's shell, panel, dock, wallpaper daemon, or DMS. %prep %setup -q -n sl-desktop-surface %build python3 scripts/generate-translations.py %meson %meson_build %install %meson_install %files %{_bindir}/sl-desktop-surface %changelog * Sat Aug 29 2026 Sl (Shahaf Levi) - 1.0.0-1 - Add an Extra Large desktop icon size while preserving the existing size choices and shortcuts. - Keep files with unavailable modified/creation timestamps at the end in both sort directions. * Sat Aug 29 2026 Sl (Shahaf Levi) - 0.4.0-1 - Add accessible file/folder labels and visible keyboard focus. - Add Tab/Shift+Tab and spatial arrow-key desktop navigation while preserving Enter/F2/Delete actions. - Add persistent Small/Medium/Large desktop icon sizing with menu and Ctrl +/-/0 shortcuts. * Fri Aug 28 2026 Sl (Shahaf Levi) - 0.3.4-1 - Fix RTL context-menu text, selection-mark, and submenu-arrow alignment. * Fri Aug 28 2026 Sl (Shahaf Levi) - 0.3.3-1 - Unify file and desktop context-menu typography and light/dark styling. - Replace the five top-level arrange entries with an Arrange by submenu. - Add independent ascending/descending sorting and explicit modified/creation date sorting. - Add --locale, --lang, and --language runtime locale overrides. * Fri Aug 28 2026 Sl (Shahaf Levi) - 0.3.2-1 - Follow the system XDG light/dark appearance preference and update live. - Fix dropped-file naming helper build failure by passing application state explicitly.