pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/inputmethod/ibus-chewing



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat Feb 20 21:24:48 UTC 2021

Modified Files:
        pkgsrc/inputmethod/ibus-chewing: Makefile PLIST distinfo
        pkgsrc/inputmethod/ibus-chewing/patches: patch-po_zh__CN.po
Removed Files:
        pkgsrc/inputmethod/ibus-chewing/patches: patch-CMakeLists.txt
            patch-Modules_ManageTranslation.cmake

Log Message:
ibus-chewing: Update to 1.5.1

Changelog:
PRJ_VER=1.5.1
SUMMARY=Fix the Ctrl, Numpad and selection keys handling
REDHAT_BUGZILLA=1337185
[Changes]
- Enhancement:
- Fix:
  + GH issue #73: Ctrl, Alt, Ins causes the pre-edit duplicate commit
  + GH issue #74: Failed to clean the PreEdit when changing input focus
  + GH issue #79: Failed to input space when "space-as-selection"
  + GH issue #87 Modify dropdown menu for selecting keys
  + GH issue #88 Numpad should be able to select
  + RHBZ #1337185 - Cannot add phrases with Ctrl
    A.k.a GH issue #63
    Thank for contribution from hiunnhue
- Acknowledge:
  + Obata Akio contributed pull request 71, 72, 73
  + hiunnhue contributed pull request 75, 76, 77, 78, 80, 81, 82, 83, 84, 86,
    87, 90, 91, 92, 94
  + hiunnhue fixed issue 73, 74, 79, 87, 88, 90, 91, 92, 94


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/inputmethod/ibus-chewing/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/inputmethod/ibus-chewing/PLIST
cvs rdiff -u -r1.18 -r1.19 pkgsrc/inputmethod/ibus-chewing/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/inputmethod/ibus-chewing/patches/patch-CMakeLists.txt
cvs rdiff -u -r1.4 -r0 \
    pkgsrc/inputmethod/ibus-chewing/patches/patch-Modules_ManageTranslation.cmake
cvs rdiff -u -r1.3 -r1.4 \
    pkgsrc/inputmethod/ibus-chewing/patches/patch-po_zh__CN.po

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/inputmethod/ibus-chewing/Makefile
diff -u pkgsrc/inputmethod/ibus-chewing/Makefile:1.68 pkgsrc/inputmethod/ibus-chewing/Makefile:1.69
--- pkgsrc/inputmethod/ibus-chewing/Makefile:1.68       Thu Nov  5 09:08:30 2020
+++ pkgsrc/inputmethod/ibus-chewing/Makefile    Sat Feb 20 21:24:48 2021
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.68 2020/11/05 09:08:30 ryoon Exp $
+# $NetBSD: Makefile,v 1.69 2021/02/20 21:24:48 ryoon Exp $
 #
 
