Add pkg-config as a dependency

master
Joseph Donofry 2022-05-28 23:21:53 -04:00
parent d1d438d60b
commit 38bb787c52
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
2 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
pkgbase = nheko-git
pkgdesc = Desktop client for the Matrix protocol
pkgver = 0.9.3.r66.g7138c7a4
pkgver = 0.9.3.r149.g537d363d
pkgrel = 1
url = https://github.com/Nheko-Reborn/nheko
arch = i686
@ -35,8 +35,9 @@ pkgbase = nheko-git
depends = spdlog
depends = curl
depends = libevent
depends = pkg-config
optdepends = qt-jdenticon
provides = nheko=0.9.3.r66.g7138c7a4
provides = nheko=0.9.3.r149.g537d363d
conflicts = nheko
source = nheko-git::git+https://github.com/Nheko-Reborn/nheko.git#branch=master
md5sums = SKIP

View File

@ -2,7 +2,7 @@
# Maintainer: Joseph Donofry <joe at joedonofry dot com>
pkgname=nheko-git
pkgver=0.9.3.r66.g7138c7a4
pkgver=0.9.3.r149.g537d363d
pkgrel=1
pkgdesc="Desktop client for the Matrix protocol"
arch=("i686" "x86_64" "aarch64")
@ -10,7 +10,7 @@ arch=("i686" "x86_64" "aarch64")
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")
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" "pkg-config")
makedepends=("git" "cmake" "gcc" "fontconfig" "qt5-tools" "nlohmann-json" "asciidoc")
optdepends=("qt-jdenticon")
provides=("nheko=${pkgver}")