aboutsummaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2019-03-24 13:39:47 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2019-03-24 13:39:47 +0200
commit72575ccadb235c6636ef0e10519caee5dc2a4ffd (patch)
treeb690cab7953ef010432ec0a420e9bbc35aa5d97b /linux
parentAdded firejail profile workarounds for amd cpu and/or ati graphics (diff)
downloadsmolbote-72575ccadb235c6636ef0e10519caee5dc2a4ffd.tar.xz
Use scdoc to generate manpages
Diffstat (limited to 'linux')
-rw-r--r--linux/makepkg/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/makepkg/PKGBUILD b/linux/makepkg/PKGBUILD
index 105d6f3..179dab3 100644
--- a/linux/makepkg/PKGBUILD
+++ b/linux/makepkg/PKGBUILD
@@ -14,7 +14,7 @@ license=('GPL3')
depends=('qt5-webengine>=5.11.0' 'boost-libs>=1.66.0')
optdepends=('firejail: launch a sandboxed instance')
-makedepends=('git' 'meson' 'boost' 'python-kconfiglib' 'openssl')
+makedepends=('git' 'meson' 'boost' 'python-kconfiglib' 'openssl' 'scdoc')
# this is the central repository
source=("git+https://neueland.iserlohn-fortress.net/gitea/aeon/smolbote.git"
@@ -85,6 +85,7 @@ build() {
# b_lto: Use link time optimization
meson --buildtype=plain --prefix=/usr/local --auto-features=disabled \
-Db_pie=true -Db_lto=true -Dcpp_link_args="-fuse-ld=gold" \
+ -Dmanpage=enabled \
$srcdir/build
# Run menuconfig