fix(noctalia-qs): notification-daemon and polkit provides (#10896) (#10900)

This commit is contained in:
Raboneko
2026-03-29 13:11:06 -07:00
committed by GitHub
parent a5d51baae5
commit ae2fb6af10
+7 -1
View File
@@ -2,7 +2,7 @@
Name: noctalia-qs
Version: 0.0.10
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Flexible QtQuick based desktop shell toolkit
License: LGPL-3.0-only AND GPL-3.0-only
URL: https://github.com/noctalia-dev/noctalia-qs
@@ -38,6 +38,9 @@ BuildRequires: polkit-devel
Conflicts: quickshell
Provides: quickshell
Provides: desktop-notification-daemon
Provides: PolicyKit-authentication-agent
%description
Flexible QtQuick based desktop shell toolkit.
@@ -70,6 +73,9 @@ Flexible QtQuick based desktop shell toolkit.
%{_libdir}/qt6/qml/Quickshell
%changelog
* Sun Mar 29 2026 Willow C Reed <terra@willowidk.dev>
- Add provides for a polkit agent and desktop notification daemon (so gnome doesn't get installed)
* Thu Mar 05 2026 Willow C Reed <terra@willowidk.dev>
- Fix reision to actually be defined as a specific git commit since it never gets initialized rn
- Also fix that noctalia-qs is replacing quickshell overall and not just for noctlaia users