Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions anda/desktops/noctalia-legacy/anda.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "noctalia-legacy.spec"
}
}
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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!)
Expand Down
6 changes: 6 additions & 0 deletions anda/desktops/noctalia-legacy/update.rhai
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
let v = gh("noctalia-dev/noctalia");
v.crop(1);

if v < "5" {
rpm.version(v);
}
5 changes: 0 additions & 5 deletions anda/desktops/noctalia-shell/anda.hcl

This file was deleted.

6 changes: 0 additions & 6 deletions anda/desktops/noctalia-shell/update.rhai

This file was deleted.

Loading