[arch-commits] Commit in conky/trunk (PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Thu Aug 29 22:32:56 UTC 2019


    Date: Thursday, August 29, 2019 @ 22:32:56
  Author: bisson
Revision: 361394

enable nvidia support FS#62385

Modified:
  conky/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-29 22:26:51 UTC (rev 361393)
+++ PKGBUILD	2019-08-29 22:32:56 UTC (rev 361394)
@@ -5,7 +5,7 @@
 
 pkgname=conky
 pkgver=1.11.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight system monitor for X'
 url='https://github.com/brndnmtthws/conky'
 license=('BSD' 'GPL')
@@ -12,7 +12,7 @@
 arch=('x86_64')
 makedepends=('cmake' 'docbook2x' 'docbook-xsl' 'man-db' 'git')
 depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
-         'imlib2' 'libxml2' 'libpulse')
+         'imlib2' 'libxml2' 'libpulse' 'libxnvctrl')
 source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz")
 sha256sums=('4cefdd92219a90934c28297e4ac7448a3f69d6aeec5d48c5763b23f6b214ef13')
 options=('!strip' 'debug')
@@ -30,6 +30,7 @@
 		-D BUILD_IMLIB2=ON \
 		-D BUILD_CURL=ON \
 		-D BUILD_RSS=ON \
+		-D BUILD_NVIDIA=ON \
 		-D BUILD_WEATHER_METAR=ON \
 		-D BUILD_PULSEAUDIO=ON \
 		-D BUILD_JOURNAL=ON \



More information about the arch-commits mailing list