fcitx-hangul: use shared icons with fcitx5

This commit is contained in:
Đoàn Trần Công Danh 2021-03-26 18:39:25 +07:00 committed by Đoàn Trần Công Danh
parent 11f3f1fbe8
commit cafa7edeec

View file

@ -1,15 +1,20 @@
# Template file for 'fcitx-hangul' # Template file for 'fcitx-hangul'
pkgname=fcitx-hangul pkgname=fcitx-hangul
version=0.3.1 version=0.3.1
revision=1 revision=2
build_style=cmake build_style=cmake
hostmakedepends="intltool pkg-config libfcitx" hostmakedepends="intltool pkg-config libfcitx"
makedepends="libhangul-devel fcitx-devel" makedepends="libhangul-devel fcitx-devel"
depends="fcitx>=4.2.9" depends="fcitx>=4.2.9 fcitx5-hangul-icons"
short_desc="Hangul (Korean) support for fcitx" short_desc="Hangul (Korean) support for fcitx"
homepage="https://github.com/fcitx/fcitx-hangul" maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only" license="GPL-2.0-only"
homepage="https://github.com/fcitx/fcitx-hangul"
distfiles="https://download.fcitx-im.org/fcitx-hangul/fcitx-hangul-${version}.tar.xz" distfiles="https://download.fcitx-im.org/fcitx-hangul/fcitx-hangul-${version}.tar.xz"
checksum=6dd5fd5956924c85af92ebefaef1e113e38fa814355fbb0f07c26049c3014437 checksum=6dd5fd5956924c85af92ebefaef1e113e38fa814355fbb0f07c26049c3014437
CXXFLAGS='-D_GNU_SOURCE' CXXFLAGS='-D_GNU_SOURCE'
post_install() {
rm -rf ${DESTDIR}/usr/share/icons
}