[arch-projects] [namcap] [PATCH] Add fontconfig and xorg-mkfontdir to externalhooks
Michael Straube
straubem at gmx.de
Wed Jan 11 18:33:44 UTC 2017
Add the commands run by fontconfig.hook and
xorg-mkfontdir.hook to the externalhooks rule.
Signed-off-by: Michael Straube <straubem at 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
More information about the arch-projects
mailing list