cookutils rev 1103

modules/compressor: gettext package was reorganized; lighttpd/cooker.css: smaller patch icon
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Dec 01 11:36:38 2018 +0200 (2018-12-01)
parents 8e94062e3045
children 5dcdc6015a2d
files lighttpd/cooker.css modules/compressor
line diff
     1.1 --- a/lighttpd/cooker.css	Fri Nov 30 16:23:45 2018 +0200
     1.2 +++ b/lighttpd/cooker.css	Sat Dec 01 11:36:38 2018 +0200
     1.3 @@ -449,7 +449,7 @@
     1.4  	content: url("data:image/svg+xml,<svg height='16' width='16' xmlns='http://www.w3.org/2000/svg'><g stroke='%23000'><circle cx='8' cy='8' fill='%23ecf' r='7.5'/><g fill='none'><path d='m3.4 10.3s2.2-1.1 4-.5 2.9 2.8 2.9 2.8'/><path d='m3.3 6 3.9-1.4-1.5 1.5'/><path d='m13 5.9-3.9-1.3 1.5 1.5'/></g></g><path d='m12 10.2c-2.8 0 0-3.7 0-3.7s2.8 3.7 0 3.7z'/></svg>");
     1.5  }
     1.6  .badge.patch::before {
     1.7 -	content: url("data:image/svg+xml,<svg height='16' width='16' xmlns='http://www.w3.org/2000/svg'><path d='m3.5 0-2.5 1-1 2.5 3.5 3.5 3.5-3.5zm9 0-12.5 12.5 1 2.5 2.5 1 12.5-12.5-1-2.5zm-4.5 5h1v1h1v1h1v1h-1v1h-1v1h-1v1h-1v-1h-1v-1h-1v-1h1v-1h1v-1h1zm0 1v1h1v-1zm1 1v1h1v-1zm0 1h-1v1h1zm-1 1h-1v1h1zm-1 0v-1h-1v1zm0-1h1v-1h-1zm5.5 1-3.5 3.5 3.5 3.5 2.5-1 1-2.5z' fill='%2304c'/></svg>");
     1.8 +	content: url("data:image/svg+xml,<svg height='16' width='16' xmlns='http://www.w3.org/2000/svg'><path d='m4.5 1-2.5 1-1 2.5 2.5 2.5 3.5-3.5zm7 0-10.5 10.5 1 2.5 2.5 1 10.5-10.5-1-2.5zm-3.5 4h1v1h1v1h1v1h-1v1h-1v1h-1v1h-1v-1h-1v-1h-1v-1h1v-1h1v-1h1zm0 1v1h1v-1zm1 1v1h1v-1zm0 1h-1v1h1zm-1 1h-1v1h1zm-1 0v-1h-1v1zm0-1h1v-1h-1zm5.5 1-3.5 3.5 2.5 2.5 2.5-1 1-2.5z' fill='%2304c'/></svg>");
     1.9  }
    1.10  .badge.no-badge::before {
    1.11  	content: url("data:image/svg+xml,<svg height='16' width='16' xmlns='http://www.w3.org/2000/svg'><g stroke='%23000'><rect fill='%23fff' height='14' rx='2' stroke-linejoin='round' stroke-width='2' width='14' x='1' y='1'/><path d='m3 3 10 10m-10 0 10-10' fill='none'/></g></svg>");
     2.1 --- a/modules/compressor	Fri Nov 30 16:23:45 2018 +0200
     2.2 +++ b/modules/compressor	Sat Dec 01 11:36:38 2018 +0200
     2.3 @@ -578,7 +578,7 @@
     2.4  	[ -z "$(find $install -type f -name '*.mo')" ] && return
     2.5  
     2.6  	# Gettext functions: msgunfmt, msguniq, msgconv, msgfmt
     2.7 -	tpi gettext
     2.8 +	tpi gettext-dev
     2.9  	# Gconv modules (convert to UTF-8)
    2.10  	tpi glibc-locale
    2.11