Package Details: syncthingtray 1.5.3-1

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
Submitter: Martchus
Maintainer: Martchus
Last Packager: Martchus
Votes: 87
Popularity: 2.14
First Submitted: 2016-09-14 20:13 (UTC)
Last Updated: 2024-05-08 14:42 (UTC)

Required by (0)

Sources (1)

Pinned Comments

Martchus commented on 2016-10-31 11:39 (UTC) (edited on 2024-03-06 16:44 (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
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.

Important remarks:

  • 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 usually also 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 uninstall syncthingtray temporarily before the update. After the update syncthingtray 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).
  • 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 and syncthingtray 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 or makechrootpkg -- --nocheck. It makes still sense to report failures. But please include the actual error message and not just the last few lines.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 13 Next › Last »

Martchus commented on 2022-10-05 21:01 (UTC)

The checksums should now be fixed.

jackdinn commented on 2022-10-05 20:59 (UTC) (edited on 2022-10-05 21:03 (UTC) by jackdinn)

Desktop: KDE Plasma v: 5.25.5 Distro: Manjaro Linux Kernel: 5.18.19-3-MANJARO arch: x86_64

==> Validating source files with sha256sums...
syncthingtray-1.2.4.tar.gz ... FAILED
==> Validating source files with sha256sums...
qtutilities-6.9.0.tar.gz ... FAILED

Martchus commented on 2022-09-30 00:15 (UTC) (edited on 2022-09-30 00:15 (UTC) by Martchus)

@t3pfaffe see pinned comment

t3pfaffe commented on 2022-09-29 23:20 (UTC)

Getting an error when installing:

error: could not find all required packages:
    libqtutilities.so (wanted by: syncthingtray)
    libqtforkawesome.so (wanted by: syncthingtray)
    libc++utilities.so (wanted by: syncthingtray)

Martchus commented on 2022-09-25 18:51 (UTC)

@DCengineer There is no issue. Please read the pinned comment.

DCengineer commented on 2022-09-25 18:08 (UTC)

Looks like there's a boost issue: installing boost-libs (1.80.0-2) breaks dependency 'libboost_filesystem.so=1.79.0-64' required by syncthingtray

twilk commented on 2022-09-19 23:00 (UTC)

@atomy, I solved this problem by doing pacman -Syu --nodeps boost-libs to force installation of the new boost-libs, then I rebuilt and reinstalled syncthingtray.

Martchus commented on 2022-09-19 11:17 (UTC) (edited on 2022-09-19 11:20 (UTC) by Martchus)

I have pushed a commit for rebuilding (and that is really all you need to do). I have also already moved packages from ownstuff-testing to ownstuff in case you're using my binary repo. (Note that there will always be a short delay for me to do that; official devs obviously don't sync with me.)

EDIT: Oh, I've just noticed that I've forgotten to rebuild the default syncthingtray package (only rebuilt other variants). I've just started a rebuilt so the updated package should be there soon.

atomy commented on 2022-09-19 09:47 (UTC) (edited on 2022-09-19 12:08 (UTC) by atomy)

When I try to upgrade my system (pacman -Syu), I get this error:

:: installing boost-libs (1.80.0-1) breaks dependency 'libboost_filesystem.so=1.79.0-64' required by syncthingtray

Can we raise libboost dependency?

EDIT: already on syncthingtray-1.2.3-2

YouhannJonas commented on 2022-08-12 00:37 (UTC)

@NovaViper Try installing these three package: c++utilities qtutilities qtforkawesome