Identifying remaining core font users

Nicolas Mailhot nicolas.mailhot at laposte.net
Fri Nov 13 16:53:24 UTC 2009


Le vendredi 13 novembre 2009 à 17:42 +0100, Nicolas Mailhot a écrit :

> Here is a new filtered list, based on the suggestions I've received
> since my first posting. Please tell me if there is still some files that
> should not belong here, and why

I should have written that the test used in this version is


      repoquery --whatrequires 'libX11.so*'

…

        grep -i  -e "^./sbin/" \
                 -e "^./usr/sbin/" \
                 -e "^./usr/kerberos/sbin" \
                 -e "^./bin/" \
                 -e "^./usr/bin/" \
                 -e "^./usr/kerberos/bin/" \
                 -e "^./lib.*/" \
                 -e "^./usr/lib.*/" \
                 -e "^./opt/" \
                 -e "^./usr/X11R6/" \
                 -e "^./usr/games/" \
                 -e "^./usr/local/" \
      | grep -vi -e "^./usr/bin/dmxwininfo" \
                 -e "^./usr/bin/Xdmx" \
                 -e "^./usr/bin/xfontsel" \
                 -e "^./usr/bin/xlsfonts" \
                 -e "^./usr/bin/Xnest" \
                 -e "^./usr/bin/xprop" \
                 -e "^./usr/bin/xsetroot" \
                 -e "^./usr/bin/xwininfo" \
                 -e "^./usr/bin/x11vnc" \
                 -e "^./usr/bin/x2vnc" \
                 -e "^./usr/lib.*/libXcursor.so"

…

[ $(nm -aDu "$file" 2> /dev/null | grep -q  '\<XLoad.*Font') ] \
  && echo FAIL

-- 
Nicolas Mailhot
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Ceci est une partie de message num?riquement sign?e
URL: <http://listman.redhat.com/archives/fedora-devel-list/attachments/20091113/c441837a/attachment.sig>


More information about the fedora-devel-list mailing list