summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-11-24Update .SRCINFOChristian Cornelssen
2024-11-23Tentative upgrade to 2024.2.Christian Cornelssen
Added some new optdepends, found by find-libdeps minus find-libprovides. Removed python2 from optdepends because the package seems to provide its own where needed. Updated comments about space requirements.
2024-08-12Shorten .nvchecker regex; update .gitignoreChristian Cornelssen
2024-08-12Add .nvchecker.toml for update tests.Christian Cornelssen
Intended usage: pkgctl version check
2024-07-02Sanitize lots of permissions; remove /opt/Xilinx/xic/%HOME%/.Christian Cornelssen
The installer produces lots of files with useless x permissions. This looks weird and slows dependency checking. Remove x permissions in obvious cases. (*.tcl not considered obvious.) Furthermore, normalize all non-link permissions to either 0755 or 0644. This is to prevent stuff from being writable or unreadable by non-owners.
2024-06-30Upgrade to 2024.1.Christian Cornelssen
Extend some pkgdir removal to Vivado subtree as well. Add tentative fixes for libstdc++.so.6 confusion issues. Extended those to libgcc_s.so.1 and libgomp.so.1 to be on the safe side. Restrict fixes to libs under /Default/ paths. There are lots of other places with libstdc++.so.6; I hope that those are used by Vitis tools only. Revise depends+optdepends using find-libdeps minus find-libprovides. This may result in too few dependencies if the tools do not set up their lib paths appropriately. The following (opt)deps seem to be no longer needed and have been commented out: - cpio - libpng12 - lib32-libpng12 - qt4 Tentatively added gtk3 to depends instead of optdepends.
2023-12-05Fixes for issues reported by AUR user ouras.Christian Cornelssen
* If any symlink in $pkgdir points into $pkgdir, make it a relative symlink. * Scan the $pkgdir tree for Ubuntu subdirs, and if there is no Default sibling, symlink it to Ubuntu. This should fix CMake not finding OpenSSL libraries.
2023-11-19Update .SRCINFOChristian Cornelssen
2023-11-19Expand tabs (4 spaces) and add vim modelineChristian Cornelssen
2023-11-19Update to 2023.2; dependency updates; improved pkgdir removalChristian Cornelssen
2023-06-26:bug: Fix a typoWu Zhenyu
2023-06-06:bookmark: Update .SRCINFOWu Zhenyu
2023-06-06:bookmark: Update to 2023.1Wu Zhenyu
2023-04-21:tada: InitialWu Zhenyu