From cd805cad10752cbfb73311330dc9a2d53e76d2ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 21 May 2024 09:18:09 +0700 Subject: [PATCH] fcitx-hangul: depends on fcitx5 for icons --- srcpkgs/fcitx-hangul/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fcitx-hangul/template b/srcpkgs/fcitx-hangul/template index 10e8b6cc1a6..ed1a388c8da 100644 --- a/srcpkgs/fcitx-hangul/template +++ b/srcpkgs/fcitx-hangul/template @@ -1,11 +1,11 @@ # Template file for 'fcitx-hangul' pkgname=fcitx-hangul version=0.3.1 -revision=2 +revision=3 build_style=cmake hostmakedepends="pkg-config libfcitx gettext" makedepends="libhangul-devel fcitx-devel" -depends="fcitx>=4.2.9 fcitx5-hangul-icons" +depends="fcitx>=4.2.9 fcitx5-hangul" short_desc="Hangul (Korean) support for fcitx" maintainer="Orphaned " license="GPL-2.0-only"