Please don't flag packages for anything else than an outdated version.
As this was noted via flagging the package: For me the checksum (1d8729557d04595f814dd153fbfa5baf10b8d2c371aab20a595cb060dacd3ff4) matches so I'm not changing the PKGBUILD.
Git Clone URL: | https://aur.archlinux.org/syncthingtray-qt6.git (read-only, click to copy) |
---|---|
Package Base: | syncthingtray-qt6 |
Description: | Tray application for Syncthing (using Qt 6) |
Upstream URL: | https://github.com/Martchus/syncthingtray |
Licenses: | GPL-2-or-later |
Submitter: | Martchus |
Maintainer: | Martchus |
Last Packager: | Martchus |
Votes: | 25 |
Popularity: | 3.34 |
First Submitted: | 2020-11-07 16:16 (UTC) |
Last Updated: | 2024-12-03 21:28 (UTC) |
Please don't flag packages for anything else than an outdated version.
As this was noted via flagging the package: For me the checksum (1d8729557d04595f814dd153fbfa5baf10b8d2c371aab20a595cb060dacd3ff4) matches so I'm not changing the PKGBUILD.
I responded on the qtutilities-qt6 package. I don't think it makes sense to have the same discussion spread over multiple packages so see my response there.
depends=(lib*.so)
line in package() is equivalent to the depends=(pkgname)
line above.
you should only leave one of them, and since it is not a split package, you should retain the root depends=()
line.
to use lib*.so
as depends or the pkgname, it is on your own. just...not duplicate it...
@fettouhi I pushed a commit to update the checksum yesterday (after my update script had initially failed due to a networking error in the middle leaving some packages unchanged). Make sure you use the latest commit.
Fails to build because of checksum mismatch.
Fixed. Sorry for accidentally pushing these changes. (They were supposed to be pushed only on the next release after some testing was done.)
It seems this package cannot be installed anymore as there's no package that provides libc++utilities-qt6.so anymore?
Considering the -qt6
package works now as well you just might not be able to reproduce the issue anymore at all. However, for now let's leave it at this because I'd be out of ideas what else to improve anyway.
Indeed, it works now after I rebooted my system for a different reason, for both -git and -qt6, so that must've been it. I don't actually remember having something serving over 8080 specifically, but it is not unlikely.
I've just noticed that the mocking of those tests is incomplete. Normally this is not a problem because the test just expects the relevant requests to fail anyway. However, maybe you have an HTTP server running on your system that returns a 200 response on the query http://localhost:8080/rest/db/ignores?folder=GXWxf-3zgnU
. So I've just pushed a new change to test that hypothesis. With this change Ignore patterns have been changed.
will hopefully vanish from your test logs and tests will pass.
Pinned Comments
Martchus commented on 2023-11-21 23:20 (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:
pkgrel
of the AUR package when a rebuild is required (only in accordance with Arch Linux of course, not in accordance with Manjaro).syncthingtray-qt6
broken until it has been rebuilt) or to uninstallsyncthingtray-qt6
temporarily before the update. After the updatesyncthingtray-qt6
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-qt6
,qtforkawesome-qt6
andsyncthingtray-qt6
in that order.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.