fix(aur): Example config fonts as optional deps
This commit is contained in:
parent
376c483dd4
commit
5cbdc58d10
@ -18,6 +18,8 @@ pkgbase = polybar-git
|
|||||||
optdepends = wireless_tools: network module support
|
optdepends = wireless_tools: network module support
|
||||||
optdepends = jsoncpp: i3 module support
|
optdepends = jsoncpp: i3 module support
|
||||||
optdepends = i3ipc-glib-git: 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
|
provides = polybar
|
||||||
conflicts = polybar
|
conflicts = polybar
|
||||||
conflicts = lemonbuddy-git
|
conflicts = lemonbuddy-git
|
||||||
|
@ -13,7 +13,9 @@ optdepends=("alsa-lib: volume module support"
|
|||||||
"libmpdclient: mpd module support"
|
"libmpdclient: mpd module support"
|
||||||
"wireless_tools: network module support"
|
"wireless_tools: network module support"
|
||||||
"jsoncpp: i3 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")
|
makedepends=("cmake" "python2" "pkg-config" "boost")
|
||||||
provides=("polybar")
|
provides=("polybar")
|
||||||
conflicts=("polybar" "lemonbuddy-git" "lemonbuddy")
|
conflicts=("polybar" "lemonbuddy-git" "lemonbuddy")
|
||||||
|
@ -18,6 +18,8 @@ pkgbase = polybar
|
|||||||
optdepends = wireless_tools: network module support
|
optdepends = wireless_tools: network module support
|
||||||
optdepends = jsoncpp: i3 module support
|
optdepends = jsoncpp: i3 module support
|
||||||
optdepends = i3ipc-glib-git: 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 = polybar-git
|
||||||
conflicts = lemonbuddy-git
|
conflicts = lemonbuddy-git
|
||||||
conflicts = lemonbuddy
|
conflicts = lemonbuddy
|
||||||
|
@ -12,7 +12,9 @@ optdepends=("alsa-lib: volume module support"
|
|||||||
"libmpdclient: mpd module support"
|
"libmpdclient: mpd module support"
|
||||||
"wireless_tools: network module support"
|
"wireless_tools: network module support"
|
||||||
"jsoncpp: i3 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")
|
makedepends=("cmake" "python2" "pkg-config" "boost")
|
||||||
conflicts=("polybar-git" "lemonbuddy-git" "lemonbuddy")
|
conflicts=("polybar-git" "lemonbuddy-git" "lemonbuddy")
|
||||||
source=("${pkgname}::git+${url}.git#tag=${pkgver}")
|
source=("${pkgname}::git+${url}.git#tag=${pkgver}")
|
||||||
|
Loading…
Reference in New Issue
Block a user