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

Bruno Pagani archange at archlinux.org
Sun Mar 17 17:02:04 UTC 2019


    Date: Sunday, March 17, 2019 @ 17:02:04
  Author: archange
Revision: 442392

Remove libappindicator dependency

It seems the current version we have is quite borked, and this is not strictly required, so...

Modified:
  ring-gnome/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-17 16:12:17 UTC (rev 442391)
+++ PKGBUILD	2019-03-17 17:02:04 UTC (rev 442392)
@@ -3,7 +3,7 @@
 
 pkgname=ring-gnome
 pkgver=20190315
-pkgrel=1
+pkgrel=2
 epoch=3
 pkgdesc="Free and universal communication platform which preserves the users’ privacy and freedoms (GNOME client)"
 arch=("x86_64")
@@ -13,7 +13,7 @@
 depends=('libringclient' 'ring-daemon'
          'gtk3' 'dconf' 'clutter' 'clutter-gtk' 'webkit2gtk' 'qrencode'
          'qt5-base' 'gtk-update-icon-cache' 'desktop-file-utils'
-         'libnotify' 'libcanberra' 'libnm' 'libappindicator-gtk3')
+         'libnotify' 'libcanberra' 'libnm')
 makedepends=('git' 'cmake')
 _commit=2e7ba6094795f0e88e339a598e8d6899df594146
 source=("git+https://git.ring.cx/savoirfairelinux/ring-client-gnome.git#commit=${_commit}")



More information about the arch-commits mailing list