about summary refs log tree commit diff
path: root/xlint
diff options
context:
space:
mode:
authormaxice8 <thinkabit.ukim@gmail.com>2018-04-22 06:41:53 -0300
committerToyam Cox <aviator45003@gmail.com>2018-04-22 19:17:01 -0400
commit07925c6d76e3be70e0cca059547ad7714bd99847 (patch)
treef98981c612ff7f3233bc3fa4bf7471463d8470e9 /xlint
parent2347a0e3b892a2c328cefd21438ef0f0aab35275 (diff)
downloadxtools-07925c6d76e3be70e0cca059547ad7714bd99847.tar.gz
xtools-07925c6d76e3be70e0cca059547ad7714bd99847.tar.xz
xtools-07925c6d76e3be70e0cca059547ad7714bd99847.zip
xlint: scan for KDE_SITE usage.
Diffstat (limited to 'xlint')
-rwxr-xr-xxlint1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlint b/xlint
index d7ec713..ecb8310 100755
--- a/xlint
+++ b/xlint
@@ -180,6 +180,7 @@ for template; do
 	scan 'distfiles=.*ftp\.mozilla\.org' 'use $MOZILLA_SITE'
 	scan 'distfiles=.*ftp\.gnu\.org/(pub/)?gnu' 'use $GNU_SITE'
 	scan 'distfiles=.*freedesktop\.org/software' 'use $FREEDESKTOP_SITE'
+	scan 'distfiles=.*download.kde.org/stable' 'use $KDE_SITE'
 	scan '^wrksrc=(\$\{[^}]+\}|[^${}/])*/.+' 'wrksrc should be a top-level directory'
 	scan '^\t*function\b' 'do not use the function keyword'
 	scan '^\t*[^ ]*  *\(\)' 'do not use space before function parenthesis'