Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
Intended usage: pkgctl version check
|
|
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.
|
|
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.
|
|
* 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|