mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
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:
parent
222ad2d45a
commit
1c5550f134
2 changed files with 25 additions and 0 deletions
10
srcpkgs/fcitx-anthy/patches/musl.patch
Normal file
10
srcpkgs/fcitx-anthy/patches/musl.patch
Normal 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);
|
15
srcpkgs/fcitx-anthy/template
Normal file
15
srcpkgs/fcitx-anthy/template
Normal 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'
|
Loading…
Add table
Reference in a new issue