cookutils rev 983

lighttpd/index.cgi: consider $WANTED as build dependency too; lighttpd/cooker.css: tiny edits.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Oct 21 11:45:40 2017 +0300 (2017-10-21)
parents ef2c335c986f
children b5c90a3bb215
files lighttpd/cooker.css lighttpd/index.cgi
line diff
     1.1 --- a/lighttpd/cooker.css	Fri Oct 20 16:54:05 2017 +0300
     1.2 +++ b/lighttpd/cooker.css	Sat Oct 21 11:45:40 2017 +0300
     1.3 @@ -363,7 +363,7 @@
     1.4  table { width: 100%; box-sizing: border-box; border-collapse: collapse; /*box-shadow: 0 0 4px rgba(0,0,0,0.3);*/ }
     1.5  th { /*color: rgba(0,0,0,0.6);*/ background-color: rgba(0,0,0,0.1); padding: 3px; font-weight: normal; }
     1.6  td { padding: 2px; vertical-align: top; }
     1.7 -table:not(.half) td:first-child { white-space: nowrap; width: 5rem; }
     1.8 +table:not(.half):not(.pkgslist) td:first-child { white-space: nowrap; width: 5rem; }
     1.9  table.half td { width:50%; }
    1.10  td+td { border-left: 1px solid rgba(0,0,0,0.1); }
    1.11  .activity td:first-child, .cooknotes td:first-child, td.m { color: rgba(0,0,0,0.6); }
     2.1 --- a/lighttpd/index.cgi	Fri Oct 20 16:54:05 2017 +0300
     2.2 +++ b/lighttpd/index.cgi	Sat Oct 21 11:45:40 2017 +0300
     2.3 @@ -1070,7 +1070,7 @@
     2.4  				<td>
     2.5  					<table>
     2.6  EOT
     2.7 -		for i in $BUILD_DEPENDS; do
     2.8 +		for i in $WANTED $BUILD_DEPENDS; do
     2.9  			echo "<tr><td><img src='$base/s/$i'> <a href='$base/$i'>$i</a></td></tr>"
    2.10  		done
    2.11  		cat <<EOT