From 6061ac542b04f615df03b452da1638750ab5d9ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 25 Mar 2021 18:17:34 +0700 Subject: [PATCH] fcitx-chewing: use shared icons with fcitx5 --- srcpkgs/fcitx-chewing/template | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/srcpkgs/fcitx-chewing/template b/srcpkgs/fcitx-chewing/template index 65c99624ed..8f2c9c4ce4 100644 --- a/srcpkgs/fcitx-chewing/template +++ b/srcpkgs/fcitx-chewing/template @@ -1,13 +1,18 @@ # Template file for 'fcitx-chewing' pkgname=fcitx-chewing version=0.2.3 -revision=1 +revision=2 build_style=cmake hostmakedepends="pkg-config" makedepends="fcitx-devel libchewing-devel" +depends="fcitx5-chewing-icons" short_desc="Fcitx wrapper for Chewing IM engine" maintainer="Robert Stancil " license="GPL-2.0-only" homepage="https://www.fcitx-im.org/wiki/Chewing" distfiles="https://github.com/fcitx/fcitx-chewing/archive/${version}.tar.gz" checksum=ad20eb7b4911cdfb88224f4883d1778253e30180a84898dfcbf8ece36b1182fc + +post_install() { + rm -rf ${DESTDIR}/usr/share/icons +}