mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
fcitx5-anthy: update to 5.1.7.
This commit is contained in:
parent
659ecbf1c1
commit
c4ed553162
3 changed files with 4 additions and 33 deletions
|
@ -1,10 +0,0 @@
|
||||||
--- a/src/utils.h
|
|
||||||
+++ b/src/utils.h
|
|
||||||
@@ -22,6 +22,7 @@
|
|
||||||
#define __FCITX_ANTHY_UTILS_H__
|
|
||||||
|
|
||||||
#include "common.h"
|
|
||||||
+#include <sys/types.h>
|
|
||||||
|
|
||||||
size_t
|
|
||||||
util_utf8_string_length(const std::string& s);
|
|
|
@ -1,20 +0,0 @@
|
||||||
# Template file for 'fcitx-anthy'
|
|
||||||
pkgname=fcitx-anthy
|
|
||||||
version=0.2.4
|
|
||||||
revision=2
|
|
||||||
build_style=cmake
|
|
||||||
hostmakedepends="pkg-config"
|
|
||||||
makedepends="anthy-devel fcitx-devel"
|
|
||||||
depends="fcitx>=4.2.9 fcitx5-anthy"
|
|
||||||
short_desc="Fcitx wrapper for Anthy IM engine"
|
|
||||||
maintainer="Matthias von Faber <mvf@gmx.eu>"
|
|
||||||
license="GPL-2.0-or-later"
|
|
||||||
homepage="https://fcitx-im.org/"
|
|
||||||
distfiles="https://github.com/fcitx/fcitx-anthy/archive/${version}.tar.gz"
|
|
||||||
checksum=dcb561138508757f37da8a85bdf296368b592649b15ab76e8706db47cc25402a
|
|
||||||
|
|
||||||
CXXFLAGS='-D_GNU_SOURCE'
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
rm -rf ${DESTDIR}/usr/share/icons
|
|
||||||
}
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'fcitx5-anthy'
|
# Template file for 'fcitx5-anthy'
|
||||||
pkgname=fcitx5-anthy
|
pkgname=fcitx5-anthy
|
||||||
version=5.1.5
|
version=5.1.7
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config gettext extra-cmake-modules"
|
hostmakedepends="pkg-config gettext extra-cmake-modules"
|
||||||
|
@ -11,5 +11,6 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://fcitx-im.org/wiki/Fcitx"
|
homepage="https://fcitx-im.org/wiki/Fcitx"
|
||||||
distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-anthy/fcitx5-anthy-${version}.tar.zst"
|
distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-anthy/fcitx5-anthy-${version}.tar.zst"
|
||||||
checksum=85e48ed9e02b7529ce98883b246f2f3a8e72de0e5d48f3ae5e451f78da8acd20
|
checksum=958e4615b78879eeeed4db0b6e462de81bd24fd96276f64ba5aca52f4c04dbed
|
||||||
replaces="fcitx5-anthy-icons>=0"
|
replaces="fcitx5-anthy-icons>=0 fcitx-anthy>=0"
|
||||||
|
provides="fcitx-anthy-5_1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue