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

Bruno Pagani archange at gemini.archlinux.org
Mon May 16 06:39:10 UTC 2022


    Date: Monday, May 16, 2022 @ 06:39:10
  Author: archange
Revision: 1207503

Remove dbus interface and dependency on obsolete dbus-c++.

Modified:
  jami-daemon/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-16 01:11:30 UTC (rev 1207502)
+++ PKGBUILD	2022-05-16 06:39:10 UTC (rev 1207503)
@@ -3,7 +3,7 @@
 
 pkgname=jami-daemon
 pkgver=20220511
-pkgrel=1
+pkgrel=2
 pkgdesc="Free and universal communication platform which preserves the users’ privacy and freedoms (daemon component)"
 arch=(x86_64)
 url="https://jami.net"
@@ -10,9 +10,8 @@
 license=(GPL3)
 groups=(jami)
 depends=(glibc opendht gnutls nettle libgit2 libsecp256k1 ffmpeg speexdsp
-         fmt yaml-cpp jsoncpp zlib dbus-c++ alsa-lib libpulse jack
-         libupnp libnatpmp openssl webrtc-audio-processing systemd-libs
-         libarchive)
+         fmt yaml-cpp jsoncpp zlib alsa-lib libpulse jack libupnp libnatpmp
+         openssl webrtc-audio-processing systemd-libs libarchive)
 # portaudio needs a not-yet-upstream patch https://git.jami.net/savoirfairelinux/jami-daemon/-/issues/650
 makedepends=(git cmake perl asio msgpack-c msgpack-cxx restinio systemd meson)
 checkdepends=(cppunit)
@@ -44,7 +43,7 @@
   make DEPS_pjproject=
 
   cd "${srcdir}"
-  arch-meson ${pkgname} build -D interfaces=library,dbus -D opensl=disabled -D portaudio=disabled \
+  arch-meson ${pkgname} build -D interfaces=library -D opensl=disabled -D portaudio=disabled \
                               $( ((CHECKFUNC)) && echo -D tests=true) \
                               -D pkg_config_path="${PWD}/${pkgname}/contrib/$(cc -dumpmachine)/lib/pkgconfig"
   meson compile -C build



More information about the arch-commits mailing list