File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ if type po4a-translate >/dev/null 2>&1; then
115115 do
116116 LOCALE=$( basename " $f " .man.po)
117117 install -d ${PREFIX} /share/man/${LOCALE} /man1
118- po4a-translate -f man -m data/man/tilix -p data/man/po/${LOCALE} .man.po -l ${PREFIX} /share/man/${LOCALE} /man1/tilix.1
118+ po4a-translate -k 0 - f man -m data/man/tilix -p data/man/po/${LOCALE} .man.po -l ${PREFIX} /share/man/${LOCALE} /man1/tilix.1
119119 gzip -f ${PREFIX} /share/man/${LOCALE} /man1/tilix.1
120120 done
121121fi
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ enum APPLICATION_ID = "com.gexperts.Tilix";
5454
5555// Application values used in About Dialog
5656enum APPLICATION_NAME = " Tilix" ;
57- enum APPLICATION_VERSION = " 1.5.5-1.0.0 " ;
57+ enum APPLICATION_VERSION = " 1.5.6 " ;
5858enum APPLICATION_AUTHOR = " Gerald Nunn" ;
5959enum APPLICATION_COPYRIGHT = " Copyright \xc2\xa9 2017 " ~ APPLICATION_AUTHOR ;
6060enum APPLICATION_COMMENTS = N_ (" A VTE based terminal emulator for Linux" );
You can’t perform that action at this time.
0 commit comments