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

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


    Date: Wednesday, February 16, 2022 @ 21:39:30
  Author: archange
Revision: 1133544

upgpkg: jami-gnome 20220207-1

Modified:
  jami-gnome/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-16 21:38:00 UTC (rev 1133543)
+++ PKGBUILD	2022-02-16 21:39:30 UTC (rev 1133544)
@@ -2,7 +2,7 @@
 # Contributor: Baptiste Jonglez <baptiste--aur at jonglez dot org>
 
 pkgname=jami-gnome
-pkgver=20211101
+pkgver=20220207
 pkgrel=1
 pkgdesc="Free and universal communication platform which preserves the users’ privacy and freedoms (GNOME client)"
 arch=(x86_64)
@@ -9,13 +9,19 @@
 url="https://jami.net"
 license=(GPL3)
 groups=(jami)
-depends=(libjamiclient jami-daemon
-         gtk3 dconf clutter clutter-gtk webkit2gtk qrencode qt5-base libnotify libcanberra libnm)
-makedepends=(git cmake qt5-tools)
-_commit=b4da4a9165cc51c77a003614ab502f6eabef6774
+depends=(jami-libclient jami-daemon
+         gtk3 dconf clutter clutter-gtk webkit2gtk qrencode qt6-5compat
+         libnotify libcanberra libnm)
+makedepends=(git cmake)
+_commit=ec8eef7dd3ac175ca923ee42f2b3cc911dd78919
 source=(git+https://git.jami.net/savoirfairelinux/jami-client-gnome.git#commit=${_commit})
 md5sums=(SKIP)
 
+pkgver() {
+  cd jami-client-gnome
+  TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d HEAD
+}
+
 prepare() {
   cd jami-client-gnome
   # Fix build system looking for lrc sources



More information about the arch-commits mailing list