-DISTNAME=      ibus-chewing-1.4.12-Source
+GITHUB_PROJECT=        ibus-chewing
+GITHUB_RELEASE=        ${PKGVERSION_NOREV}
+DISTNAME=      ibus-chewing-1.5.1-Source
 PKGNAME=       ${DISTNAME:S/-Source//}
-PKGREVISION=   26
 CATEGORIES=    inputmethod chinese
-MASTER_SITES=  https://github.com/definite/ibus-chewing/releases/download/${PKGVERSION_NOREV}/
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=definite/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/ibus/ibus/wiki
@@ -22,11 +23,6 @@ TOOLS_NOOP+=         msgmerge xgettext
 
 BUILD_TARGET=  all translations
 
-SUBST_CLASSES+=                libexecdir
-SUBST_STAGE.libexecdir=        post-configure
-SUBST_FILES.libexecdir=        data/ibus-setup-chewing.desktop
-SUBST_SED.libexecdir=  -e 's,/usr/libexec/,${PREFIX}/libexec/,g'
-
 TEST_TARGET=   test
 
 .include "../../devel/glib2/schemas.mk"

Index: pkgsrc/inputmethod/ibus-chewing/PLIST
diff -u pkgsrc/inputmethod/ibus-chewing/PLIST:1.5 pkgsrc/inputmethod/ibus-chewing/PLIST:1.6
--- pkgsrc/inputmethod/ibus-chewing/PLIST:1.5   Sat Dec 13 06:33:15 2014
+++ pkgsrc/inputmethod/ibus-chewing/PLIST       Sat Feb 20 21:24:48 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2014/12/13 06:33:15 obache Exp $
+@comment $NetBSD: PLIST,v 1.6 2021/02/20 21:24:48 ryoon Exp $
 libexec/ibus-engine-chewing
 libexec/ibus-setup-chewing
 share/applications/ibus-setup-chewing.desktop
@@ -8,10 +8,17 @@ share/doc/ibus-chewing/ChangeLog
 share/doc/ibus-chewing/README
 share/doc/ibus-chewing/USER-GUIDE
 share/glib-2.0/schemas/org.freedesktop.IBus.Chewing.gschema.xml
+share/ibus-chewing/icons/ibus-chewing-chi-full.svg
+share/ibus-chewing/icons/ibus-chewing-chi-half.svg
+share/ibus-chewing/icons/ibus-chewing-eng-full.svg
+share/ibus-chewing/icons/ibus-chewing-eng-half.svg
 share/ibus-chewing/icons/ibus-chewing-orig.png
+share/ibus-chewing/icons/ibus-chewing-template.svg
 share/ibus-chewing/icons/ibus-chewing.png
 share/ibus-chewing/icons/ibus-setup-chewing.png
 share/ibus/component/chewing.xml
+share/locale/ca/LC_MESSAGES/ibus-chewing.mo
+share/locale/cs/LC_MESSAGES/ibus-chewing.mo
 share/locale/de/LC_MESSAGES/ibus-chewing.mo
 share/locale/es/LC_MESSAGES/ibus-chewing.mo
 share/locale/fr/LC_MESSAGES/ibus-chewing.mo
@@ -19,6 +26,7 @@ share/locale/it/LC_MESSAGES/ibus-chewing
 share/locale/ja/LC_MESSAGES/ibus-chewing.mo
 share/locale/ko/LC_MESSAGES/ibus-chewing.mo
 share/locale/pa/LC_MESSAGES/ibus-chewing.mo
+share/locale/pl/LC_MESSAGES/ibus-chewing.mo
 share/locale/pt_BR/LC_MESSAGES/ibus-chewing.mo
 share/locale/uk/LC_MESSAGES/ibus-chewing.mo
 share/locale/zh_CN/LC_MESSAGES/ibus-chewing.mo

Index: pkgsrc/inputmethod/ibus-chewing/distinfo
diff -u pkgsrc/inputmethod/ibus-chewing/distinfo:1.18 pkgsrc/inputmethod/ibus-chewing/distinfo:1.19
--- pkgsrc/inputmethod/ibus-chewing/distinfo:1.18       Tue Nov  3 22:13:34 2015
+++ pkgsrc/inputmethod/ibus-chewing/distinfo    Sat Feb 20 21:24:48 2021
@@ -1,14 +1,12 @@
-$NetBSD: distinfo,v 1.18 2015/11/03 22:13:34 agc Exp $
+$NetBSD: distinfo,v 1.19 2021/02/20 21:24:48 ryoon Exp $
 
-SHA1 (ibus-chewing-1.4.12-Source.tar.gz) = 9d626194459f0ba4d4da4d92dbc6c4d0a856daa6
-RMD160 (ibus-chewing-1.4.12-Source.tar.gz) = fff16cc108c73196870d9fbd2f6b8b366a9e3939
-SHA512 (ibus-chewing-1.4.12-Source.tar.gz) = e83a0889cc58c9b03da0f2abf4fcc1c5e92d4e7137ebd1fcaabae23f7962be80d2cda8c4a0e483ce17b25bd9c215ddcf22b725cc42da3494c3241ccc83143a36
-Size (ibus-chewing-1.4.12-Source.tar.gz) = 159593 bytes
-SHA1 (patch-CMakeLists.txt) = 86c9335ba9cbc82163bc49b837a72a0bfa4a8d3c
+SHA1 (ibus-chewing-1.5.1-Source.tar.gz) = 5a6f2b7aaebce330f9a390d492d5fbd1267c9c98
+RMD160 (ibus-chewing-1.5.1-Source.tar.gz) = eac9bf1b23e026359c38524ca937034629960f5b
+SHA512 (ibus-chewing-1.5.1-Source.tar.gz) = 2db6def1fe8ca3bd71419a001909d285ee48ef84c2f65e14bacff9cd114676bed594f0c90217e1fdab67c995a7b05d675812e90e281371d8464722c31649c633
+Size (ibus-chewing-1.5.1-Source.tar.gz) = 177044 bytes
 SHA1 (patch-Modules_ManageEnvironment.cmake) = 213274162dca9e3fb4d54d494908a309b6819e51
 SHA1 (patch-Modules_ManageEnvironmentCommon.cmake) = 1d8bb1e91c448df5dc8c7e5b7aa1760bb637a9d0
-SHA1 (patch-Modules_ManageTranslation.cmake) = eb96c2c3610ff15999f504c2211bca5231e384af
-SHA1 (patch-po_zh__CN.po) = 158a186e43f013fbd5c62cd70dbc9e0a79375ffc
+SHA1 (patch-po_zh__CN.po) = c05a5f6024941a7900529e152f771cc440964531
 SHA1 (patch-src_generate-gconf-schemas.c) = e48a546d676f65c83379ed0cd35bd3529b5db4e5
 SHA1 (patch-src_generate-gsettings-schemas.c) = 451ad5e9aece6b3436f9d549e4d733e8a7a0f958
 SHA1 (patch-src_ibus-setup-chewing.c) = b8526fe2ec87a54c3ed4cc5542a28c401da70d94

Index: pkgsrc/inputmethod/ibus-chewing/patches/patch-po_zh__CN.po
diff -u pkgsrc/inputmethod/ibus-chewing/patches/patch-po_zh__CN.po:1.3 pkgsrc/inputmethod/ibus-chewing/patches/patch-po_zh__CN.po:1.4
--- pkgsrc/inputmethod/ibus-chewing/patches/patch-po_zh__CN.po:1.3      Sat Dec 13 06:33:15 2014
+++ pkgsrc/inputmethod/ibus-chewing/patches/patch-po_zh__CN.po  Sat Feb 20 21:24:48 2021
@@ -1,8 +1,8 @@
-$NetBSD: patch-po_zh__CN.po,v 1.3 2014/12/13 06:33:15 obache Exp $
+$NetBSD: patch-po_zh__CN.po,v 1.4 2021/02/20 21:24:48 ryoon Exp $
 
 * fixes initial default value
 
---- po/zh_CN.po.orig   2014-12-11 01:06:43.000000000 +0000
+--- po/zh_CN.po.orig   2016-06-16 03:38:50.000000000 +0000
 +++ po/zh_CN.po
 @@ -13,7 +13,7 @@ msgstr ""
  "Content-Transfer-Encoding: 8bit\n"
@@ -11,5 +11,5 @@ $NetBSD: patch-po_zh__CN.po,v 1.3 2014/1
 -"Language-Team: LANGUAGE <LL%li.org@localhost>\n"
 +"Language-Team: Simplfied Chinese\n"
  "Language: zh-CN\n"
- "X-Generator: Zanata 3.5.1\n"
+ "X-Generator: Zanata 3.8.4\n"
  "Plural-Forms: nplurals=1; plural=0\n"



Home | Main Index | Thread Index | Old Index