cookutils rev 936

Tiny edits.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jun 19 15:59:48 2017 +0300 (2017-06-19)
parents a0a11452517a
children 60126d568f3d
files lighttpd/cooker.css lighttpd/index.cgi modules/compressor
line diff
     1.1 --- a/lighttpd/cooker.css	Sun Jun 18 23:27:33 2017 +0300
     1.2 +++ b/lighttpd/cooker.css	Mon Jun 19 15:59:48 2017 +0300
     1.3 @@ -318,10 +318,10 @@
     1.4  /* Table */
     1.5  
     1.6  table { width: 100%; box-sizing: border-box; border-collapse: collapse; /*box-shadow: 0 0 4px rgba(0,0,0,0.3);*/ }
     1.7 -th { color: rgba(0,0,0,0.6); background-color: rgba(0,0,0,0.1); padding: 3px; }
     1.8 +th { /*color: rgba(0,0,0,0.6);*/ background-color: rgba(0,0,0,0.1); padding: 3px; font-weight: normal; }
     1.9  td { padding: 2px; vertical-align: top; }
    1.10  td:first-child { white-space: nowrap; width: 5rem; }
    1.11 -td+td, th+th { border-left: 1px solid rgba(0,0,0,0.1); }
    1.12 +td+td { border-left: 1px solid rgba(0,0,0,0.1); }
    1.13  .activity td:first-child, .cooknotes td:first-child, td.m { color: rgba(0,0,0,0.6); }
    1.14  
    1.15  tbody tr:nth-child(odd) {
    1.16 @@ -410,7 +410,7 @@
    1.17  
    1.18  pre.files { background-color: hsla(0,0%,0%,0.8); color: hsla(0,0%,100%,0.9); }
    1.19  pre.files a { text-decoration: none; }
    1.20 -pre.files a:hover { text-decoration: underline; }
    1.21 +pre.files a[href]:hover { text-decoration: underline; }
    1.22  .c00 { color: #d3d7cf; } .c01 { color: #555753; }
    1.23  .c10 { color: #cc0000; } .c11 { color: #ef2929; }
    1.24  .c20 { color: #4e9a06; } .c21 { color: #8ae234; }
     2.1 --- a/lighttpd/index.cgi	Sun Jun 18 23:27:33 2017 +0300
     2.2 +++ b/lighttpd/index.cgi	Mon Jun 19 15:59:48 2017 +0300
     2.3 @@ -747,7 +747,7 @@
     2.4  	rbroken=$(wc -l < $broken)
     2.5  
     2.6  	# for packages:
     2.7 -	ptotal=$(cut -d$'\t' -f2 $CACHE/split.db | tr ' ' '\n' | wc -l)
     2.8 +	ptotal=$(cut -d$'\t' -f2 $CACHE/split.db | tr ' ' '\n' | sort -u | wc -l)
     2.9  	pcooked=$(ls $PKGS/*.tazpkg | wc -l)
    2.10  	punbuilt=$(($ptotal - $pcooked))
    2.11  	pblocked=$(
     3.1 --- a/modules/compressor	Sun Jun 18 23:27:33 2017 +0300
     3.2 +++ b/modules/compressor	Mon Jun 19 15:59:48 2017 +0300
     3.3 @@ -126,7 +126,7 @@
     3.4  	[ -d "$manpath" ] || return
     3.5  	size0=$(sizes man); [ -z "$size0" ] && return
     3.6  
     3.7 -	tpi advancecomp
     3.8 +	tpi advancecomp-static
     3.9  
    3.10  	action 'Compressing man pages...'
    3.11  
    3.12 @@ -165,7 +165,7 @@
    3.13  	[ "${COOKOPTS/!gz/}" != "$COOKOPTS" ] && return
    3.14  	size0=$(sizes gz); [ -z "$size0" ] && return
    3.15  
    3.16 -	tpi advancecomp
    3.17 +	tpi advancecomp-static
    3.18  
    3.19  	action 'Recompressing gzip files...'
    3.20  
    3.21 @@ -315,7 +315,7 @@
    3.22  	time0=$(get_time)
    3.23  
    3.24  	if [ -n "$QA" -a -z "$(which desktop-file-validate)" ]; then
    3.25 -		tpi desktop-file-utils-extra
    3.26 +		tpi desktop-file-validate-static
    3.27  	fi
    3.28  
    3.29  	# The variable $LOCALE is set in cook.conf and may be overridden in the receipt.