diff --git a/anda/desktops/noctalia-shell/anda.hcl b/anda/desktops/noctalia-shell/anda.hcl new file mode 100644 index 0000000000..40cee1a4b7 --- /dev/null +++ b/anda/desktops/noctalia-shell/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "noctalia-shell.spec" + } +} diff --git a/anda/desktops/noctalia-shell/noctalia-shell.spec b/anda/desktops/noctalia-shell/noctalia-shell.spec new file mode 100644 index 0000000000..c2b72dd936 --- /dev/null +++ b/anda/desktops/noctalia-shell/noctalia-shell.spec @@ -0,0 +1,46 @@ +%global debug_package %{nil} + +Name: noctalia-shell +Version: 3.8.0 +Release: 1%?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 + +Requires: brightnessctl +Requires: dejavu-sans-fonts +Requires: gpu-screen-recorder +Requires: qt6-qtmultimedia +Requires: quickshell + +Recommends: cava +Recommends: cliphist +Recommends: ddcutil +Recommends: matugen +Recommends: power-profiles-daemon +Recommends: wlsunset + +Packager: Willow Reed + +%description +A beautiful, minimal desktop shell for Wayland that actually gets out of your way. Built on Quickshell with a warm lavender aesthetic that you can easily customize to match your vibe. + +%prep +%autosetup -n noctalia-release + +%build + +%install +install -d -m 0755 %{buildroot}/etc/xdg/quickshell/noctalia-shell +cp -r ./* %{buildroot}/etc/xdg/quickshell/noctalia-shell/ + +%files +%doc README.md +%license LICENSE +%{_sysconfdir}/xdg/quickshell/noctalia-shell/ + +%changelog +* Fri Jan 02 2026 Willow Reed +- Initial commit \ No newline at end of file diff --git a/anda/desktops/noctalia-shell/update.rhai b/anda/desktops/noctalia-shell/update.rhai new file mode 100644 index 0000000000..1c9be28be7 --- /dev/null +++ b/anda/desktops/noctalia-shell/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("noctalia-dev/noctalia-shell"));