[arch-projects] [namcap] [PATCH] Add fontconfig and xorg-mkfontdir to externalhooks
11 Jan
2017
11 Jan
'17
7:33 p.m.
Add the commands run by fontconfig.hook and xorg-mkfontdir.hook to the externalhooks rule. Signed-off-by: Michael Straube <straubem@gmx.de> --- Namcap/rules/externalhooks.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Namcap/rules/externalhooks.py b/Namcap/rules/externalhooks.py index aad2bd2..562af20 100644 --- a/Namcap/rules/externalhooks.py +++ b/Namcap/rules/externalhooks.py @@ -31,6 +31,9 @@ class ExternalHooksRule(TarballRule): 'xdg-icon-resource', 'gconfpkg', 'gio-querymodules', + 'fc-cache', + 'mkfontscale', + 'mkfontdir', ] def analyze(self, pkginfo, tar): if ".INSTALL" not in tar.getnames(): -- 2.11.0
2802
Age (days ago)
2802
Last active (days ago)
0 comments
1 participants
participants (1)
-
Michael Straube