mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
fix: noctalia-shell: switch gpu-screen-recorder to recommended and fix source tar path (#10400)
* switch gpu-screen-recorder to recommended; switch source0 tar to be based on version instead of being latest * i forgot the release lol * i forgot to add the v lol
This commit is contained in:
@@ -2,16 +2,15 @@
|
||||
|
||||
Name: noctalia-shell
|
||||
Version: 4.6.5
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A Quickshell-based custom shell setup
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/noctalia-dev/noctalia-shell
|
||||
Source0: https://github.com/noctalia-dev/noctalia-shell/releases/latest/download/noctalia-latest.tar.gz
|
||||
Source0: https://github.com/noctalia-dev/noctalia-shell/releases/download/v%{version}/noctalia-v%{version}.tar.gz
|
||||
|
||||
Requires: brightnessctl
|
||||
Requires: dejavu-sans-fonts
|
||||
Requires: gpu-screen-recorder
|
||||
Requires: qt6-qtmultimedia
|
||||
Requires: noctalia-qs
|
||||
Requires: xdg-desktop-portal
|
||||
@@ -22,6 +21,7 @@ Recommends: ddcutil
|
||||
Recommends: matugen
|
||||
Recommends: power-profiles-daemon
|
||||
Recommends: wlsunset
|
||||
Recommends: gpu-screen-recorder
|
||||
|
||||
Packager: Willow Reed <willow@willowidk.dev>
|
||||
|
||||
@@ -43,6 +43,9 @@ cp -r ./* %{buildroot}/etc/xdg/quickshell/noctalia-shell/
|
||||
%{_sysconfdir}/xdg/quickshell/noctalia-shell/
|
||||
|
||||
%changelog
|
||||
* Mon Mar 09 2026 Willow C Reed <willow@willowidk.dev>
|
||||
- switch gpu-screen-recorder to be recommended as it's a plugin and not required anymore. also switched source to be based on version.
|
||||
|
||||
* Fri Feb 27 2026 Willow C Reed <willow@willowidk.dev>
|
||||
- Change required quickshell to Noctalia's version
|
||||
|
||||
|
||||
Reference in New Issue
Block a user