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