Received: by mail.netbsd.org (Postfix, from userid 605) id 2FB5084D6F; Sat, 10 Feb 2024 10:05:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707559550; bh=LFjECZI78FGjY89MWYRRCL3NEttMfG5qbF3moBJYv/M=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=IgEy00fJqfWCpuVVsiXP9m+K3NiMdCs21Vm4oTIXEvu/gVBJd8Y3C5rRoNx50/t3p RWFKLEutfZNtEZ+KVA5rmttv1qmnl2BF4XB4iSfWYykvpaLOuXZoyyzDeHUOmBIfgM OPkvNYgSTZVCbCqGS9ST1MZRRUTCk9pIS355h2pY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 20BC684CFA for ; Sat, 10 Feb 2024 10:05:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id xZgTleeYfODc for ; Sat, 10 Feb 2024 10:05:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E614084CD8 for ; Sat, 10 Feb 2024 10:05:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707559548; bh=LFjECZI78FGjY89MWYRRCL3NEttMfG5qbF3moBJYv/M=; h=Date:From:Subject:To:Reply-To; b=1l1TY0uUR/Jxs0OKz+NP3Ls1dIsxsDhwQotdLVuH5ybCUIW8Rs0pOUGq5FF6pPL2K nEH6HJdsf17gHWx6sOeN5dkqi15NL1ZcWe35ncGv0zVW77QpmKs8oFnqNe+IAplnfi q3DESFBAaM2CNwUZzQMFJ3Ptt1B52JA2HMzEYEG8= Received: by cvs.NetBSD.org (Postfix, from userid 500) id DA2E7FA42; Sat, 10 Feb 2024 10:05:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1707559547240570" MIME-Version: 1.0 Date: Sat, 10 Feb 2024 10:05:47 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/inputmethod/fcitx5-chinese-addons To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20240210100547.DA2E7FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1707559547240570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sat Feb 10 10:05:47 UTC 2024 Modified Files: pkgsrc/inputmethod/fcitx5-chinese-addons: Makefile PLIST distinfo Log Message: inputmethod/fcitx5-chinese-addons: Update to 5.1.3 * Use qt5-wtwebengine instead of qt5=qtwebkit. qt5-qtwebkit is not buildable for me now. Changelog: Cleanups. Update translations. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/inputmethod/fcitx5-chinese-addons/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/inputmethod/fcitx5-chinese-addons/PLIST cvs rdiff -u -r1.4 -r1.5 pkgsrc/inputmethod/fcitx5-chinese-addons/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1707559547240570 Content-Disposition: inline Content-Length: 12338 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/inputmethod/fcitx5-chinese-addons/Makefile diff -u pkgsrc/inputmethod/fcitx5-chinese-addons/Makefile:1.26 pkgsrc/inputmethod/fcitx5-chinese-addons/Makefile:1.27 --- pkgsrc/inputmethod/fcitx5-chinese-addons/Makefile:1.26 Tue Jan 30 14:22:12 2024 +++ pkgsrc/inputmethod/fcitx5-chinese-addons/Makefile Sat Feb 10 10:05:47 2024 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2024/01/30 14:22:12 ryoon Exp $ +# $NetBSD: Makefile,v 1.27 2024/02/10 10:05:47 ryoon Exp $ -DISTNAME= fcitx5-chinese-addons-5.0.4 -PKGREVISION= 21 +DISTNAME= fcitx5-chinese-addons-5.1.3 CATEGORIES= inputmethod MASTER_SITES= https://download.fcitx-im.org/fcitx5/fcitx5-chinese-addons/ EXTRACT_SUFX= .tar.xz @@ -24,7 +23,6 @@ EXTRACT_ONLY= ${DEFAULT_DISTFILES} TOOL_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules -USE_CMAKE= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ @@ -35,7 +33,7 @@ post-extract: ${LN} -sf ${DISTDIR}/${DIST_SUBDIR}/${f} ${f} .endfor - +.include "../../devel/cmake/build.mk" .include "../../converters/opencc/buildlink3.mk" .include "../../devel/boost-libs/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" @@ -44,5 +42,8 @@ post-extract: .include "../../inputmethod/libime/buildlink3.mk" .include "../../textproc/fmtlib/buildlink3.mk" .include "../../www/curl/buildlink3.mk" -.include "../../x11/qt5-qtwebkit/buildlink3.mk" +.include "../../x11/qt5-qtdeclarative/buildlink3.mk" +.include "../../x11/qt5-qtlocation/buildlink3.mk" +.include "../../x11/qt5-qtwebchannel/buildlink3.mk" +.include "../../x11/qt5-qtwebengine/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/inputmethod/fcitx5-chinese-addons/PLIST diff -u pkgsrc/inputmethod/fcitx5-chinese-addons/PLIST:1.1 pkgsrc/inputmethod/fcitx5-chinese-addons/PLIST:1.2 --- pkgsrc/inputmethod/fcitx5-chinese-addons/PLIST:1.1 Sat Feb 20 21:29:29 2021 +++ pkgsrc/inputmethod/fcitx5-chinese-addons/PLIST Sat Feb 10 10:05:47 2024 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2021/02/20 21:29:29 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.2 2024/02/10 10:05:47 ryoon Exp $ bin/scel2org5 include/Fcitx5/Module/fcitx-module/cloudpinyin/cloudpinyin_public.h include/Fcitx5/Module/fcitx-module/pinyinhelper/pinyinhelper_public.h @@ -9,14 +9,15 @@ lib/cmake/Fcitx5ModulePinyinHelper/Fcitx lib/cmake/Fcitx5ModulePinyinHelper/Fcitx5ModulePinyinHelperConfigVersion.cmake lib/cmake/Fcitx5ModulePunctuation/Fcitx5ModulePunctuationConfig.cmake lib/cmake/Fcitx5ModulePunctuation/Fcitx5ModulePunctuationConfigVersion.cmake -lib/fcitx5/chttrans.so -lib/fcitx5/cloudpinyin.so -lib/fcitx5/fullwidth.so -lib/fcitx5/pinyin.so -lib/fcitx5/pinyinhelper.so -lib/fcitx5/punctuation.so +lib/fcitx5/libchttrans.so +lib/fcitx5/libcloudpinyin.so +lib/fcitx5/libfullwidth.so +lib/fcitx5/libpinyin.so +lib/fcitx5/libpinyinhelper.so +lib/fcitx5/libpunctuation.so +lib/fcitx5/libtable.so +lib/fcitx5/qt5/libcustomphraseeditor.so lib/fcitx5/qt5/libpinyindictmanager.so -lib/fcitx5/table.so share/fcitx5/addon/chttrans.conf share/fcitx5/addon/cloudpinyin.conf share/fcitx5/addon/fullwidth.conf @@ -43,30 +44,102 @@ share/fcitx5/pinyinhelper/py_table.mb share/fcitx5/punctuation/punc.mb.zh_CN share/fcitx5/punctuation/punc.mb.zh_HK share/fcitx5/punctuation/punc.mb.zh_TW +share/icons/hicolor/16x16/apps/fcitx-cangjie.png +share/icons/hicolor/16x16/apps/fcitx-chn.png +share/icons/hicolor/16x16/apps/fcitx-chttrans-active.png +share/icons/hicolor/16x16/apps/fcitx-chttrans-inactive.png +share/icons/hicolor/16x16/apps/fcitx-erbi.png share/icons/hicolor/16x16/apps/fcitx-fullwidth-active.png share/icons/hicolor/16x16/apps/fcitx-fullwidth-inactive.png +share/icons/hicolor/16x16/apps/fcitx-pinyin.png share/icons/hicolor/16x16/apps/fcitx-punc-active.png share/icons/hicolor/16x16/apps/fcitx-punc-inactive.png +share/icons/hicolor/16x16/apps/fcitx-remind-active.png +share/icons/hicolor/16x16/apps/fcitx-remind-inactive.png +share/icons/hicolor/16x16/apps/fcitx-shuangpin.png +share/icons/hicolor/16x16/apps/fcitx-wbpy.png +share/icons/hicolor/16x16/apps/fcitx-wubi.png +share/icons/hicolor/16x16/apps/fcitx-ziranma.png +share/icons/hicolor/16x16/apps/org.fcitx.Fcitx5.fcitx-cangjie.png +share/icons/hicolor/16x16/apps/org.fcitx.Fcitx5.fcitx-chn.png +share/icons/hicolor/16x16/apps/org.fcitx.Fcitx5.fcitx-chttrans-active.png +share/icons/hicolor/16x16/apps/org.fcitx.Fcitx5.fcitx-chttrans-inactive.png +share/icons/hicolor/16x16/apps/org.fcitx.Fcitx5.fcitx-erbi.png share/icons/hicolor/16x16/apps/org.fcitx.Fcitx5.fcitx-fullwidth-active.png share/icons/hicolor/16x16/apps/org.fcitx.Fcitx5.fcitx-fullwidth-inactive.png +share/icons/hicolor/16x16/apps/org.fcitx.Fcitx5.fcitx-pinyin.png share/icons/hicolor/16x16/apps/org.fcitx.Fcitx5.fcitx-punc-active.png share/icons/hicolor/16x16/apps/org.fcitx.Fcitx5.fcitx-punc-inactive.png +share/icons/hicolor/16x16/apps/org.fcitx.Fcitx5.fcitx-remind-active.png +share/icons/hicolor/16x16/apps/org.fcitx.Fcitx5.fcitx-remind-inactive.png +share/icons/hicolor/16x16/apps/org.fcitx.Fcitx5.fcitx-shuangpin.png +share/icons/hicolor/16x16/apps/org.fcitx.Fcitx5.fcitx-wbpy.png +share/icons/hicolor/16x16/apps/org.fcitx.Fcitx5.fcitx-wubi.png +share/icons/hicolor/16x16/apps/org.fcitx.Fcitx5.fcitx-ziranma.png +share/icons/hicolor/22x22/apps/fcitx-cangjie.png +share/icons/hicolor/22x22/apps/fcitx-chn.png +share/icons/hicolor/22x22/apps/fcitx-chttrans-active.png +share/icons/hicolor/22x22/apps/fcitx-chttrans-inactive.png +share/icons/hicolor/22x22/apps/fcitx-erbi.png share/icons/hicolor/22x22/apps/fcitx-fullwidth-active.png share/icons/hicolor/22x22/apps/fcitx-fullwidth-inactive.png +share/icons/hicolor/22x22/apps/fcitx-pinyin.png share/icons/hicolor/22x22/apps/fcitx-punc-active.png share/icons/hicolor/22x22/apps/fcitx-punc-inactive.png +share/icons/hicolor/22x22/apps/fcitx-remind-active.png +share/icons/hicolor/22x22/apps/fcitx-remind-inactive.png +share/icons/hicolor/22x22/apps/fcitx-shuangpin.png +share/icons/hicolor/22x22/apps/fcitx-wbpy.png +share/icons/hicolor/22x22/apps/fcitx-wubi.png +share/icons/hicolor/22x22/apps/fcitx-ziranma.png +share/icons/hicolor/22x22/apps/org.fcitx.Fcitx5.fcitx-cangjie.png +share/icons/hicolor/22x22/apps/org.fcitx.Fcitx5.fcitx-chn.png +share/icons/hicolor/22x22/apps/org.fcitx.Fcitx5.fcitx-chttrans-active.png +share/icons/hicolor/22x22/apps/org.fcitx.Fcitx5.fcitx-chttrans-inactive.png +share/icons/hicolor/22x22/apps/org.fcitx.Fcitx5.fcitx-erbi.png share/icons/hicolor/22x22/apps/org.fcitx.Fcitx5.fcitx-fullwidth-active.png share/icons/hicolor/22x22/apps/org.fcitx.Fcitx5.fcitx-fullwidth-inactive.png +share/icons/hicolor/22x22/apps/org.fcitx.Fcitx5.fcitx-pinyin.png share/icons/hicolor/22x22/apps/org.fcitx.Fcitx5.fcitx-punc-active.png share/icons/hicolor/22x22/apps/org.fcitx.Fcitx5.fcitx-punc-inactive.png +share/icons/hicolor/22x22/apps/org.fcitx.Fcitx5.fcitx-remind-active.png +share/icons/hicolor/22x22/apps/org.fcitx.Fcitx5.fcitx-remind-inactive.png +share/icons/hicolor/22x22/apps/org.fcitx.Fcitx5.fcitx-shuangpin.png +share/icons/hicolor/22x22/apps/org.fcitx.Fcitx5.fcitx-wbpy.png +share/icons/hicolor/22x22/apps/org.fcitx.Fcitx5.fcitx-wubi.png +share/icons/hicolor/22x22/apps/org.fcitx.Fcitx5.fcitx-ziranma.png +share/icons/hicolor/24x24/apps/fcitx-cangjie.png +share/icons/hicolor/24x24/apps/fcitx-chn.png +share/icons/hicolor/24x24/apps/fcitx-chttrans-active.png +share/icons/hicolor/24x24/apps/fcitx-chttrans-inactive.png +share/icons/hicolor/24x24/apps/fcitx-erbi.png share/icons/hicolor/24x24/apps/fcitx-fullwidth-active.png share/icons/hicolor/24x24/apps/fcitx-fullwidth-inactive.png +share/icons/hicolor/24x24/apps/fcitx-pinyin.png share/icons/hicolor/24x24/apps/fcitx-punc-active.png share/icons/hicolor/24x24/apps/fcitx-punc-inactive.png +share/icons/hicolor/24x24/apps/fcitx-remind-active.png +share/icons/hicolor/24x24/apps/fcitx-remind-inactive.png +share/icons/hicolor/24x24/apps/fcitx-shuangpin.png +share/icons/hicolor/24x24/apps/fcitx-wbpy.png +share/icons/hicolor/24x24/apps/fcitx-wubi.png +share/icons/hicolor/24x24/apps/fcitx-ziranma.png +share/icons/hicolor/24x24/apps/org.fcitx.Fcitx5.fcitx-cangjie.png +share/icons/hicolor/24x24/apps/org.fcitx.Fcitx5.fcitx-chn.png +share/icons/hicolor/24x24/apps/org.fcitx.Fcitx5.fcitx-chttrans-active.png +share/icons/hicolor/24x24/apps/org.fcitx.Fcitx5.fcitx-chttrans-inactive.png +share/icons/hicolor/24x24/apps/org.fcitx.Fcitx5.fcitx-erbi.png share/icons/hicolor/24x24/apps/org.fcitx.Fcitx5.fcitx-fullwidth-active.png share/icons/hicolor/24x24/apps/org.fcitx.Fcitx5.fcitx-fullwidth-inactive.png +share/icons/hicolor/24x24/apps/org.fcitx.Fcitx5.fcitx-pinyin.png share/icons/hicolor/24x24/apps/org.fcitx.Fcitx5.fcitx-punc-active.png share/icons/hicolor/24x24/apps/org.fcitx.Fcitx5.fcitx-punc-inactive.png +share/icons/hicolor/24x24/apps/org.fcitx.Fcitx5.fcitx-remind-active.png +share/icons/hicolor/24x24/apps/org.fcitx.Fcitx5.fcitx-remind-inactive.png +share/icons/hicolor/24x24/apps/org.fcitx.Fcitx5.fcitx-shuangpin.png +share/icons/hicolor/24x24/apps/org.fcitx.Fcitx5.fcitx-wbpy.png +share/icons/hicolor/24x24/apps/org.fcitx.Fcitx5.fcitx-wubi.png +share/icons/hicolor/24x24/apps/org.fcitx.Fcitx5.fcitx-ziranma.png share/icons/hicolor/48x48/apps/fcitx-cangjie.png share/icons/hicolor/48x48/apps/fcitx-chn.png share/icons/hicolor/48x48/apps/fcitx-chttrans-active.png Index: pkgsrc/inputmethod/fcitx5-chinese-addons/distinfo diff -u pkgsrc/inputmethod/fcitx5-chinese-addons/distinfo:1.4 pkgsrc/inputmethod/fcitx5-chinese-addons/distinfo:1.5 --- pkgsrc/inputmethod/fcitx5-chinese-addons/distinfo:1.4 Tue Oct 26 10:49:31 2021 +++ pkgsrc/inputmethod/fcitx5-chinese-addons/distinfo Sat Feb 10 10:05:47 2024 @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 10:49:31 nia Exp $ +$NetBSD: distinfo,v 1.5 2024/02/10 10:05:47 ryoon Exp $ -BLAKE2s (fcitx5-chinese-addons-5.0.4/fcitx5-chinese-addons-5.0.4.tar.xz) = 9c23fcb0160a48f67103627e9548a5836795fd21a06737e2dcea533a07ea3d39 -SHA512 (fcitx5-chinese-addons-5.0.4/fcitx5-chinese-addons-5.0.4.tar.xz) = 0e7906bd2b1f502c0b6094e0b8cd3f811985608957a97c6bfb07838c711c6d0ea1dd9bb018f421ac623e81826686b20597967392cb34a9219b648061bcecfb41 -Size (fcitx5-chinese-addons-5.0.4/fcitx5-chinese-addons-5.0.4.tar.xz) = 199476 bytes -BLAKE2s (fcitx5-chinese-addons-5.0.4/py_stroke-20121124.tar.gz) = 63884e014437272e0079123a6fa8bc90810b43c4d6d2bf763edd9e23ce87534d -SHA512 (fcitx5-chinese-addons-5.0.4/py_stroke-20121124.tar.gz) = d80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3 -Size (fcitx5-chinese-addons-5.0.4/py_stroke-20121124.tar.gz) = 445601 bytes -BLAKE2s (fcitx5-chinese-addons-5.0.4/py_table-20121124.tar.gz) = 76e90426e63315bbfd804913d7efa4088e8917f68b8b690261997c981ea5246f -SHA512 (fcitx5-chinese-addons-5.0.4/py_table-20121124.tar.gz) = 0fa72ce6820a316e9729bc0d7a08af5ca3468134de9ff1bf0c559a398846a7bcf7313a3609d943e6bab637d930cf45ad9acfe25a8d3df078a774b071a7296486 -Size (fcitx5-chinese-addons-5.0.4/py_table-20121124.tar.gz) = 186822 bytes +BLAKE2s (fcitx5-chinese-addons-5.1.3/fcitx5-chinese-addons-5.1.3.tar.xz) = ab4d5d29cdc9780ec3ddf13d17c37c571f0a03453b862c72983ff3e809c26158 +SHA512 (fcitx5-chinese-addons-5.1.3/fcitx5-chinese-addons-5.1.3.tar.xz) = 6dfae25269dd1ffa74857930f175baa1aa43c7e43febcd5443869943ffdfc2e34a73cf0aa86c188458b5d824c0fe6a4dcf98047d53f8c895b3df81d7e810209f +Size (fcitx5-chinese-addons-5.1.3/fcitx5-chinese-addons-5.1.3.tar.xz) = 252016 bytes +BLAKE2s (fcitx5-chinese-addons-5.1.3/py_stroke-20121124.tar.gz) = 63884e014437272e0079123a6fa8bc90810b43c4d6d2bf763edd9e23ce87534d +SHA512 (fcitx5-chinese-addons-5.1.3/py_stroke-20121124.tar.gz) = d80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3 +Size (fcitx5-chinese-addons-5.1.3/py_stroke-20121124.tar.gz) = 445601 bytes +BLAKE2s (fcitx5-chinese-addons-5.1.3/py_table-20121124.tar.gz) = 76e90426e63315bbfd804913d7efa4088e8917f68b8b690261997c981ea5246f +SHA512 (fcitx5-chinese-addons-5.1.3/py_table-20121124.tar.gz) = 0fa72ce6820a316e9729bc0d7a08af5ca3468134de9ff1bf0c559a398846a7bcf7313a3609d943e6bab637d930cf45ad9acfe25a8d3df078a774b071a7296486 +Size (fcitx5-chinese-addons-5.1.3/py_table-20121124.tar.gz) = 186822 bytes --_----------=_1707559547240570--