diff options
author | B. Watson <urchlay@slackware.uk> | 2023-06-21 16:01:22 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2023-06-21 16:01:22 -0400 |
commit | 98744785306943953361eb3d43d800df2b3ac5fd (patch) | |
tree | 5600d6187a69b0a862cd3e05711ab107704a68b3 /TODO | |
parent | 919b0a7dfa853bb2bc448956992bc427c17f9a3d (diff) | |
download | sbo-maintainer-tools-98744785306943953361eb3d43d800df2b3ac5fd.tar.gz |
sbopkglint: add static library test.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -1,17 +1,8 @@ -TODO: sbolint should check that gtk-update-icon-cache is guarded by - 'if [ -e usr/share/icons/hicolor/icon-theme.cache'. -TODO: check for "if [ -x /usr/bin/whatever ]" in doinst.sh, warn - if missing. this could be an ill-defined mess. TODO: sbopkglint could complain if the SlackBuild sets SLKCFLAGS but there's no native code. Future test ideas: -- static libraries? some packages ship these because upstream doesn't - support shared libs, though. maybe only complain if libfoo.so.* and - libfoo.a both exist (if we have a shared lib, we shouldn't also have - a static one). Maybe this should be a disable-able warning? - - duplicate files, maybe the error message could suggest a "ln -s" command to use if the file really does need to appear in multiple dirs. |