Add re2 module to depends; image plugins to opt-depends
parent
73efa07860
commit
6ee5522513
7
.SRCINFO
7
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = nheko-git
|
||||
pkgdesc = Desktop client for the Matrix protocol
|
||||
pkgver = 0.10.2.r98.gac48c332
|
||||
pkgver = 0.10.2.r142.ged889c32
|
||||
pkgrel = 1
|
||||
url = https://github.com/Nheko-Reborn/nheko
|
||||
arch = i686
|
||||
|
@ -36,8 +36,11 @@ pkgbase = nheko-git
|
|||
depends = curl
|
||||
depends = libevent
|
||||
depends = pkg-config
|
||||
depends = re2
|
||||
optdepends = kimageformats
|
||||
optdepends = qt5-imageformats
|
||||
optdepends = qt-jdenticon
|
||||
provides = nheko=0.10.2.r98.gac48c332
|
||||
provides = nheko=0.10.2.r142.ged889c32
|
||||
conflicts = nheko
|
||||
source = nheko-git::git+https://github.com/Nheko-Reborn/nheko.git#branch=master
|
||||
md5sums = SKIP
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Joseph Donofry <joe at joedonofry dot com>
|
||||
|
||||
pkgname=nheko-git
|
||||
pkgver=0.10.2.r98.gac48c332
|
||||
pkgver=0.10.2.r142.ged889c32
|
||||
pkgrel=1
|
||||
pkgdesc="Desktop client for the Matrix protocol"
|
||||
arch=("i686" "x86_64" "aarch64")
|
||||
|
@ -10,9 +10,9 @@ 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" "pkg-config")
|
||||
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" "re2")
|
||||
makedepends=("git" "cmake" "gcc" "fontconfig" "qt5-tools" "nlohmann-json" "asciidoc")
|
||||
optdepends=("qt-jdenticon")
|
||||
optdepends=("kimageformats" "qt5-imageformats" "qt-jdenticon")
|
||||
provides=("nheko=${pkgver}")
|
||||
conflicts=("nheko")
|
||||
|
||||
|
|
Loading…
Reference in New Issue