[arch-commits] Commit in jami-qt/trunk (PKGBUILD)
Bruno Pagani
archange at gemini.archlinux.org
Wed Nov 3 21:47:07 UTC 2021
Date: Wednesday, November 3, 2021 @ 21:47:07
Author: archange
Revision: 1035705
FS#72587 add missing depedencies
Modified:
jami-qt/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-03 21:46:59 UTC (rev 1035704)
+++ PKGBUILD 2021-11-03 21:47:07 UTC (rev 1035705)
@@ -2,15 +2,16 @@
pkgname=jami-qt
pkgver=20211004
-pkgrel=1
+pkgrel=2
pkgdesc="Free and universal communication platform which preserves the users’ privacy and freedoms (Qt client)"
arch=(x86_64)
url="https://jami.net"
license=(GPL3)
groups=(jami)
-depends=(libjamiclient jami-daemon glib2 gdk-pixbuf2 libnm libnotify qrencode
- qt5-declarative qt5-svg qt5-webengine)
-makedepends=(git cmake python qt5-quickcontrols2 qt5-tools)
+depends=(libjamiclient glib2 gdk-pixbuf2 libnm libnotify qrencode
+ qt5-declarative qt5-graphicaleffects qt5-quickcontrols
+ qt5-quickcontrols2 qt5-svg qt5-webengine qt5-webchannel)
+makedepends=(git cmake python qt5-tools)
_commit=e0b28eed7b4971d1ac96a234395fd7d045ac9cdd
source=(git+https://git.jami.net/savoirfairelinux/jami-client-qt.git#commit=${_commit})
md5sums=(SKIP)
More information about the arch-commits
mailing list