[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdesdk/scripts
From:       Allen Winter <winter () kde ! org>
Date:       2012-12-02 15:39:56
Message-ID: 20121202153956.EBCC7AC861 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1326927 by winterz:

handle xltproc_exectuable


 M  +4 -1      cmakelint.pl  


--- trunk/KDE/kdesdk/scripts/cmakelint.pl #1326926:1326927
@@ -143,7 +143,7 @@
       if ($line =~ m/macro_log_feature\(\s*([A-Z0-9_]*).*\)/i ||
 	  $line =~ m/set_package_properties\(\s*([A-Z0-9_]*).*\)/i) {
 	$pack = lc($1);
-	if ($pack !~ m/^(compositing|strigiqtdbusclient|xsltproc|qt_qtopengl|qt_qtxmlpatterns_library|qt_qtdeclarative|ggzconfig)_/ \
&& +	if ($pack !~ m/^(compositing|strigiqtdbusclient|xsltproc_executable|qt_qtopengl|qt_qtxmlpatterns_library|qt_qtdeclarative|ggzconfig)_/ \
&&  $pack !~ m/x11_.*_found/ &&
 	    $pack !~ m/true/i && $pack !~ m/false/i) {
 	  $pack =~ s/_xcb//;
@@ -151,6 +151,9 @@
 	  $pack =~ s/_found//;
 	  $pack =~ s/_video//;
 	  $pack =~ s/shared_mime_info/sharedmimeinfo/;
+	  if($pack eq "xsltproc_executable") {
+	    $pack = "libxslt";
+	  }
 	  if (!defined($optpacks{$pack}{'name'})) {
 #	    if ($pack !~ m/^(kwin_compositing|current_alsa)/) {
 	      $issues++;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic