From 5bdb8713d549e0bd8900327f00ac37fa96f8585c Mon Sep 17 00:00:00 2001 From: Marco Lavorini Date: Sat, 7 Dec 2024 08:19:56 +0700 Subject: [PATCH] network/syncthingtray-bin: Updated for version 1.6.4. --- network/syncthingtray-bin/README | 8 ++++---- network/syncthingtray-bin/syncthingtray-bin.SlackBuild | 4 ++-- network/syncthingtray-bin/syncthingtray-bin.info | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/network/syncthingtray-bin/README b/network/syncthingtray-bin/README index deddda69e79..e3f8a869138 100644 --- a/network/syncthingtray-bin/README +++ b/network/syncthingtray-bin/README @@ -3,7 +3,7 @@ Syncthing Tray Features 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 + - Display further details about directories and devices, like last file, last scan, items out of sync, ... - Display ongoing downloads - Display Syncthing log @@ -17,11 +17,11 @@ Syncthing Tray Features - 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 + + 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 + + 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 @@ -35,7 +35,7 @@ Syncthing Tray Features - 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 + + 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 diff --git a/network/syncthingtray-bin/syncthingtray-bin.SlackBuild b/network/syncthingtray-bin/syncthingtray-bin.SlackBuild index dd0e71b5763..07ffff95a7e 100644 --- a/network/syncthingtray-bin/syncthingtray-bin.SlackBuild +++ b/network/syncthingtray-bin/syncthingtray-bin.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for syncthingtray -# Copyright 2023-2024 Marco Lavorini, Campiglia Marittima Italy +# Copyright 2023-2024 Marco Lavorini, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=syncthingtray-bin SRCNAM=syncthingtray -VERSION=${VERSION:-1.6.3} +VERSION=${VERSION:-1.6.4} 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 0db0277b565..ae1ba0059c7 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.3" +VERSION="1.6.4" HOMEPAGE="https://github.com/Martchus/syncthingtray" DOWNLOAD="UNSUPPORTED" MD5SUM="" -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" +DOWNLOAD_x86_64="https://github.com/Martchus/syncthingtray/releases/download/v1.6.4/syncthingtray-1.6.4-x86_64-pc-linux-gnu.tar.xz" +MD5SUM_x86_64="166e7faa89770dc6a23004751787d905" REQUIRES="" MAINTAINER="Marco Lavorini" -EMAIL="sbo.mlavorini@outlook.com" +EMAIL="sbo dot mlavorini at outlook dot com"