@MalteDoron You need to install the devtools
package and then run pkgctl build
to rebuild c++utilities
, qtutilities-qt6
, qtforkawesome-qt6
and syncthingtray-qt6
in that order in a clean chroot environment.
For example, you can build c++utilities
with:
pkgctl build -- --nocheck
Build qtutilities-qt6
with:pkgctl build -I c++utilities-xxxx.pkg.tar.zst -- --nocheck
and so on.More details can be found in ArchWiki.
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.