jami-qt-git

PKGBUILD for A free and private communication platform - QT client
git clone git://git.wrycode.com/wrycode/AUR/jami-qt-git.git
Log | Files | Refs

commit ed854af0a7ba9fb22db55b74473cfcb33cfcbbec
parent be590ff5b464a54c34db3456f632cbe6da7459ad
Author: Nick Econopouly <wry@mm.st>
Date:   Sun, 31 Jan 2021 16:59:41 -0500

Add libnm and qrencode dependencies; update description

The previous description had errors and there is no single official
slogan. There is an ongoing discussion upstream about finding a new
slogan, but this will do for now.

Diffstat:
M.SRCINFO | 2++
MPKGBUILD | 4++--
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO @@ -9,6 +9,8 @@ pkgbase = jami-client-qt-git depends = jami-daemon-git depends = libjamiclient-git depends = qt5-base + depends = libnm + depends = qrencode provides = jami-client-qt source = git+https://git.jami.net/savoirfairelinux/jami-client-qt.git source = 0001.patch diff --git a/PKGBUILD b/PKGBUILD @@ -2,12 +2,12 @@ pkgname=jami-client-qt-git pkgver=r274.dc634fe pkgrel=1 -pkgdesc="Free and universal communication platform which preserves the users’ privacy and freedoms (QT client)" +pkgdesc="A free and private communication platform (QT client)" arch=('x86_64') provides=('jami-client-qt') url="https://git.jami.net/savoirfairelinux/jami-client-qt" license=('GPL3') -depends=('jami-daemon-git' 'libjamiclient-git' 'qt5-base') +depends=('jami-daemon-git' 'libjamiclient-git' 'qt5-base' 'libnm' 'qrencode') makedepends=('git' ) source=("git+$url.git" '0001.patch' ) sha512sums=(SKIP 2772ecf10cc20e9183957324507dfcb047119452feb4d9610d69fdc9a41bce837726b70ff6d40b1e2ecd35f9daa391d767543315ffc5941b5227cd5b2927c9e3 )