1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124
|
Source: syncthingtray
Section: net
Priority: optional
Maintainer: Nicholas D Steeves <sten@debian.org>
Build-Depends: debhelper-compat (= 13),
cmake,
doxygen,
extra-cmake-modules,
libboost-dev,
libboost-filesystem-dev,
libcppunit-dev,
libkf6kio-dev,
libplasma-dev,
libmartchus-c++utilities-dev (>= 5.28.0-1~),
libmartchus-qtforkawesome-dev (>= 0.3.1-2~),
libmartchus-qtutilities-dev (>= 6.15.0-1~),
qt6-svg-dev,
pkgconf,
qt6-base-dev,
qt6-declarative-dev,
qt6-tools-dev,
qt6-webengine-dev,
ronn,
syncthing
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/Martchus/syncthingtray
Vcs-Browser: https://salsa.debian.org/debian/syncthingtray
Vcs-Git: https://salsa.debian.org/debian/syncthingtray.git
Package: syncthingtray
Architecture: any
Multi-Arch: no
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: syncthing
Enhances: syncthing
Description: desktop integration for Syncthing
Syncthing Tray is a user-friendly frontend for Syncthing. The tray applet
contains a dashboard and remote controls for Syncthing.
.
This package makes Syncthing easier to use because it provides desktop
integration; The familiarity of a desktop interface makes it easier to
add shared folders and remote nodes, as well as to associate them with
each other. It also provides quick access to the Device ID QR code so
that phones can be more easily added to the mesh network.
.
Syncthing Tray is also typically used to enable, monitor, and control the
Syncthing systemd service. Finally, a program called "syncthingctl" is
provided as an additional remote control; it may be useful in scripts.
.
Syncthing is an application for decentralised file synchronisation and p2p
folder sharing. It is an alternative solution to Dropbox, Google Drive,
and WebDav. Syncthing also fulfills (or exceeds) the requirements for
file synchronisation that users of iCloud, ownCloud, or Nextcloud expect.
.
This package contains the tray applet, and syncthingctl. Users of KDE
Plasma will benefit from superior integration as well as addition features
provided in the "syncthingtray-kde-plasma" package.
Package: syncthingtray-kde-plasma
Architecture: any
Multi-Arch: no
Depends: ${misc:Depends}, ${shlibs:Depends},
syncthingtray (=${binary:Version})
Enhances: syncthing, dolphin, plasma-desktop
Description: KDE Plasma Desktop and Dolphin integration for Syncthing
Syncthing Tray is a user-friendly frontend for Syncthing.
.
This package makes Syncthing easier to use because it provides desktop
integration; The familiarity of a desktop interface makes it easier to
add shared folders and remote nodes, as well as to associate them with
each other. It also provides quick access to the Device ID QR code so
that phones can be more easily added to the mesh network.
.
Syncthing Tray is also typically used to enable, monitor, and control the
Syncthing systemd service. Finally, a program called "syncthingctl" is
provided as an additional remote control; it may be useful in scripts.
.
Syncthing is an application for decentralised file synchronisation and p2p
folder sharing. It is an alternative solution to Dropbox, Google Drive,
and WebDav. Syncthing also fulfills (or exceeds) the requirements for
file synchronisation that users of iCloud, ownCloud, or Nextcloud expect.
.
This package contains the plasmoid for the KDE Plasma Desktop as well as a
KIO plugin. The KIO plugin is typically appreciated for enabling Syncthing
awareness in the Dolphin file manager, and the plasmoid provides superior
integration with KDE Plasma when compared to the multidesktop tray applet.
# 2022-05-05
# The development package has been purposefully disabled, because it has
# dubious utility with such an unstable and effectively private API. It will
# hopefully become advantageous to enable this package some day.
#
# Package: syncthingtray-dev
# Section: libdevel
# Architecture: any
# Multi-Arch: no
# Depends: ${misc:Depends},
# syncthingtray (=${binary:Version}),
# syncthingtray-kde-plasma (=${binary:Version})
# Description: desktop integration for Syncthing (development package)
# Syncthing Tray is a user-friendly frontend for Syncthing. The tray applet
# contains a dashboard and remote controls for Syncthing.
# .
# This package makes Syncthing easier to use because it provides desktop
# integration, and the familiarity of a desktop interface makes it easier to
# add shared folders and remote nodes, as well as to associate them with each
# other. It also provides quick access to the Device ID QR code so that
# phones can be more easily added to the mesh network.
# .
# Syncthing Tray is also typically used to enable, monitor, and control the
# Syncthing systemd service. Finally, a program called "syncthingctl" is
# provided as an additional remote control; this program may of course be used
# in scripts.
# .
# Syncthing is an application for decentralised file synchronisation and p2p
# folder sharing. It is an alternative solution to Dropbox, Google Drive,
# and WebDav. Syncthing also fulfills (or exceeds) the requirements for
# file synchronisation that users of iCloud, ownCloud, or Nextcloud expect.
# .
# This package contains development headers, pkgconfig, and CMake components;
# It is only required should one intend to develop programs that use
# syncthingtray's libraries (libsyncthingconnector, libsyncthingmodel, and
# libsyncthingwidgets). Please note that at this time there is no stable ABI.
|