Skip to content

Commit ea930e6

Browse files
committed
syncthingtray: Add at v2.0.6
**Summary** Adds syncthingtray. Resolves #7361
1 parent 9d93926 commit ea930e6

File tree

8 files changed

+3500
-0
lines changed

8 files changed

+3500
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
This file is used to indicate primary maintainership for this package. A package may list more than one maintainer to avoid bus factor issues. People on this list may be considered “subject-matter experts”. Please note that Solus Staff may need to perform necessary rebuilds, upgrades, or security fixes as part of the normal maintenance of the Solus package repository. If you believe this package requires an update, follow documentation from https://help.getsol.us/docs/packaging/procedures/request-a-package-update. In the event that this package becomes insufficiently maintained, the Solus Staff reserves the right to request a new maintainer, or deprecate and remove this package from the repository entirely.
2+
3+
- Hurican Dev
4+
- Matrix: @hurican:matrix.org
5+

packages/s/syncthingtray/abi_libs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
libsyncthingconnector.so.33
2+
libsyncthingfileitemaction.so
3+
libsyncthingmodel.so.33
4+
libsyncthingwidgets.so.33
5+
martchus.syncthingplasmoid.so

packages/s/syncthingtray/abi_symbols

Lines changed: 1247 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
ld-linux-x86-64.so.2
2+
libKF6ConfigCore.so.6
3+
libKF6CoreAddons.so.6
4+
libKF6KIOCore.so.6
5+
libKF6KIOWidgets.so.6
6+
libPlasma.so.6
7+
libQt6Core.so.6
8+
libQt6DBus.so.6
9+
libQt6Gui.so.6
10+
libQt6Network.so.6
11+
libQt6Qml.so.6
12+
libQt6Svg.so.6
13+
libQt6WebEngineCore.so.6
14+
libQt6WebEngineWidgets.so.6
15+
libQt6Widgets.so.6
16+
libboost_filesystem.so.1.83.0
17+
libc++utilities.so.5
18+
libc.so.6
19+
libgcc_s.so.1
20+
libqtforkawesome.so.1
21+
libqtquickforkawesome.so.1
22+
libqtutilities.so.6
23+
libstdc++.so.6

packages/s/syncthingtray/abi_used_symbols

Lines changed: 1929 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
releases:
2+
id: 382288
3+
rss: https://github.com/Martchus/syncthingtray/tags.atom
4+
# No known CPE, checked 2026-01-20
5+
security:
6+
cpe: ~
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
2+
name : syncthingtray
3+
version : 2.0.6
4+
release : 1
5+
source :
6+
- https://github.com/Martchus/syncthingtray/archive/refs/tags/v2.0.6.tar.gz : 1df91eede8ce4f20a04664a93242f0dd0f79d6b0d5e45e0ad5f0ec6bb28c37f8
7+
homepage : https://martchus.github.io/syncthingtray/
8+
license : GPL-2.0-or-later
9+
component :
10+
- network.util
11+
- plasmoid : desktop.kde
12+
- dolphin : desktop.kde
13+
summary :
14+
- Provides a tray application and Qt-widgets based GUI for Syncthing
15+
- plasmoid : Plasma Desktop widget/applet for Syncthing
16+
- dolphin : Dolphin/KIO integration for Syncthing
17+
description: |
18+
Syncthing Tray provides a tray icon and further platform integration for Syncthing.
19+
builddeps :
20+
- pkgconfig(KF6CoreAddons)
21+
- pkgconfig(Qt6Core)
22+
- pkgconfig(Qt6Linguist)
23+
- pkgconfig(Qt6Quick)
24+
- pkgconfig(Qt6Svg)
25+
- pkgconfig(Qt6UiTools)
26+
- pkgconfig(Qt6WebEngineCore)
27+
- pkgconfig(c++utilities)
28+
- kf6-kconfig-devel
29+
- kf6-kio-devel
30+
- libboost-devel
31+
- libplasma-devel
32+
- qtforkawesome-devel
33+
- qtutilities-devel
34+
rundeps:
35+
- dolphin :
36+
- syncthingtray
37+
- plasmoid :
38+
- syncthingtray
39+
- syncthing
40+
clang : true
41+
optimize :
42+
- speed
43+
- thin-lto
44+
setup : |
45+
%cmake_ninja -DBUILD_SHARED_LIBS=ON -DQT_PACKAGE_PREFIX:STRING=Qt6 -DKF_PACKAGE_PREFIX:STRING=KF6 -DSYSTEMD_SUPPORT=ON -DWEBVIEW_PROVIDER:STRING=webengine -DJS_PROVIDER=qml
46+
build : |
47+
%ninja_build
48+
install : |
49+
%ninja_install
50+
51+
# Install Licence
52+
%install_license LICENSE
53+
%install_license LICENSE.LESSER
54+
%install_license LICENSE.MPL-2.0
55+
56+
patterns:
57+
- plasmoid :
58+
- /usr/lib64/qt6/plugins/plasma/applets/martchus.syncthingplasmoid.so
59+
- /usr/share/metainfo/io.github.martchus.syncthingplasmoid.metainfo.xml
60+
- /usr/share/plasma/plasmoids/martchus.syncthingplasmoid/*
61+
- /usr/share/syncthingplasmoid/*
62+
- dolphin:
63+
- /usr/lib64/qt6/plugins/kf6/kfileitemaction/libsyncthingfileitemaction.so
64+
- /usr/share/metainfo/io.github.martchus.syncthingfileitemaction.metainfo.xml
65+
- /usr/share/syncthingfileitemaction/*

packages/s/syncthingtray/pspec_x86_64.xml

Lines changed: 220 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)