Skip to content

Commit 080c3ff

Browse files
committed
syncthingtray: Add at v2.0.8
**Summary** Adds syncthingtray. Resolves #7361
1 parent 9af1e4d commit 080c3ff

File tree

8 files changed

+3506
-0
lines changed

8 files changed

+3506
-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+
- Email: hurican@keemail.me

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.34
2+
libsyncthingfileitemaction.so
3+
libsyncthingmodel.so.34
4+
libsyncthingwidgets.so.34
5+
martchus.syncthingplasmoid.so

packages/s/syncthingtray/abi_symbols

Lines changed: 1249 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.7
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: 1932 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: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
2+
name : syncthingtray
3+
version : 2.0.8
4+
release : 1
5+
source :
6+
- https://github.com/Martchus/syncthingtray/archive/refs/tags/v2.0.8.tar.gz : 6f8ac7cf9105541bb88e66fa3add04ec047c914f1d58135b8c23e661f2d0d147
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+
- kf6-kirigami-devel
31+
- libboost-devel
32+
- libplasma-devel
33+
- qtforkawesome-devel
34+
- qtutilities-devel
35+
rundeps :
36+
- dolphin :
37+
- syncthingtray
38+
- plasmoid :
39+
- syncthingtray
40+
- syncthing
41+
clang : true
42+
optimize :
43+
- speed
44+
- thin-lto
45+
setup : |
46+
%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
47+
build : |
48+
%ninja_build
49+
install : |
50+
%ninja_install
51+
52+
# Install Licence
53+
%install_license LICENSE
54+
%install_license LICENSE.LESSER
55+
%install_license LICENSE.MPL-2.0
56+
57+
patterns :
58+
- plasmoid :
59+
- /usr/lib64/qt6/plugins/plasma/applets/martchus.syncthingplasmoid.so
60+
- /usr/share/metainfo/io.github.martchus.syncthingplasmoid.metainfo.xml
61+
- /usr/share/plasma/plasmoids/martchus.syncthingplasmoid/*
62+
- /usr/share/syncthingplasmoid/*
63+
- dolphin :
64+
- /usr/lib64/qt6/plugins/kf6/kfileitemaction/libsyncthingfileitemaction.so
65+
- /usr/share/metainfo/io.github.martchus.syncthingfileitemaction.metainfo.xml
66+
- /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)