fix(aur): Update package files
This commit is contained in:
parent
5c561e3d77
commit
2dc8553dff
@ -10,7 +10,6 @@ pkgbase = polybar-git
|
|||||||
makedepends = python
|
makedepends = python
|
||||||
makedepends = python2
|
makedepends = python2
|
||||||
makedepends = pkg-config
|
makedepends = pkg-config
|
||||||
makedepends = boost
|
|
||||||
depends = libxft
|
depends = libxft
|
||||||
depends = xcb-util-wm
|
depends = xcb-util-wm
|
||||||
depends = xcb-util-image
|
depends = xcb-util-image
|
||||||
@ -19,6 +18,7 @@ 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 = curl: github module support
|
||||||
optdepends = ttf-unifont: Font used in example config
|
optdepends = ttf-unifont: Font used in example config
|
||||||
optdepends = siji-git: Font used in example config
|
optdepends = siji-git: Font used in example config
|
||||||
provides = polybar
|
provides = polybar
|
||||||
|
@ -15,8 +15,9 @@ optdepends=("alsa-lib: volume 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"
|
"ttf-unifont: Font used in example config"
|
||||||
"siji-git: Font used in example config")
|
"siji-git: Font used in example config"
|
||||||
makedepends=("cmake" "python" "python2" "pkg-config" "boost")
|
"curl: github module support")
|
||||||
|
makedepends=("cmake" "python" "python2" "pkg-config")
|
||||||
provides=("polybar")
|
provides=("polybar")
|
||||||
conflicts=("polybar" "lemonbuddy-git" "lemonbuddy")
|
conflicts=("polybar" "lemonbuddy-git" "lemonbuddy")
|
||||||
source=("${_pkgname}::git+${url}.git")
|
source=("${_pkgname}::git+${url}.git")
|
||||||
@ -37,7 +38,7 @@ build() {
|
|||||||
cd "${_pkgname}" || exit
|
cd "${_pkgname}" || exit
|
||||||
[ -x version.sh ] && ./version.sh >/dev/null
|
[ -x version.sh ] && ./version.sh >/dev/null
|
||||||
cd build || exit
|
cd build || exit
|
||||||
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ..
|
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -10,7 +10,6 @@ pkgbase = polybar
|
|||||||
makedepends = python
|
makedepends = python
|
||||||
makedepends = python2
|
makedepends = python2
|
||||||
makedepends = pkg-config
|
makedepends = pkg-config
|
||||||
makedepends = boost
|
|
||||||
depends = libxft
|
depends = libxft
|
||||||
depends = xcb-util-wm
|
depends = xcb-util-wm
|
||||||
depends = xcb-util-image
|
depends = xcb-util-image
|
||||||
@ -19,6 +18,7 @@ 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 = curl: github module support
|
||||||
optdepends = ttf-unifont: Font used in example config
|
optdepends = ttf-unifont: Font used in example config
|
||||||
optdepends = siji-git: Font used in example config
|
optdepends = siji-git: Font used in example config
|
||||||
conflicts = polybar-git
|
conflicts = polybar-git
|
||||||
|
@ -14,8 +14,9 @@ optdepends=("alsa-lib: volume 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"
|
"ttf-unifont: Font used in example config"
|
||||||
"siji-git: Font used in example config")
|
"siji-git: Font used in example config"
|
||||||
makedepends=("cmake" "python" "python2" "pkg-config" "boost")
|
"curl: github module support")
|
||||||
|
makedepends=("cmake" "python" "python2" "pkg-config")
|
||||||
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}")
|
||||||
md5sums=("SKIP")
|
md5sums=("SKIP")
|
||||||
@ -28,7 +29,7 @@ prepare() {
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${pkgname}/build" || exit
|
cd "${pkgname}/build" || exit
|
||||||
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ..
|
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user