fix: add power profiles daemon as a dependency

This commit is contained in:
Kevin Diaz 2025-10-10 17:22:00 -04:00
parent 1a47632120
commit abdee423ee
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pkgbase = noctalia-shell
pkgdesc = A sleek and minimal desktop shell thoughtfully crafted for Wayland, built with Quickshell.
pkgver = 2.16.1
pkgrel = 1
pkgrel = 2
url = https://github.com/noctalia-dev/noctalia-shell
arch = any
license = MIT
@ -11,6 +11,7 @@ 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

View file

@ -3,7 +3,7 @@
pkgname=noctalia-shell
pkgver=2.16.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"
@ -16,6 +16,7 @@ depends=(
'gpu-screen-recorder'
'brightnessctl'
'ddcutil'
'power-profiles-daemon'
)
optdepends=(