mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/conky: fix
This commit is contained in:
parent
db17c89b19
commit
77744b0157
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
# Contributor: Partha Chowdhury <kira.laucas@gmail.com>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - remove dependency on libxnvctrl
|
||||
# - remove dependencies on libxnvctrl, libXNVCtrl.so
|
||||
# - remove -D BUILD_NVIDIA=ON
|
||||
|
||||
pkgname=conky
|
||||
|
@ -19,7 +19,7 @@ makedepends=('cmake' 'docbook2x' 'docbook-xsl' 'man-db' 'git')
|
|||
depends=(
|
||||
'glibc' 'glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft' 'imlib2'
|
||||
'libxml2' 'libpulse' 'systemd-libs' 'ncurses' 'curl'
|
||||
libncursesw.so libXNVCtrl.so libsystemd.so libpulse.so libcurl.so)
|
||||
libncursesw.so libsystemd.so libpulse.so libcurl.so)
|
||||
source=("git+https://github.com/brndnmtthws/conky.git#commit=${_gitcommit}?signed")
|
||||
sha512sums=('SKIP')
|
||||
b2sums=('SKIP')
|
||||
|
|
Loading…
Reference in a new issue