Package Details: syncthingtray 1.6.4-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-2-or-later
Submitter: Martchus
Maintainer: Martchus
Last Packager: Martchus
Votes: 92
Popularity: 0.77
First Submitted: 2016-09-14 20:13 (UTC)
Last Updated: 2024-12-03 21:28 (UTC)

Pinned Comments

Martchus commented on 2016-10-31 11:39 (UTC) (edited on 2024-10-21 15:10 (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:

  • 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 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 .. 13 Next › Last »

npreining commented on 2023-11-22 11:28 (UTC)

I can confirm that on my uptodate system, the build fails in the same way as mentioned. The failed test:

    Start 4: syncthingtray_appstream_validation

4: Test command: /usr/bin/appstreamcli "validate" "/home/norbert/.cache/yay/syncthingtray/src/syncthingtray-1.4.9/tray/resources/syncthingtray.appdata.xml"
4: Working Directory: /home/norbert/.cache/yay/syncthingtray/src/syncthingtray-1.4.9/tray
4: Test timeout computed to be: 10000000
4: W: io.github.martchus.syncthingtray:38: developer-name-tag-deprecated
4: 
4: ✘ Validation failed: warnings: 1
4/6 Test #4: syncthingtray_appstream_validation .............***Failed    2.05 sec

I fixed it by removing the deprecated tag:

@@ -70,6 +70,9 @@ build() {
     $additional_args \
     .
   ninja
+
+  # fix incorrect appstream format, on check with appstreamcli validate it fails
+  sed -i '/developer_name/d' tray/resources/syncthingtray.appdata.xml
 }

 check() {

Martchus commented on 2023-11-22 10:00 (UTC)

Please share the full error log. Just this single line is not good enough to investigate the issue. I can just guess. Maybe you don't have the latest version of appstream installed? Please ensure that all dependencies are up-to-date before attempting the build as partial updates are not supported and neither is Manjaro.

danielsz commented on 2023-11-22 09:52 (UTC)

The following tests FAILED: 4 - syncthingtray_appstream_validation (Failed)

Martchus commented on 2023-11-08 11:47 (UTC)

Ok, so what does that even mean for people who don't know this tool?

PatoPan commented on 2023-11-08 06:41 (UTC)

running with paru --sudoloop causes test 3 to fail, just fyi

userfriendly commented on 2023-09-05 07:28 (UTC) (edited on 2023-09-05 07:31 (UTC) by userfriendly)

Thank you for the hint rebuilding syncthingtray...

Utini commented on 2023-09-04 13:07 (UTC) (edited on 2023-09-04 13:07 (UTC) by Utini)

Sorry for flagging out of date and not reading the comments. I now also installed rebuild-detector from the arch repo and enabled its hook so that is hopefully never happens to me again.

Steps to fix this:

sudo pacman -Syud

paru/yay -S syncthingtray --rebuild

This will force a pacman update without checking for dependency breaks. Then yay/paru will rebuild the package with new dependency.

LinuxAndCoffee commented on 2023-09-04 13:05 (UTC)

@Martchus I just wanted to say thank you for your work in maintaining this package. Your directions to do a rebuild worked perfectly for me. Sorry that some people are not reading your directions and causing you headaches. Again, thank you for your efforts!

Martchus commented on 2023-09-04 11:31 (UTC) (edited on 2023-09-04 11:32 (UTC) by Martchus)

Note that I do not need this package myself as I develop on https://github.com/Martchus/PKGBUILDs anyways. I just upload this PKGBUILD for your convenience. So have the decency of RTFM (or at least recent comments) and not ask the same questions again and again on every boost update.

Martchus commented on 2023-09-04 11:28 (UTC)

Whoever flagged this package AGAIN: Please read the comments before blindly flagging packages!

If this recurring spam on every boost update continues I'm forced to disabled notifications for this package I maintain and will thus no longer be able to take care about any kind of questions.