From db40870ab13377537ad22eaf719b5582bb427095 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-anthy: depends on fcitx5 for icons --- srcpkgs/fcitx-anthy/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fcitx-anthy/template b/srcpkgs/fcitx-anthy/template index 02150ea5ca5..274f16b839d 100644 --- a/srcpkgs/fcitx-anthy/template +++ b/srcpkgs/fcitx-anthy/template @@ -1,11 +1,11 @@ # Template file for 'fcitx-anthy' pkgname=fcitx-anthy version=0.2.4 -revision=1 +revision=2 build_style=cmake hostmakedepends="pkg-config" makedepends="anthy-devel fcitx-devel" -depends="fcitx>=4.2.9 fcitx5-anthy-icons" +depends="fcitx>=4.2.9 fcitx5-anthy" short_desc="Fcitx wrapper for Anthy IM engine" maintainer="Matthias von Faber " license="GPL-2.0-or-later"