mirror of
https://github.com/polybar/polybar.git
synced 2024-11-11 13:50:56 -05:00
Revert "fix(aur): Add xorgproto package as make dependency"
This reverts commit a902b5a449
.
This commit is contained in:
parent
1fe679d6b3
commit
fdf4d0c1a5
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ optdepends=("i3-wm: i3 module support"
|
|||
"ttf-unifont: Font used in example config"
|
||||
"siji-git: Font used in example config"
|
||||
"xorg-fonts-misc: Font used in example config")
|
||||
makedepends=("cmake" "git" "python" "pkg-config" "xorgproto" "python-sphinx" "i3-wm")
|
||||
makedepends=("cmake" "git" "python" "pkg-config" "python-sphinx" "i3-wm")
|
||||
provides=("polybar")
|
||||
conflicts=("polybar")
|
||||
install="${_pkgname}.install"
|
||||
|
|
|
@ -12,7 +12,7 @@ optdepends=("i3-wm: i3 module support"
|
|||
"ttf-unifont: Font used in example config"
|
||||
"siji-git: Font used in example config"
|
||||
"xorg-fonts-misc: Font used in example config")
|
||||
makedepends=("cmake" "git" "python" "pkg-config" "xorgproto" "python-sphinx" "i3-wm")
|
||||
makedepends=("cmake" "git" "python" "pkg-config" "python-sphinx" "i3-wm")
|
||||
conflicts=("polybar-git")
|
||||
install="${pkgname}.install"
|
||||
source=(${url}/releases/download/${pkgver}/polybar-${pkgver}.tar)
|
||||
|
|
Loading…
Reference in a new issue