Received: by mail.netbsd.org (Postfix, from userid 605) id 694BC84D6F; Sat, 10 Feb 2024 12:24:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707567847; bh=gQdDVnwYu3S/P4jm7c8qEghhcWAUuG2Z5y7rrt1FDRA=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=mzQKCiBLkFQ5We9gRaVRmQTdYBfwGWyCNyMBcOqWgU5GCZauPEq8LTioRlugMcM0J 9V7p/VHzT8pe53SCeffNOkcxSQMLTcTdC/wCrJrSdbTzaG1TqhRp4PtLMySslKVz0/ +BTD3KjngpgCAFMFSniRGjlLatZ+YoK9mMd3wlSM= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5B1A084D00 for ; Sat, 10 Feb 2024 12:24:06 +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 Y1CCicAc4gZ9 for ; Sat, 10 Feb 2024 12:24:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A63B884CFD for ; Sat, 10 Feb 2024 12:24:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707567845; bh=gQdDVnwYu3S/P4jm7c8qEghhcWAUuG2Z5y7rrt1FDRA=; h=Date:From:Subject:To:Reply-To; b=gv8FSlIcewxtDhNoFRcmibXBtrvfo9rXd2RyD6GtC1Mv9XYqotCdtSraz+u8V4Vye f6Olk23dNWrYZTnP8mRu80EwbCCOZf8/oMPbVgkzjpcJZPivGpO+Ysy0IKnUtuPFoV uZAtb0Q4dLwQTWi9qWz1A3x7nNq/20ZDD6R/21/w= Received: by cvs.NetBSD.org (Postfix, from userid 500) id A1577FA42; Sat, 10 Feb 2024 12:24:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170756784536670" MIME-Version: 1.0 Date: Sat, 10 Feb 2024 12:24:05 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/inputmethod/fcitx5-zhuyin To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20240210122405.A1577FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170756784536670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sat Feb 10 12:24:05 UTC 2024 Modified Files: pkgsrc/inputmethod/fcitx5-zhuyin: Makefile PLIST distinfo Log Message: inputmethod/fcitx5-zhuyin: Update to 5.1.0 Changelog: Update translations. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/inputmethod/fcitx5-zhuyin/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/inputmethod/fcitx5-zhuyin/PLIST cvs rdiff -u -r1.3 -r1.4 pkgsrc/inputmethod/fcitx5-zhuyin/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170756784536670 Content-Disposition: inline Content-Length: 4007 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/inputmethod/fcitx5-zhuyin/Makefile diff -u pkgsrc/inputmethod/fcitx5-zhuyin/Makefile:1.7 pkgsrc/inputmethod/fcitx5-zhuyin/Makefile:1.8 --- pkgsrc/inputmethod/fcitx5-zhuyin/Makefile:1.7 Tue Jun 6 12:41:40 2023 +++ pkgsrc/inputmethod/fcitx5-zhuyin/Makefile Sat Feb 10 12:24:05 2024 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2023/06/06 12:41:40 riastradh Exp $ +# $NetBSD: Makefile,v 1.8 2024/02/10 12:24:05 ryoon Exp $ -DISTNAME= fcitx5-zhuyin-5.0.3 -PKGREVISION= 2 +DISTNAME= fcitx5-zhuyin-5.1.0 CATEGORIES= inputmethod MASTER_SITES= https://download.fcitx-im.org/fcitx5/fcitx5-zhuyin/ EXTRACT_SUFX= .tar.xz @@ -21,7 +20,6 @@ EXTRACT_ONLY= ${DEFAULT_DISTFILES} TOOL_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules -USE_CMAKE= yes USE_PKGLOCALEDIR= yes USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config @@ -32,6 +30,7 @@ post-extract: ${LN} -sf ${DISTDIR}/${DIST_SUBDIR}/${f} ${f} .endfor +.include "../../devel/cmake/build.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../inputmethod/fcitx5/buildlink3.mk" .include "../../textproc/fmtlib/buildlink3.mk" Index: pkgsrc/inputmethod/fcitx5-zhuyin/PLIST diff -u pkgsrc/inputmethod/fcitx5-zhuyin/PLIST:1.1 pkgsrc/inputmethod/fcitx5-zhuyin/PLIST:1.2 --- pkgsrc/inputmethod/fcitx5-zhuyin/PLIST:1.1 Sat Feb 20 21:52:29 2021 +++ pkgsrc/inputmethod/fcitx5-zhuyin/PLIST Sat Feb 10 12:24:05 2024 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2021/02/20 21:52:29 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.2 2024/02/10 12:24:05 ryoon Exp $ lib/fcitx5/zhuyin.so share/fcitx5/addon/zhuyin.conf share/fcitx5/inputmethod/zhuyin.conf @@ -13,11 +13,18 @@ share/fcitx5/zhuyin/merged.bin share/fcitx5/zhuyin/phrase_index.bin share/fcitx5/zhuyin/pinyin_index.bin share/fcitx5/zhuyin/table.conf +share/icons/hicolor/16x16/apps/fcitx-zhuyin.png +share/icons/hicolor/16x16/apps/org.fcitx.Fcitx5.fcitx-zhuyin.png +share/icons/hicolor/22x22/apps/fcitx-zhuyin.png +share/icons/hicolor/22x22/apps/org.fcitx.Fcitx5.fcitx-zhuyin.png +share/icons/hicolor/24x24/apps/fcitx-zhuyin.png +share/icons/hicolor/24x24/apps/org.fcitx.Fcitx5.fcitx-zhuyin.png share/icons/hicolor/48x48/apps/fcitx-zhuyin.png share/icons/hicolor/48x48/apps/org.fcitx.Fcitx5.fcitx-zhuyin.png share/locale/ca/LC_MESSAGES/fcitx5-zhuyin.mo share/locale/da/LC_MESSAGES/fcitx5-zhuyin.mo share/locale/de/LC_MESSAGES/fcitx5-zhuyin.mo +share/locale/he/LC_MESSAGES/fcitx5-zhuyin.mo share/locale/ja/LC_MESSAGES/fcitx5-zhuyin.mo share/locale/ko/LC_MESSAGES/fcitx5-zhuyin.mo share/locale/ru/LC_MESSAGES/fcitx5-zhuyin.mo Index: pkgsrc/inputmethod/fcitx5-zhuyin/distinfo diff -u pkgsrc/inputmethod/fcitx5-zhuyin/distinfo:1.3 pkgsrc/inputmethod/fcitx5-zhuyin/distinfo:1.4 --- pkgsrc/inputmethod/fcitx5-zhuyin/distinfo:1.3 Tue Oct 26 10:49:33 2021 +++ pkgsrc/inputmethod/fcitx5-zhuyin/distinfo Sat Feb 10 12:24:05 2024 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:49:33 nia Exp $ +$NetBSD: distinfo,v 1.4 2024/02/10 12:24:05 ryoon Exp $ -BLAKE2s (fcitx5-zhuyin-5.0.3.tar.xz) = 391cafd91371ef5d41b6b4a279f6b75dca9490c24fabb8ce318783a6b9ef014e -SHA512 (fcitx5-zhuyin-5.0.3.tar.xz) = 992be8e77f0dc2f93973c43899a3d2bbddaf5743f10939d42bcb51d756dc98ae8e4917ebc0b7e6419bb0cf39a1b2a3317765d3599c86df8fa1f96fcbfd89523d -Size (fcitx5-zhuyin-5.0.3.tar.xz) = 28328 bytes +BLAKE2s (fcitx5-zhuyin-5.1.0.tar.xz) = 348b8ea8d1d0b44ab27c3a152c86cbb8819da420eef8031fff2369db71db8f66 +SHA512 (fcitx5-zhuyin-5.1.0.tar.xz) = 5f83173360a995c59ba96b953fb029a27959677210af985ace21dcf419d2f22d5cc9310a739fbe007781fd7702cf9ae8b7ede195b834dcfafd1cd93a40ed55bc +Size (fcitx5-zhuyin-5.1.0.tar.xz) = 32508 bytes BLAKE2s (model.text.20161206.tar.gz) = 39a181f25fc4f0c480eab65b36166245ea498c2f36e7f5a20985c0404aa4a2bd SHA512 (model.text.20161206.tar.gz) = 26450e347b7a211e5abd94acbb9befc8cee7d8fc20e5161ef11b8b9b1ad47cde4f1add5c41484d9af04e4dde2aa748090e297e799ee7f6d2f9fcec3873eee429 Size (model.text.20161206.tar.gz) = 15099931 bytes --_----------=_170756784536670--