aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2023-06-21 16:01:22 -0400
committerB. Watson <urchlay@slackware.uk>2023-06-21 16:01:22 -0400
commit98744785306943953361eb3d43d800df2b3ac5fd (patch)
tree5600d6187a69b0a862cd3e05711ab107704a68b3 /TODO
parent919b0a7dfa853bb2bc448956992bc427c17f9a3d (diff)
downloadsbo-maintainer-tools-98744785306943953361eb3d43d800df2b3ac5fd.tar.gz
sbopkglint: add static library test.
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 0 insertions, 9 deletions
diff --git a/TODO b/TODO
index 8bd3336..a0b96e0 100644
--- a/TODO
+++ b/TODO
@@ -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.