Add more deps
parent
9b6f5973c9
commit
e04d132bac
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = nheko-git
|
pkgbase = nheko-git
|
||||||
pkgdesc = Desktop client for the Matrix protocol
|
pkgdesc = Desktop client for the Matrix protocol
|
||||||
pkgver = 0.7.2.r1902.791a0148
|
pkgver = 0.7.2.r1925.fe325f92
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/Nheko-Reborn/nheko
|
url = https://github.com/Nheko-Reborn/nheko
|
||||||
arch = i686
|
arch = i686
|
||||||
|
@ -30,6 +30,10 @@ pkgbase = nheko-git
|
||||||
depends = gst-plugins-good
|
depends = gst-plugins-good
|
||||||
depends = gst-plugins-bad
|
depends = gst-plugins-bad
|
||||||
depends = libnice
|
depends = libnice
|
||||||
|
depends = libolm
|
||||||
|
depends = spdlog
|
||||||
|
depends = tweeny
|
||||||
|
depends = lmdbxx
|
||||||
provides = nheko
|
provides = nheko
|
||||||
conflicts = nheko
|
conflicts = nheko
|
||||||
source = nheko-git::git://github.com/Nheko-Reborn/nheko.git#branch=master
|
source = nheko-git::git://github.com/Nheko-Reborn/nheko.git#branch=master
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -2,7 +2,7 @@
|
||||||
# Maintainer: Joseph Donofry <joe at joedonofry dot com>
|
# Maintainer: Joseph Donofry <joe at joedonofry dot com>
|
||||||
|
|
||||||
pkgname=nheko-git
|
pkgname=nheko-git
|
||||||
pkgver=0.7.2.r1925.fe325f92
|
pkgver=0.7.2.r1932.9169a26e
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Desktop client for the Matrix protocol"
|
pkgdesc="Desktop client for the Matrix protocol"
|
||||||
arch=("i686" "x86_64")
|
arch=("i686" "x86_64")
|
||||||
|
@ -10,7 +10,7 @@ arch=("i686" "x86_64")
|
||||||
url="https://github.com/Nheko-Reborn/nheko"
|
url="https://github.com/Nheko-Reborn/nheko"
|
||||||
license=("GPL3")
|
license=("GPL3")
|
||||||
|
|
||||||
depends=("qt5-base" "lmdb" "qt5-graphicaleffects" "qt5-multimedia" "qt5-svg" "qt5-quickcontrols2" "qt5-declarative" "boost-libs" "libsodium" "cmark" "openssl" "hicolor-icon-theme" "gstreamer" "gst-plugins-base" "gst-plugins-good" "gst-plugins-bad" "libnice" "libolm")
|
depends=("qt5-base" "lmdb" "qt5-graphicaleffects" "qt5-multimedia" "qt5-svg" "qt5-quickcontrols2" "qt5-declarative" "boost-libs" "libsodium" "cmark" "openssl" "hicolor-icon-theme" "gstreamer" "gst-plugins-base" "gst-plugins-good" "gst-plugins-bad" "libnice" "libolm" "spdlog" "tweeny" "lmdbxx")
|
||||||
makedepends=("git" "cmake" "gcc" "fontconfig" "qt5-tools" "nlohmann-json" "boost")
|
makedepends=("git" "cmake" "gcc" "fontconfig" "qt5-tools" "nlohmann-json" "boost")
|
||||||
|
|
||||||
provides=("nheko")
|
provides=("nheko")
|
||||||
|
|
Loading…
Reference in New Issue