[arch-commits] Commit in jami-qt/trunk (PKGBUILD)

Bruno Pagani archange at gemini.archlinux.org
Wed Feb 16 21:37:37 UTC 2022


    Date: Wednesday, February 16, 2022 @ 21:37:37
  Author: archange
Revision: 1133542

upgpkg: jami-qt 20220211-1

Modified:
  jami-qt/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-16 21:33:15 UTC (rev 1133541)
+++ PKGBUILD	2022-02-16 21:37:37 UTC (rev 1133542)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani <archange at archlinux.org>
 
 pkgname=jami-qt
-pkgver=20211104
+pkgver=20220211
 pkgrel=1
 pkgdesc="Free and universal communication platform which preserves the users’ privacy and freedoms (Qt client)"
 arch=(x86_64)
@@ -8,14 +8,19 @@
 url="https://jami.net"
 license=(GPL3)
 groups=(jami)
-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=3dd206e6f0c01c2df655b90d32205109939bda98
+depends=(jami-libclient glib2 gdk-pixbuf2 libnm libnotify qrencode
+         qt6-declarative qt6-networkauth qt6-svg qt6-5compat
+         qt6-webengine qt6-webchannel)
+makedepends=(git cmake python)
+_commit=122777518ae6b09c85b877a1abbdcf35e6795fda
 source=(git+https://git.jami.net/savoirfairelinux/jami-client-qt.git#commit=${_commit})
 md5sums=(SKIP)
 
+pkgver() {
+  cd jami-client-qt
+  TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d HEAD
+}
+
 build() {
   cmake -B build -S jami-client-qt \
     -DCMAKE_INSTALL_PREFIX=/usr \



More information about the arch-commits mailing list