- dropped dependencies: inkscape, qtwebengine
- new optional dependencies: librsvg, qtwebengine
- gui build is now optional and enabled, when both librsvg and
qtwebengine are installed. By default, building the gui required
inkscape to generate desktop icons. It can fall back to
librsvg-convert for systems that don't have inkscape installed, since
this pull request [1]. Since inkscape uses the private poppler
libraries and is prone to break as well as the fact that librsvg is
more common to have installed on a desktop install anyway, we use
librsvg always here.
It's perfectly possible to use nextcloud-client headless via
/usr/bin/nextcloudcmd
- cleaned up the Pkgfile by never building nautilus and nemo files in
the first place, therefor we don't need to delete them afterwards.
- help url now points to our flyspray instance. People should report to
us first before asking upstream.
[1] https://github.com/nextcloud/desktop/pull/3719