summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
22 hoursfeat(pkg): add aarch64 support and conflict with polify-bindirector
24 hoursfix(pkg): correct application URL casing and add patchelf makedepdirector
25 hourschore: fix PKGBUILD onnxruntime lib linking issuedirector
25 hourschore: fix PKGBUILD onnxruntime lib linking issuedirector
34 hoursfix: suppress readlink failure on non-symlink libonnxruntimedirector
readlink exits 1 on regular files, which aborts package() under makepkg's errexit mode. Add stderr suppression and || true to handle non-symlink shared libraries gracefully.
36 hoursfix: handle non-symlink libonnxruntime in package()director
readlink returns empty on regular files, causing ln to fail with an empty symlink target. Fallback to the file's own basename when the found library is not a symlink.
37 hoursfix: bundle libonnxruntime.so and strip $srcdir referencesdirector
Flutter's bundling only copies the top-level libonnxruntime.so symlink which breaks at runtime since the symlink chain target is missing. Resolve the real .so from the plugin build dir and recreate the links. Also strip debug symbols from ELF binaries to remove embedded build paths that trigger namcap's $srcdir reference warning.
37 hoursfix: add missing version-info step to PKGBUILD build()director
Generate lib/git_info.dart and set pubspec version before building. Add make to makedepends since the build step now invokes it.
37 hoursfix: resolve empty pkgver due to pipeline || precedencedirector
The original `git describe | sed || printf` pipeline caused the `||` to bind to `sed` (which succeeds on empty input) instead of `git describe`. Refactored to use explicit if/else so the pubspec.yaml fallback triggers correctly when git describe fails.
38 hourschore: add polify-git PKGBUILDdirector
2025-11-29Init commitHenry B O N Marcelino
Set PKGBUILD, update SRCINFO, add license, tidy gitignore
2024-06-07Init commitsineptic
2024-04-12Corrected maintainer name and contact.Frédéric Bogaerts
2024-04-12Corrected wrongly uploaded fileFrédéric Bogaerts
2024-04-12Carrected wrongly uploaded file. Added usefull comments for whomever follows ↵Frédéric Bogaerts
the tutorials on how to create PKGBUILD files.
2024-04-09XFB initial commit to AURFrédéric Bogaerts
2023-12-11Reverted some changesJoar Heimonen
2023-12-11Added autoupdateJoar Heimonen
2023-12-11Added -v flagJoar Heimonen
2023-12-11Moved prepare into buildJoar Heimonen
2023-12-11Moving shell scripts generated in wrong folderJoar Heimonen
2023-12-11Moved libtoolizeJoar Heimonen
2023-12-11Added libtoolizeJoar Heimonen
2023-12-11Fixed upstreamJoar Heimonen
2023-12-11Added missing dependencyJoar Heimonen
2023-12-11Updated .SRCINFOJoar Heimonen
2023-12-11Updated .SRCINFOJoar Heimonen
2023-12-11Update pkgbase in .SRCINFOJoar Heimonen
2023-12-11Update pkgbase in PKGBUILDJoar Heimonen
2023-12-11Initial PKGBUILD releaseJoar Heimonen
2023-11-19skip checksumtgabor7
2023-11-19Remove checktgabor7
2023-11-19src infotgabor7
2023-11-19First committgabor7
2023-11-11add gitignorehikary
2023-09-28initial commitMr. Misconception
2023-09-13Initial commitmzakyr12
2023-09-13Initial commitmzakyr12
2023-09-13Initial commitmzakyr12
2023-09-13Initial commitmzakyr12
2023-09-13Initial commitmzakyr12
2023-08-31Jenkins BuildTrueConf Packager
2023-08-30useful commit messageSergey Shvetsov
2023-08-30useful commit messageSergey Shvetsov
2023-08-30useful commit messageSergey Shvetsov
2023-01-10Initial commitjurajmatus
2022-09-25useful commit messageYour Name
2022-09-25useful commit messageYour Name
2022-09-12YoLangThis-is-XiaoDeng
2022-09-02red-tldr v0.4.3Rvn0xsy