summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Sakalis2019-08-30 19:33:22 +0200
committerChris Sakalis2019-08-30 19:33:22 +0200
commit0a48661bb844442b023e4bb9f0c355ec2d36f874 (patch)
tree3df45da29aa4329acccce432237ec3151dbd0b35 /PKGBUILD
parentf72a6d2eb0c655c9136b6577c8c917f36f980834 (diff)
downloadaur-conky-nvidia.tar.gz
Added BUILD_DOCS=ON in the cmake config
This will make sure that the manpage is built when building conky. The upstream version does this as well.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3bb3e455e49b..5e0b3a792c4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=conky-nvidia
_pkgname=conky
pkgver=1.11.5
-pkgrel=2
+pkgrel=3
pkgdesc='Lightweight system monitor for X'
provides=('conky')
conflicts=('conky')
@@ -31,6 +31,7 @@ build() {
-D CMAKE_BUILD_TYPE=Release \
-D MAINTAINER_MODE=ON \
-D BUILD_CURL=ON \
+ -D BUILD_DOCS=ON \
-D BUILD_IMLIB2=ON \
-D BUILD_JOURNAL=ON \
-D BUILD_NVIDIA=ON \