fix: move power profiles as an optional dependency

This commit is contained in:
Kevin Diaz 2025-10-10 18:44:15 -04:00
parent abdee423ee
commit c2c4ebea66
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -11,11 +11,11 @@ pkgbase = noctalia-shell
depends = gpu-screen-recorder
depends = brightnessctl
depends = ddcutil
depends = power-profiles-daemon
optdepends = cliphist: For clipboard history support
optdepends = matugen-bin: Material You color scheme generation
optdepends = cava: Audio visualizer component
optdepends = wlsunset: For supporting NightLight
optdepends = power-profiles-daemon: For power profile management
conflicts = noctalia-shell-git
source = git+https://github.com/noctalia-dev/noctalia-shell.git#tag=v2.16.1
sha256sums = 29d2f678aef52e8181c2ded529bfc0aca9864ac5d6b2719deeefc123d2e0af9a

View file

@ -3,7 +3,7 @@
pkgname=noctalia-shell
pkgver=2.16.1
pkgrel=2
pkgrel=3
pkgdesc="A sleek and minimal desktop shell thoughtfully crafted for Wayland, built with Quickshell."
arch=('any')
url="https://github.com/noctalia-dev/noctalia-shell"
@ -16,7 +16,6 @@ depends=(
'gpu-screen-recorder'
'brightnessctl'
'ddcutil'
'power-profiles-daemon'
)
optdepends=(
@ -24,6 +23,7 @@ optdepends=(
'matugen-bin: Material You color scheme generation'
'cava: Audio visualizer component'
'wlsunset: For supporting NightLight'
'power-profiles-daemon: For power profile management'
)
conflicts=('noctalia-shell-git')