2009/4/11 Jan de Groot <[email protected]>: > Looks great, and really saves me doing some work (or bugs sneaking in > new versions of packages). > > This dependency check on hicolor-icon-theme, does it traverse down the > dependency tree, or does it only look at what is in depends=()?
It just looks at depends() right now. I'll see if I can make use of the information gleaned in Namcap/depends.py to check for hicolor-icon-theme further down in the dependency chain. > As for the gtk-update-icon-cache check: there's an alternative provided > by xdg-utils. An example can be found in openjdk6 and cups. This method > uses xdg-icon-resource. OK, I'll add support for checking this in the code. -- Abhishek
