chore: rename noctalia-shell to noctalia-legacy (#12992) (#13325)

* rename noctalia-shell, add postinstall message

* Update anda/desktops/noctalia-shell/noctalia-shell.spec




* Update anda/desktops/noctalia-shell/noctalia-shell.spec




* rename folder and add changelog

* didn't remove noctalia-shell apparently

* fix update script

---------



(cherry picked from commit 651126bcb8)

Signed-off-by: Cypress Reed <willow@willowidk.dev>
Co-authored-by: Cypress Reed <cypress@fyralabs.com>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
This commit is contained in:
Raboneko
2026-06-24 10:38:21 -05:00
committed by GitHub
parent dafecc56ca
commit e8e64f8a89
5 changed files with 21 additions and 15 deletions
+5
View File
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "noctalia-legacy.spec"
}
}
@@ -1,13 +1,13 @@
%global debug_package %{nil}
Name: noctalia-shell
Name: noctalia-legacy
Version: 4.7.7
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/download/v%{version}/noctalia-v%{version}.tar.gz
URL: https://github.com/noctalia-dev/noctalia
Source0: https://github.com/noctalia-dev/noctalia/releases/download/v%{version}/noctalia-v%{version}.tar.gz
Requires: brightnessctl
Requires: dejavu-sans-fonts
@@ -23,6 +23,8 @@ Recommends: power-profiles-daemon
Recommends: wlsunset
Recommends: gpu-screen-recorder
Obsoletes: noctalia-shell <= 4.7.7-1
Packager: Cypress Reed <cypress@fyralabs.com>
%description
@@ -42,6 +44,10 @@ cp -r ./* %{buildroot}/etc/xdg/quickshell/noctalia-shell/
%license LICENSE
%{_sysconfdir}/xdg/quickshell/noctalia-shell/
%post
echo "noctalia-shell has been renamed to noctalia"
echo "noctalia v5 is coming soon! keep an eye out as this legacy package will become obsolete"
%changelog
* Thu Jun 04 2026 Cypress Reed <cypress@fyralabs.com>
- Update email and name (was Willow Reed or Willow C Reed) (I'm official now!)
@@ -0,0 +1,6 @@
let v = gh("noctalia-dev/noctalia");
v.crop(1);
if v < "5" {
rpm.version(v);
}
-5
View File
@@ -1,5 +0,0 @@
project pkg {
rpm {
spec = "noctalia-shell.spec"
}
}
-6
View File
@@ -1,6 +0,0 @@
let v = gh("noctalia-dev/noctalia-shell");
v.crop(1);
if v < "5" {
rpm.version(v);
}