From 023dc7cb3892b23dd18970a866cb26cad617f0c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 28 Mar 2021 20:03:31 +0700 Subject: [PATCH] fcitx-anthy: update to 0.2.4. --- srcpkgs/fcitx-anthy/template | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/srcpkgs/fcitx-anthy/template b/srcpkgs/fcitx-anthy/template index d03499e83c3..02150ea5ca5 100644 --- a/srcpkgs/fcitx-anthy/template +++ b/srcpkgs/fcitx-anthy/template @@ -1,15 +1,20 @@ # Template file for 'fcitx-anthy' pkgname=fcitx-anthy -version=0.2.3 -revision=2 +version=0.2.4 +revision=1 build_style=cmake +hostmakedepends="pkg-config" makedepends="anthy-devel fcitx-devel" -depends="fcitx>=4.2.9" +depends="fcitx>=4.2.9 fcitx5-anthy-icons" short_desc="Fcitx wrapper for Anthy IM engine" maintainer="Matthias von Faber " license="GPL-2.0-or-later" homepage="https://fcitx-im.org/" distfiles="https://github.com/fcitx/fcitx-anthy/archive/${version}.tar.gz" -checksum=31826a49a7ff743f830e1279527301abce9e669bc176934c76775999299421a8 +checksum=dcb561138508757f37da8a85bdf296368b592649b15ab76e8706db47cc25402a CXXFLAGS='-D_GNU_SOURCE' + +post_install() { + rm -rf ${DESTDIR}/usr/share/icons +}