mirror of
https://github.com/polybar/polybar.git
synced 2024-11-18 13:55:11 -05:00
fix(aur): Example config fonts as optional deps
This commit is contained in:
parent
376c483dd4
commit
5cbdc58d10
4 changed files with 10 additions and 2 deletions
|
@ -18,6 +18,8 @@ pkgbase = polybar-git
|
|||
optdepends = wireless_tools: network module support
|
||||
optdepends = jsoncpp: i3 module support
|
||||
optdepends = i3ipc-glib-git: i3 module support
|
||||
optdepends = ttf-unifont: Font used in example config
|
||||
optdepends = siji-git: Font used in example config
|
||||
provides = polybar
|
||||
conflicts = polybar
|
||||
conflicts = lemonbuddy-git
|
||||
|
|
|
@ -13,7 +13,9 @@ optdepends=("alsa-lib: volume module support"
|
|||
"libmpdclient: mpd module support"
|
||||
"wireless_tools: network module support"
|
||||
"jsoncpp: i3 module support"
|
||||
"i3ipc-glib-git: i3 module support")
|
||||
"i3ipc-glib-git: i3 module support"
|
||||
"ttf-unifont: Font used in example config"
|
||||
"siji-git: Font used in example config")
|
||||
makedepends=("cmake" "python2" "pkg-config" "boost")
|
||||
provides=("polybar")
|
||||
conflicts=("polybar" "lemonbuddy-git" "lemonbuddy")
|
||||
|
|
|
@ -18,6 +18,8 @@ pkgbase = polybar
|
|||
optdepends = wireless_tools: network module support
|
||||
optdepends = jsoncpp: i3 module support
|
||||
optdepends = i3ipc-glib-git: i3 module support
|
||||
optdepends = ttf-unifont: Font used in example config
|
||||
optdepends = siji-git: Font used in example config
|
||||
conflicts = polybar-git
|
||||
conflicts = lemonbuddy-git
|
||||
conflicts = lemonbuddy
|
||||
|
|
|
@ -12,7 +12,9 @@ optdepends=("alsa-lib: volume module support"
|
|||
"libmpdclient: mpd module support"
|
||||
"wireless_tools: network module support"
|
||||
"jsoncpp: i3 module support"
|
||||
"i3ipc-glib-git: i3 module support")
|
||||
"i3ipc-glib-git: i3 module support"
|
||||
"ttf-unifont: Font used in example config"
|
||||
"siji-git: Font used in example config")
|
||||
makedepends=("cmake" "python2" "pkg-config" "boost")
|
||||
conflicts=("polybar-git" "lemonbuddy-git" "lemonbuddy")
|
||||
source=("${pkgname}::git+${url}.git#tag=${pkgver}")
|
||||
|
|
Loading…
Reference in a new issue