[arch-commits] Commit in jami-gnome/repos (2 files)

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


    Date: Wednesday, February 16, 2022 @ 21:39:51
  Author: archange
Revision: 1133545

archrelease: copy trunk to community-testing-x86_64

Added:
  jami-gnome/repos/community-testing-x86_64/
  jami-gnome/repos/community-testing-x86_64/PKGBUILD
    (from rev 1133544, jami-gnome/trunk/PKGBUILD)

----------+
 PKGBUILD |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

Copied: jami-gnome/repos/community-testing-x86_64/PKGBUILD (from rev 1133544, jami-gnome/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2022-02-16 21:39:51 UTC (rev 1133545)
@@ -0,0 +1,42 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Baptiste Jonglez <baptiste--aur at jonglez dot org>
+
+pkgname=jami-gnome
+pkgver=20220207
+pkgrel=1
+pkgdesc="Free and universal communication platform which preserves the users’ privacy and freedoms (GNOME client)"
+arch=(x86_64)
+url="https://jami.net"
+license=(GPL3)
+groups=(jami)
+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
+  rm -r web
+  ln -s /usr/include/libringclient/web-chatview/ web
+}
+
+build() {
+  cmake -B build -S jami-client-gnome \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=None \
+    -Wno-dev
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list