summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Straube <straubem@gmx.de>2017-01-11 19:33:44 +0100
committerKyle Keen <keenerd@gmail.com>2017-03-10 17:04:47 -0500
commit216bebed62caee5a99f2e1c00d205956cd73f819 (patch)
tree3cb4e58e7161fbd32288292dfd61d05bf213fb57
parent739a97cea9b659eab60554380ef1676420d0f8ad (diff)
downloadnamcap-216bebed62caee5a99f2e1c00d205956cd73f819.tar.gz
namcap-216bebed62caee5a99f2e1c00d205956cd73f819.zip
Add fontconfig and xorg-mkfontdir to externalhooks
Add the commands run by fontconfig.hook and xorg-mkfontdir.hook to the externalhooks rule. Signed-off-by: Michael Straube <straubem at gmx.de> Signed-off-by: Kyle Keen <keenerd@gmail.com>
-rw-r--r--Namcap/rules/externalhooks.py3
1 files changed, 3 insertions, 0 deletions
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():