blueman-2.3 with small fix on Japanese LC_MESSAGES
On July 11th, slackware's official package of blueman-2.3 has been released.
This works fine, however a coule of untranslated gui menu part exist.
Sorry, the latest Japanese translation of blueman upstrean was done by me.
I"ve already fixed and updated those fixed data at Weblate.
But the fix would be merged to next version (2.3.1?).
Here is my tentative fix update package of blueman-2.3 for Japanese user.
Sorry, the latest Japanese translation of blueman upstrean was done by me.
I"ve already fixed and updated those fixed data at Weblate.
But the fix would be merged to next version (2.3.1?).
Here is my tentative fix update package of blueman-2.3 for Japanese user.
blueman.SlackBuild
[code] This is just diff from slackware's original SlackBuild
--- blueman.SlackBuild.orig 2022-07-11 12:53:28.559616812 +0900 +++ blueman.SlackBuild 2022-07-11 12:17:30.254687927 +0900 @@ -27,7 +27,7 @@ PKGNAM=blueman VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2jw} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -93,6 +93,10 @@ # Patch the blueman rules to allow members of the netdev group to make changes: zcat $CWD/blueman.allow.access.to.netdev.group.diff.gz | patch -p1 --verbose || exit 1 +# Fix and update Japanese LC_MESSAGES v1.0 (2022-07-11 JW) -- for blueman-2.3.x series +rm po/{ja.po,ja.gmo} +cp $CWD/ja-LC_MESSAGES_v1.0/{ja.po,ja.gmo} po/ + if [ ! -r configure ]; then if [ -x ./autogen.sh ]; then NOCONFIGURE=1 ./autogen.sh |
ja-LC_MESSAGES_v1.0.tar.xz that includes ja.po and ja.gmo can be downloaded from following link
[2022-07-11] 新規
[ ]