Doesn't build when KIO is disabled:
CMake Error: The source directory "/tmp/makepkg/syncthingtray/src/syncthingtray-0.5.0/NO_FILE_ITEM_ACTION_PLUGIN=ON" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
Search Criteria
Package Details: syncthingtray 1.7.7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/syncthingtray.git (read-only, click to copy) |
---|---|
Package Base: | syncthingtray |
Description: | Tray application for Syncthing |
Upstream URL: | https://github.com/Martchus/syncthingtray |
Licenses: | GPL-2.0-or-later |
Submitter: | Martchus |
Maintainer: | Martchus |
Last Packager: | Martchus |
Votes: | 93 |
Popularity: | 0.62 |
First Submitted: | 2016-09-14 20:13 (UTC) |
Last Updated: | 2025-05-06 12:23 (UTC) |
Dependencies (21)
- boost-libs
- c++utilitiesAUR
- desktop-file-utils (desktop-file-utils-gitAUR)
- libboost_filesystem.so (boost183-libsAUR, boost1.86-libsAUR, boost-libs)
- libc++utilities.so (c++utilitiesAUR)
- libqtforkawesome.so (qtforkawesomeAUR)
- libqtutilities.so (qtutilitiesAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-declarative (qt5-declarative-gitAUR)
- qt5-svg (qt5-svg-gitAUR)
- qtforkawesomeAUR
- qtutilitiesAUR
- boost (boost-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR, ninja-memAUR) (make)
- qt5-tools (make)
- cppunit (check)
- iproute2 (iproute2-gitAUR, iproute2-selinuxAUR) (check)
- syncthing (syncthing-gitAUR, syncthing-binAUR) (check)
- Show 1 more dependencies...
Required by (0)
Sources (1)
xduugu commented on 2017-02-26 19:58 (UTC)
Martchus commented on 2016-10-31 11:39 (UTC) (edited on 2025-05-03 08:48 (UTC) by Martchus)
All my packages are managed at GitHub where you can also contribute directly: https://github.com/Martchus/PKGBUILDs
There also exist a binary repository: https://wiki.archlinux.org/index.php/Unofficial_user_repositories#ownstuff
Important remarks:
- Switch to the Qt 6 based version. There is probably no good reason to still use the Qt 5 based version under GNU/Linux.
- The packages within the binary repository are built against the latest packages from Arch Linux and hence might not be compatible with Manjaro. This can be the cause when the Plasmoid doesn't work.
- Like with any other package a rebuild is required when the soname of a dependency like boost changes (see e.g. https://github.com/Martchus/syncthingtray/issues/98). The package in my binary repository should be rebuilt in a timely manner. I'm also sometimes updating
pkgrel
of the AUR package when a rebuild is required (only in accordance with Arch Linux of course, not in accordance with Manjaro).- The "dirty" way is forcing the installation/update (leaving
syncthingtray
broken until it has been rebuilt) or to uninstallsyncthingtray
temporarily before the update. After the updatesyncthingtray
can be rebuilt and reinstalled again. - The correct solution is to use
makechrootpkg
which is also how official developers build their packages (and how packages in my binary repository are built).
- The "dirty" way is forcing the installation/update (leaving
- It is required to build dependencies (that are not provided by Arch Linux itself) before building this package. So you need to build
c++utilities
,qtutilities
,qtforkawesome
andsyncthingtray
in that order. - The KDE integrations have been ported to KDE 6 but building them for KDE 5 should still work. This package does not build any KDE integrations by default because KDE 6 is now in the main repositories. To build KDE integrations for KDE 6 you need to install
syncthingtray-qt6
instead of this package. - Note that the tests of this package might fail despite there's nothing wrong (e. g. because Syncthing is just too slow and the test runs in a timeout). To ignore those false-positives, build the package with
makepkg --nocheck
ormakechrootpkg -- --nocheck
. It makes still sense to report failures. But please include the actual error message and not just the last few lines.
Pinned Comments
Martchus commented on 2016-10-31 11:39 (UTC) (edited on 2025-05-03 08:48 (UTC) by Martchus)
All my packages are managed at GitHub where you can also contribute directly: https://github.com/Martchus/PKGBUILDs
There also exist a binary repository: https://wiki.archlinux.org/index.php/Unofficial_user_repositories#ownstuff
Important remarks:
pkgrel
of the AUR package when a rebuild is required (only in accordance with Arch Linux of course, not in accordance with Manjaro).syncthingtray
broken until it has been rebuilt) or to uninstallsyncthingtray
temporarily before the update. After the updatesyncthingtray
can be rebuilt and reinstalled again.makechrootpkg
which is also how official developers build their packages (and how packages in my binary repository are built).c++utilities
,qtutilities
,qtforkawesome
andsyncthingtray
in that order.syncthingtray-qt6
instead of this package.makepkg --nocheck
ormakechrootpkg -- --nocheck
. It makes still sense to report failures. But please include the actual error message and not just the last few lines.