Add asciidoc makedepends and install man page

master
Joseph Donofry 2022-01-02 13:12:10 -05:00
parent 3e423be5fb
commit 52e76aee0b
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
2 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,6 @@
pkgbase = nheko-git
pkgdesc = Desktop client for the Matrix protocol
pkgver = 0.9.1.r7.gbccab87a
pkgver = 0.9.1.r73.g1c83ce1e
pkgrel = 1
url = https://github.com/Nheko-Reborn/nheko
arch = i686
@ -13,6 +13,7 @@ pkgbase = nheko-git
makedepends = fontconfig
makedepends = qt5-tools
makedepends = nlohmann-json
makedepends = asciidoc
depends = qt5-base
depends = lmdb
depends = qt5-graphicaleffects

View File

@ -2,7 +2,7 @@
# Maintainer: Joseph Donofry <joe at joedonofry dot com>
pkgname=nheko-git
pkgver=0.9.1.r7.gbccab87a
pkgver=0.9.1.r73.g1c83ce1e
pkgrel=1
pkgdesc="Desktop client for the Matrix protocol"
arch=("i686" "x86_64" "aarch64")
@ -11,7 +11,7 @@ url="https://github.com/Nheko-Reborn/nheko"
license=("GPL3")
depends=("qt5-base" "lmdb" "qt5-graphicaleffects" "qt5-multimedia" "qt5-svg" "qt5-quickcontrols2" "qt5-declarative" "qtkeychain-qt5" "cmark" "openssl" "hicolor-icon-theme" "gstreamer" "gst-plugins-base" "gst-plugins-good" "gst-plugins-bad" "gst-plugin-qmlgl" "libnice" "libolm" "spdlog" "curl" "libevent")
makedepends=("git" "cmake" "gcc" "fontconfig" "qt5-tools" "nlohmann-json")
makedepends=("git" "cmake" "gcc" "fontconfig" "qt5-tools" "nlohmann-json" "asciidoc")
optdepends=("qt-jdenticon")
provides=("nheko")
conflicts=("nheko")
@ -50,6 +50,9 @@ package() {
install -Dm644 "$srcdir/$pkgname/resources/nheko-256.png" "$pkgdir/usr/share/pixmaps/nheko.png"
install -Dm644 "$srcdir/$pkgname/resources/nheko.desktop" "$pkgdir/usr/share/applications/nheko.desktop"
# Man entry
install -Dm644 "$srcdir/$pkgname/build/man/nheko.1" "$pkgdir/usr/share/man/man1/nheko.1"
# Icons
local icon_size icon_dir
for icon_size in 16 32 48 64 128 256 512; do