mirror of
https://github.com/archlinux/aur.git
synced 2026-02-20 12:33:42 +01:00
fix: add power profiles daemon as a dependency
This commit is contained in:
parent
1a47632120
commit
abdee423ee
2 changed files with 4 additions and 2 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -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=(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue