Fix: Add sound to GUI setup
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
4c59dbce30
commit
f10a37ad9e
1 changed files with 7 additions and 1 deletions
8
PKGBUILD
8
PKGBUILD
|
@ -6,7 +6,7 @@ pkgname=(
|
|||
luzifer-devel
|
||||
luzifer-gui
|
||||
)
|
||||
pkgver=0.6.0
|
||||
pkgver=0.6.1
|
||||
pkgrel=1
|
||||
pkgdesc='System configuration for @luzifer systems'
|
||||
arch=(any)
|
||||
|
@ -162,4 +162,10 @@ package_luzifer-gui() {
|
|||
xbindkeys
|
||||
xclip
|
||||
)
|
||||
|
||||
# Add sound
|
||||
depends+=(
|
||||
pulseaudio
|
||||
pulsemixer
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue