| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Some of these are outright wrong (e.g. `echo foo 2>&1`), others are just
more verbose than they need to be.
Closes: #304 [via git-merge-pr]
|
|
|
|
|
|
|
|
|
|
|
| |
- Use pwd -P in case void-packages is a symlink
- Match all files ending with .xbps to avoid repodata files
- Strip -musl from matched files to not break xbps-uhelper getpkgname
- create empty .pc to avoid running extra functions
- remove debugging exit 0
- Check if there are no files matched
Closes: #127 [via git-merge-pr]
|
|
|
|
| |
Closes: #123 [via git-merge-pr]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
example of problematic behaivour:
$ xpcdeps uhd
will match
gnuradio-uhd.pc from gnuradio
and wrongly tell us that
gnuradio-devel is a dependency due to Requires: gnuradio-runtime
|
|
|
|
|
|
|
|
|
|
| |
- use separate sanitize_pcfile function to use sed to perform the cleanup of
the pcfile
- Grab Requires.private: as well because it is required for pkg-config
--cflags
- rework main function call to be more readable
Closes: #86 [via git-merge-pr]
|
|
|
|
| |
Closes: #84 [via git-merge-pr]
|
|
|
|
|
|
|
|
| |
udisks2.pc uses
Requires: gio-2.0,gobject-2.0,glib-2.0
replace each occourence of , with 1 space
|
|
Closes: #82 [via git-merge-pr]
|