New package: fcitx-anthy-0.2.3

Closes: #12570 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Matthias von Faber 2018-03-15 06:18:11 +01:00 committed by Jürgen Buchmüller
parent 222ad2d45a
commit 1c5550f134
No known key found for this signature in database
GPG Key ID: 6764EC32352D0647
2 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- src/utils.h
+++ 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);

View File

@ -0,0 +1,15 @@
# Template file for 'fcitx-anthy'
pkgname=fcitx-anthy
version=0.2.3
revision=1
build_style=cmake
makedepends="anthy-devel fcitx-devel"
depends="fcitx>=4.2.9"
short_desc="Fcitx wrapper for Anthy IM engine"
maintainer="Matthias von Faber <mvf@gmx.eu>"
license="GPL-2"
homepage="https://fcitx-im.org/"
distfiles="https://github.com/fcitx/fcitx-anthy/archive/${version}.tar.gz"
checksum=31826a49a7ff743f830e1279527301abce9e669bc176934c76775999299421a8
CXXFLAGS='-D_GNU_SOURCE'