[smb4k] /: Merge branch 'master' of git.kde.org:smb4k

2019-03-11 Thread Alexander Reinholdt
Git commit 8cd4596e5e303e5a1fc7cf09cb3fbef3c65a41a5 by Alexander Reinholdt.
Committed on 11/03/2019 at 19:38.
Pushed by areinholdt into branch 'master'.

Merge branch 'master' of git.kde.org:smb4k

M  +1-1doc/index.docbook
M  +0-72   smb4k/org.kde.smb4k.appdata.xml

https://commits.kde.org/smb4k/8cd4596e5e303e5a1fc7cf09cb3fbef3c65a41a5


[smb4k] doc: Updated handbook.

2019-03-11 Thread Alexander Reinholdt
Git commit 6b552917c6ac79572008c77812035718fba4e86d by Alexander Reinholdt.
Committed on 11/03/2019 at 19:38.
Pushed by areinholdt into branch 'master'.

Updated handbook.

M  +6-5doc/index.docbook

https://commits.kde.org/smb4k/6b552917c6ac79572008c77812035718fba4e86d

diff --git a/doc/index.docbook b/doc/index.docbook
index 238a7d8..0dab601 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -3838,14 +3838,15 @@ polkit.addRule(function(action, subject) {
  officially supports , FreeBSD, NetBSD and DragonFly 
BSD. Other operating systems might work as well, but haven't been tested.
 To compile , you need:
 
-  http://www.cmake.org;>CMake ( 
3.2)
-  http://gcc.gnu.org;>GNU Compiler 
Collection (g++  4.0) or http://clang.llvm.org;>clang/LLVM ( 3.0)
+  https://www.cmake.org;>CMake ( 
3.2)
+  https://gcc.gnu.org;>GNU Compiler 
Collection (g++  4.0) or https://clang.llvm.org;>clang/LLVM ( 3.0)
 
-To be able to use the main application of , you need at least 
http://www.qt.io;> ( 5.6.0) and http://www.kde.org;> ( 5.25.0). If you also want to make 
use of the provided , you should have at least http://www.qt.io;> version 5.9.0 or later and compatible 
versions of  and  5 installed.
- build depends on the following  and  modules:
+To be able to use the main application of , you need at least 
https://www.qt.io;> version 5.6.0 and https://www.kde.org;> version 5.25.0. If you also want to 
make use of the provided , you should have at least https://www.qt.io;> version 5.9.0 and compatible versions of 
 and  5 installed.
+ build depends on:
 
   QtCore, QtGui, QtWidgets, QtTest, QtNetwork, 
QtPrintSupport, QtQml
   KConfig, KAuth, KDocTools, KIconThemes, KWidgetsAddons, 
KI18n, KCompletion, KCoreAddons, , KIO, KNotifications, KXmlGui, 
KJobWidgets, , KDBusAddons, KConfigWidgets, KNotifications, 
KWindowSystem
+  libsmbclient
 
 It also runtime depends on:
 
@@ -3854,7 +3855,7 @@ polkit.addRule(function(action, subject) {
 
 To enable full functionality, you may also want to install these 
programs:
 
-  http://rsync.samba.org;>rsync
+  https://rsync.samba.org;>rsync
 
 The full list of changes can be found in the Git log at https://cgit.kde.org/smb4k.git;>cgit.kde.org. A summary can be 
found in the ChangeLog file in the tarball.