Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions network/syncthingtray-bin/README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion network/syncthingtray-bin/syncthingtray-bin.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=syncthingtray-bin
SRCNAM=syncthingtray
VERSION=${VERSION:-2.0.7}
VERSION=${VERSION:-2.0.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down
6 changes: 3 additions & 3 deletions network/syncthingtray-bin/syncthingtray-bin.info
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PRGNAM="syncthingtray-bin"
VERSION="2.0.7"
VERSION="2.0.8"
HOMEPAGE="https://github.com/Martchus/syncthingtray"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/Martchus/syncthingtray/releases/download/v2.0.7/syncthingtray-2.0.7-x86_64-pc-linux-gnu.tar.xz"
MD5SUM_x86_64="f6e6626e0fa73da39ff7425d7124ead6"
DOWNLOAD_x86_64="https://github.com/Martchus/syncthingtray/releases/download/v2.0.8/syncthingtray-2.0.8-x86_64-pc-linux-gnu.tar.xz"
MD5SUM_x86_64="92bf954ae985019118edd82b5e006174"
REQUIRES=""
MAINTAINER="Marco Lavorini"
EMAIL="sbo dot mlavorini at outlook dot com"