diff --git a/install.sh b/install.sh index c797782e..a9a22fca 100755 --- a/install.sh +++ b/install.sh @@ -115,7 +115,7 @@ if type po4a-translate >/dev/null 2>&1; then do LOCALE=$(basename "$f" .man.po) install -d ${PREFIX}/share/man/${LOCALE}/man1 - po4a-translate -f man -m data/man/tilix -p data/man/po/${LOCALE}.man.po -l ${PREFIX}/share/man/${LOCALE}/man1/tilix.1 + 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 gzip -f ${PREFIX}/share/man/${LOCALE}/man1/tilix.1 done fi diff --git a/source/gx/tilix/constants.d b/source/gx/tilix/constants.d index e7688dd7..f03ebaf4 100644 --- a/source/gx/tilix/constants.d +++ b/source/gx/tilix/constants.d @@ -54,7 +54,7 @@ enum APPLICATION_ID = "com.gexperts.Tilix"; // Application values used in About Dialog enum APPLICATION_NAME = "Tilix"; -enum APPLICATION_VERSION = "1.5.5-1.0.0"; +enum APPLICATION_VERSION = "1.5.6"; enum APPLICATION_AUTHOR = "Gerald Nunn"; enum APPLICATION_COPYRIGHT = "Copyright \xc2\xa9 2017 " ~ APPLICATION_AUTHOR; enum APPLICATION_COMMENTS = N_("A VTE based terminal emulator for Linux");