diff options
author | Marco Lavorini <sbo.mlavorini@outlook.com> | 2024-10-21 23:07:25 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-21 23:12:17 +0700 |
commit | d5bd0868bdc67e7932ca4babfe574074b954fd31 (patch) | |
tree | 86202b3b707d743b1dec147042e6492878392abe | |
parent | 72dcc41159b6863615e5f9eea9773feef400c49f (diff) |
network/syncthingtray-bin: Updated for version 1.6.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/syncthingtray-bin/README | 48 | ||||
-rw-r--r-- | network/syncthingtray-bin/syncthingtray-bin.SlackBuild | 2 | ||||
-rw-r--r-- | network/syncthingtray-bin/syncthingtray-bin.info | 6 |
3 files changed, 51 insertions, 5 deletions
diff --git a/network/syncthingtray-bin/README b/network/syncthingtray-bin/README index 278ee98fb00d..deddda69e79c 100644 --- a/network/syncthingtray-bin/README +++ b/network/syncthingtray-bin/README @@ -1 +1,47 @@ -Tray application and Dolphin/Plasma integration for Syncthing +Syncthing Tray Features + + Provides quick access to most frequently used features but does not + intend to replace the official web-based UI + - Check state of directories and devices + - Check current traffic statistics + - Display further details about directories and devices, like last + file, last scan, items out of sync, ... + - Display ongoing downloads + - Display Syncthing log + - Trigger re-scan of a specific directory or all directories at once + - Open a directory with the default file browser + - Pause/resume a specific device or all devices at once + - Pause/resume a specific directory + - View recent history of changes (done locally and remotely) + + Shows "desktop" notifications + - The events to show notifications for can be configured + - Uses Qt's notification support or a D-Bus notification daemon + directly + + Provides a wizard for a quick setup + + Allows monitoring the status of the Syncthing systemd unit and to + start and stop it (see section Configuring systemd integration) + + Provides an option to conveniently add the tray to the applications + launched when the desktop environment starts + + Can launch Syncthing automatically when started and display + stdout/stderr (useful under Windows) + + Provides quick access to the official web-based UI + - Can be opened as regular browser tab + - Can be opened in a dedicated window utilizing either + Qt WebEngine/WebKit + the "app mode" of a Chromium-based browser (e.g. Chrome and Edge) + + Allows switching quickly between multiple Syncthing instances + + Also features a simple command line utility syncthingctl + - Check status + - Trigger rescan/pause/resume/restart + - Wait for idle + - View and modify raw configuration + - Supports Bash completion, even for directory and device names + + Also bundles a KIO plugin which shows the status of a Syncthing + directory and allows to trigger Syncthing actions in the Dolphin + file manager + - Rescan selected items + - Rescan entire Syncthing directory + - Pause/resume Syncthing directory + - See also screenshots section + + Allows building Syncthing as a library to run it in the same process + as the tray/GUI + + English and German localization diff --git a/network/syncthingtray-bin/syncthingtray-bin.SlackBuild b/network/syncthingtray-bin/syncthingtray-bin.SlackBuild index 8988a56c6fd7..dd0e71b57632 100644 --- a/network/syncthingtray-bin/syncthingtray-bin.SlackBuild +++ b/network/syncthingtray-bin/syncthingtray-bin.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=syncthingtray-bin SRCNAM=syncthingtray -VERSION=${VERSION:-1.6.2} +VERSION=${VERSION:-1.6.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/syncthingtray-bin/syncthingtray-bin.info b/network/syncthingtray-bin/syncthingtray-bin.info index eb30892c9c54..0db0277b5653 100644 --- a/network/syncthingtray-bin/syncthingtray-bin.info +++ b/network/syncthingtray-bin/syncthingtray-bin.info @@ -1,10 +1,10 @@ PRGNAM="syncthingtray-bin" -VERSION="1.6.2" +VERSION="1.6.3" HOMEPAGE="https://github.com/Martchus/syncthingtray" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/Martchus/syncthingtray/releases/download/v1.6.2/syncthingtray-1.6.2-x86_64-pc-linux-gnu.tar.xz" -MD5SUM_x86_64="2571b72439dc24a4621083d7d0678b00" +DOWNLOAD_x86_64="https://github.com/Martchus/syncthingtray/releases/download/v1.6.3/syncthingtray-1.6.3-x86_64-pc-linux-gnu.tar.xz" +MD5SUM_x86_64="533c5e9208c9213fca5a40cc2ea50871" REQUIRES="" MAINTAINER="Marco Lavorini" EMAIL="sbo.mlavorini@outlook.com" |