mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-20 03:35:41 +02:00
PKGBUILD: we depend on tllist and fcft instead of fontconfig/freetype
This commit is contained in:
parent
51a6631c19
commit
efd27c41ad
2 changed files with 6 additions and 4 deletions
5
PKGBUILD
5
PKGBUILD
|
@ -9,12 +9,13 @@ makedepends=('meson' 'ninja' 'scdoc')
|
|||
depends=(
|
||||
'libxcb' 'xcb-util' 'xcb-util-cursor' 'xcb-util-wm'
|
||||
'wayland' 'wlroots'
|
||||
'freetype2' 'fontconfig' 'pixman'
|
||||
'pixman'
|
||||
'libyaml'
|
||||
'alsa-lib'
|
||||
'libudev.so'
|
||||
'json-c'
|
||||
'libmpdclient')
|
||||
'libmpdclient'
|
||||
'tllist' 'fcft')
|
||||
optdepends=('xcb-util-errors: better X error messages')
|
||||
source=()
|
||||
|
||||
|
|
|
@ -10,12 +10,13 @@ provides=('yambar')
|
|||
makedepends=('meson' 'ninja' 'scdoc')
|
||||
depends=(
|
||||
'wayland' 'wlroots'
|
||||
'freetype2' 'fontconfig' 'pixman'
|
||||
'pixman'
|
||||
'libyaml'
|
||||
'alsa-lib'
|
||||
'libudev.so'
|
||||
'json-c'
|
||||
'libmpdclient')
|
||||
'libmpdclient'
|
||||
'tllist' 'fcft')
|
||||
source=()
|
||||
|
||||
pkgver() {
|
||||
|
|
Loading…
Add table
Reference in a new issue