Package Details: noctalia-shell 4.1.1-1

Git Clone URL: https://aur.archlinux.org/noctalia-shell.git (read-only, click to copy)
Package Base: noctalia-shell
Description: A sleek and minimal desktop shell thoughtfully crafted for Wayland, built with Quickshell.
Upstream URL: https://github.com/noctalia-dev/noctalia-shell
Licenses: MIT
Conflicts: noctalia-shell-git
Submitter: kevindiaz314
Maintainer: kevindiaz314 (Lysec, Lemmy, noctalia-dev)
Last Packager: noctalia-dev
Votes: 21
Popularity: 7.88
First Submitted: 2025-08-25 05:08 (UTC)
Last Updated: 2026-01-17 22:04 (UTC)

Dependencies (12)

Required by (0)

Sources (1)

Latest Comments

Lysec commented on 2025-11-26 10:11 (UTC)

Just fixed it @zhxqian3 :) thank you very much for mentioning it!

zhxqian3 commented on 2025-11-26 03:32 (UTC)

Hi, it looks like the dependencies might need updating:

diff --git a/.SRCINFO b/.SRCINFO
index 8415610..9a3dcf8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,19 @@
 pkgbase = noctalia-shell
    pkgdesc = A sleek and minimal desktop shell thoughtfully crafted for Wayland, built with Quickshell.
    pkgver = 3.3.1
-   pkgrel = 1
+   pkgrel = 2
    url = https://github.com/noctalia-dev/noctalia-shell
    install = noctalia-shell.install
    arch = any
    license = MIT
+   makedepends = git
    depends = quickshell
    depends = ttf-roboto
    depends = inter-font
    depends = gpu-screen-recorder
    depends = brightnessctl
    optdepends = cliphist: For clipboard history support
-   optdepends = matugen-bin: Material You color scheme generation
+   optdepends = matugen: Material You color scheme generation
    optdepends = cava: Audio visualizer component
    optdepends = wlsunset: For supporting NightLight
    optdepends = power-profiles-daemon: For power profile management
diff --git a/PKGBUILD b/PKGBUILD
index 0123930..caac64e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
 # Co-Maintainer: Lysec <itslysec@gmail.com>
 pkgname=noctalia-shell
 pkgver=3.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A sleek and minimal desktop shell thoughtfully crafted for Wayland, built with Quickshell."
 arch=('any')
 url="https://github.com/noctalia-dev/noctalia-shell"
 license=('MIT')
+makedepends=('git')
 depends=(
   'quickshell'
   'ttf-roboto'
@@ -16,7 +17,7 @@ depends=(
 )
 optdepends=(
   'cliphist: For clipboard history support'
-  'matugen-bin: Material You color scheme generation'
+  'matugen: Material You color scheme generation'
   'cava: Audio visualizer component'
   'wlsunset: For supporting NightLight'
   'power-profiles-daemon: For power profile management'

sunng commented on 2025-10-19 18:47 (UTC)

@Lysec, yes, thank you for fixing the issue

Lysec commented on 2025-10-19 09:47 (UTC)

It should be fine by now, right @sunng ?

sunng commented on 2025-10-10 22:49 (UTC)

Looks like .SRCINFO isn't updated

sunng commented on 2025-10-10 22:47 (UTC)

@kevindiaz314 Thank you very much!

kevindiaz314 commented on 2025-10-10 22:46 (UTC)

@sunng I moved power-profiles-daemon to optional

sunng commented on 2025-10-10 21:58 (UTC)

Can we make power-profiles-daemon optional? I'm using tlp which has a conflict with it.