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

Bruno Pagani archange at archlinux.org
Sun Dec 23 13:10:20 UTC 2018


    Date: Sunday, December 23, 2018 @ 13:10:19
  Author: archange
Revision: 417613

Add gnome-keyring as optional dependency

Required for password storage

Modified:
  fractal/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-23 12:11:27 UTC (rev 417612)
+++ PKGBUILD	2018-12-23 13:10:19 UTC (rev 417613)
@@ -2,12 +2,13 @@
 
 pkgname=fractal
 pkgver=4.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A GTK+ client for Matrix written in Rust"
 arch=('x86_64')
 url="https://wiki.gnome.org/Apps/Fractal"
 license=('GPL3')
 depends=('gtk3' 'gst-plugins-base-libs' 'gst-plugins-bad' 'gtksourceview3' 'libhandy')
+optdepends=('gnome-keyring: password storage (or use any other service implementing org.freedesktop.secrets)')
 makedepends=('meson' 'rust' 'gspell')
 _md5=ad6a483327c3e9ef5bb926b89fb26e2b
 source=("https://gitlab.gnome.org/GNOME/fractal/uploads/${_md5}/${pkgname}-${pkgver}.tar.xz")



More information about the arch-commits mailing list