Received: by mail.netbsd.org (Postfix, from userid 605) id 67FF484D8B; Sat, 10 Feb 2024 12:03:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707566602; bh=55xsAmO2t9Pe0m+wnvMp8x3gooz2wYGEJBS26NOq4+M=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=KMutnvDtkrNtMD5qG7DkeBXifZm5ldpDPaDSyq8PdMwm6VPoGs1/g4xqF4UO5GWsO 1hwj0xIy0j48/06J1VgdHpFdBx+uc5bqAd7RaFVjAEjZ4zwBL4oLtGwptohlzpw85D yZa/p8Amj1lCnvdSaEve1NY33PCz9a1hArw24Aqc= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5877184D6C for ; Sat, 10 Feb 2024 12:03:21 +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 ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id NWkV9tyhHLPN for ; Sat, 10 Feb 2024 12:03:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 832A684D00 for ; Sat, 10 Feb 2024 12:03:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707566600; bh=55xsAmO2t9Pe0m+wnvMp8x3gooz2wYGEJBS26NOq4+M=; h=Date:From:Subject:To:Reply-To; b=tCfN7bVq9HWN5oOmnot2ttpwoJRe3uPk6NW+outzhqtVVg7Th203wJb4YS5kTBpZC CTwHOrKl+bC8WYWjbMqKujOXjkANFeBi5Vx4mf49iuauQlZV01gNJELjI+kK902i5g 0Le+MQCxV4jG86Yp9AG2I20LDVB2SvfyHZdiRsYs= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7F6FDFA42; Sat, 10 Feb 2024 12:03:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1707566600182680" MIME-Version: 1.0 Date: Sat, 10 Feb 2024 12:03:20 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/inputmethod/fcitx5-hangul To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20240210120320.7F6FDFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1707566600182680 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:03:20 UTC 2024 Modified Files: pkgsrc/inputmethod/fcitx5-hangul: Makefile PLIST distinfo Log Message: inputmethod/fcitx5-hangul: Update to 5.1.1 Changelog: Cleanups. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/inputmethod/fcitx5-hangul/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/inputmethod/fcitx5-hangul/PLIST cvs rdiff -u -r1.3 -r1.4 pkgsrc/inputmethod/fcitx5-hangul/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1707566600182680 Content-Disposition: inline Content-Length: 4228 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/inputmethod/fcitx5-hangul/Makefile diff -u pkgsrc/inputmethod/fcitx5-hangul/Makefile:1.5 pkgsrc/inputmethod/fcitx5-hangul/Makefile:1.6 --- pkgsrc/inputmethod/fcitx5-hangul/Makefile:1.5 Tue Jun 6 12:41:38 2023 +++ pkgsrc/inputmethod/fcitx5-hangul/Makefile Sat Feb 10 12:03:20 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2023/06/06 12:41:38 riastradh Exp $ +# $NetBSD: Makefile,v 1.6 2024/02/10 12:03:20 ryoon Exp $ -DISTNAME= fcitx5-hangul-5.0.2 +DISTNAME= fcitx5-hangul-5.1.1 CATEGORIES= inputmethod MASTER_SITES= https://download.fcitx-im.org/fcitx5/fcitx5-hangul/ EXTRACT_SUFX= .tar.xz @@ -12,11 +12,11 @@ LICENSE= gnu-gpl-v2 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 +.include "../../devel/cmake/build.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../inputmethod/fcitx5/buildlink3.mk" .include "../../inputmethod/libhangul/buildlink3.mk" Index: pkgsrc/inputmethod/fcitx5-hangul/PLIST diff -u pkgsrc/inputmethod/fcitx5-hangul/PLIST:1.1 pkgsrc/inputmethod/fcitx5-hangul/PLIST:1.2 --- pkgsrc/inputmethod/fcitx5-hangul/PLIST:1.1 Sat Feb 20 21:31:16 2021 +++ pkgsrc/inputmethod/fcitx5-hangul/PLIST Sat Feb 10 12:03:20 2024 @@ -1,10 +1,30 @@ -@comment $NetBSD: PLIST,v 1.1 2021/02/20 21:31:16 ryoon Exp $ -lib/fcitx5/hangul.so +@comment $NetBSD: PLIST,v 1.2 2024/02/10 12:03:20 ryoon Exp $ +lib/fcitx5/libhangul.so share/fcitx5/addon/hangul.conf share/fcitx5/hangul/symbol.txt share/fcitx5/inputmethod/hangul.conf +share/icons/hicolor/16x16/apps/fcitx-hangul.png +share/icons/hicolor/16x16/apps/fcitx-hanja-active.png +share/icons/hicolor/16x16/apps/fcitx-hanja-inactive.png +share/icons/hicolor/16x16/apps/org.fcitx.Fcitx5.fcitx-hangul.png +share/icons/hicolor/16x16/apps/org.fcitx.Fcitx5.fcitx-hanja-active.png +share/icons/hicolor/16x16/apps/org.fcitx.Fcitx5.fcitx-hanja-inactive.png +share/icons/hicolor/22x22/apps/fcitx-hangul.png +share/icons/hicolor/22x22/apps/fcitx-hanja-active.png +share/icons/hicolor/22x22/apps/fcitx-hanja-inactive.png +share/icons/hicolor/22x22/apps/org.fcitx.Fcitx5.fcitx-hangul.png +share/icons/hicolor/22x22/apps/org.fcitx.Fcitx5.fcitx-hanja-active.png +share/icons/hicolor/22x22/apps/org.fcitx.Fcitx5.fcitx-hanja-inactive.png +share/icons/hicolor/24x24/apps/fcitx-hangul.png +share/icons/hicolor/24x24/apps/fcitx-hanja-active.png +share/icons/hicolor/24x24/apps/fcitx-hanja-inactive.png +share/icons/hicolor/24x24/apps/org.fcitx.Fcitx5.fcitx-hangul.png +share/icons/hicolor/24x24/apps/org.fcitx.Fcitx5.fcitx-hanja-active.png +share/icons/hicolor/24x24/apps/org.fcitx.Fcitx5.fcitx-hanja-inactive.png +share/icons/hicolor/48x48/apps/fcitx-hangul.png share/icons/hicolor/48x48/apps/fcitx-hanja-active.png share/icons/hicolor/48x48/apps/fcitx-hanja-inactive.png +share/icons/hicolor/48x48/apps/org.fcitx.Fcitx5.fcitx-hangul.png share/icons/hicolor/48x48/apps/org.fcitx.Fcitx5.fcitx-hanja-active.png share/icons/hicolor/48x48/apps/org.fcitx.Fcitx5.fcitx-hanja-inactive.png share/icons/hicolor/64x64/apps/fcitx-hangul.png Index: pkgsrc/inputmethod/fcitx5-hangul/distinfo diff -u pkgsrc/inputmethod/fcitx5-hangul/distinfo:1.3 pkgsrc/inputmethod/fcitx5-hangul/distinfo:1.4 --- pkgsrc/inputmethod/fcitx5-hangul/distinfo:1.3 Tue Oct 26 10:49:31 2021 +++ pkgsrc/inputmethod/fcitx5-hangul/distinfo Sat Feb 10 12:03:20 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:49:31 nia Exp $ +$NetBSD: distinfo,v 1.4 2024/02/10 12:03:20 ryoon Exp $ -BLAKE2s (fcitx5-hangul-5.0.2.tar.xz) = 5b965b988d9e6375a9ef1224f45d1632f2bcd98e70b2b8ce0703beb9e03d9e7c -SHA512 (fcitx5-hangul-5.0.2.tar.xz) = dfee0283a92b7d44e284950f344b7e8e5f1f5eb2afa27dedeaaa5e8c73241e891b20439eb48d56269d8fb2eeaef9f0c0da019e0a074f42e14d408aefa70e2a06 -Size (fcitx5-hangul-5.0.2.tar.xz) = 25920 bytes +BLAKE2s (fcitx5-hangul-5.1.1.tar.xz) = 9911a79dc4ce21a8416cca003cb5a13c55de40b07a846577b64087d43637d48c +SHA512 (fcitx5-hangul-5.1.1.tar.xz) = 7b16a81cee1448de2428a96f89ce0a4e41f51e8c3f9beb930b068147ef7d93e227081f65ede0d799d1e15692e4742da3ab864fb652fa1812bd5de24da7e3a2f7 +Size (fcitx5-hangul-5.1.1.tar.xz) = 39296 bytes --_----------=_1707566600182680--