mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
fcitx-anthy: update to 0.2.4.
This commit is contained in:
parent
1bb28d0d41
commit
023dc7cb38
1 changed files with 9 additions and 4 deletions
|
@ -1,15 +1,20 @@
|
||||||
# Template file for 'fcitx-anthy'
|
# Template file for 'fcitx-anthy'
|
||||||
pkgname=fcitx-anthy
|
pkgname=fcitx-anthy
|
||||||
version=0.2.3
|
version=0.2.4
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
makedepends="anthy-devel fcitx-devel"
|
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"
|
short_desc="Fcitx wrapper for Anthy IM engine"
|
||||||
maintainer="Matthias von Faber <mvf@gmx.eu>"
|
maintainer="Matthias von Faber <mvf@gmx.eu>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://fcitx-im.org/"
|
homepage="https://fcitx-im.org/"
|
||||||
distfiles="https://github.com/fcitx/fcitx-anthy/archive/${version}.tar.gz"
|
distfiles="https://github.com/fcitx/fcitx-anthy/archive/${version}.tar.gz"
|
||||||
checksum=31826a49a7ff743f830e1279527301abce9e669bc176934c76775999299421a8
|
checksum=dcb561138508757f37da8a85bdf296368b592649b15ab76e8706db47cc25402a
|
||||||
|
|
||||||
CXXFLAGS='-D_GNU_SOURCE'
|
CXXFLAGS='-D_GNU_SOURCE'
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
rm -rf ${DESTDIR}/usr/share/icons
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue