mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-22 20:25:39 +02:00
pkgbuild: add pipewire dependency
This commit is contained in:
parent
690bd630a2
commit
a5e79d14b7
2 changed files with 3 additions and 1 deletions
1
PKGBUILD
1
PKGBUILD
|
@ -16,6 +16,7 @@ depends=(
|
||||||
'json-c'
|
'json-c'
|
||||||
'libmpdclient'
|
'libmpdclient'
|
||||||
'libpulse'
|
'libpulse'
|
||||||
|
'pipewire'
|
||||||
'fcft>=3.0.0' 'fcft<4.0.0')
|
'fcft>=3.0.0' 'fcft<4.0.0')
|
||||||
optdepends=('xcb-util-errors: better X error messages')
|
optdepends=('xcb-util-errors: better X error messages')
|
||||||
source=()
|
source=()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
pkgname=yambar-wayland
|
pkgname=yambar-wayland
|
||||||
pkgver=1.8.0
|
pkgver=1.8.0.r111.g690bd63
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Simplistic and highly configurable status panel for Wayland"
|
pkgdesc="Simplistic and highly configurable status panel for Wayland"
|
||||||
arch=('x86_64' 'aarch64')
|
arch=('x86_64' 'aarch64')
|
||||||
|
@ -17,6 +17,7 @@ depends=(
|
||||||
'json-c'
|
'json-c'
|
||||||
'libmpdclient'
|
'libmpdclient'
|
||||||
'libpulse'
|
'libpulse'
|
||||||
|
'pipewire'
|
||||||
'fcft>=3.0.0' 'fcft<4.0.0')
|
'fcft>=3.0.0' 'fcft<4.0.0')
|
||||||
source=()
|
source=()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue