From f24b91c292b3b9177f27e7355d9bdb5005e6609d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 28 Mar 2021 18:42:50 +0700 Subject: [PATCH] New package: anthy-unicode-1.0.0.20201109 --- common/shlibs | 3 +++ srcpkgs/anthy-unicode-devel | 1 + srcpkgs/anthy-unicode/template | 37 ++++++++++++++++++++++++++++++++++ srcpkgs/libanthy-unicode | 1 + 4 files changed, 42 insertions(+) create mode 120000 srcpkgs/anthy-unicode-devel create mode 100644 srcpkgs/anthy-unicode/template create mode 120000 srcpkgs/libanthy-unicode diff --git a/common/shlibs b/common/shlibs index 39ea163292e..966f665424f 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2330,6 +2330,9 @@ liboath.so.0 oath-toolkit-2.6.0_2 libanthy.so.1 libanthy-0.4_1 libanthydic.so.1 libanthy-0.4_1 libanthyinput.so.0 libanthy-0.4_1 +libanthy-unicode.so.0 libanthy-unicode-1.0.0.20201109_1 +libanthydic-unicode.so.0 libanthy-unicode-1.0.0.20201109_1 +libanthyinput-unicode.so.0 libanthy-unicode-1.0.0.20201109_1 libanthygobject-1.0.so.5 ibus-anthy-1.5.6_1 libtbbmalloc_proxy_debug.so.2 tbb-4.3_1 libtbbmalloc_proxy.so.2 tbb-4.3_1 diff --git a/srcpkgs/anthy-unicode-devel b/srcpkgs/anthy-unicode-devel new file mode 120000 index 00000000000..db3b5137210 --- /dev/null +++ b/srcpkgs/anthy-unicode-devel @@ -0,0 +1 @@ +anthy-unicode \ No newline at end of file diff --git a/srcpkgs/anthy-unicode/template b/srcpkgs/anthy-unicode/template new file mode 100644 index 00000000000..f7c4ae32a5b --- /dev/null +++ b/srcpkgs/anthy-unicode/template @@ -0,0 +1,37 @@ +# Template file for 'anthy-unicode' +pkgname=anthy-unicode +version=1.0.0.20201109 +revision=1 +build_style=gnu-configure +configure_args="--disable-static" +short_desc="Japanese character set input library for Unicode" +maintainer="Đoàn Trần Công Danh " +license="LGPL-2.0-or-later, GPL-2.0-only, Public Domain" +homepage="https://github.com/fujiwarat/anthy-unicode/wiki" +distfiles="https://github.com/fujiwarat/anthy-unicode/releases/download/${version}/${pkgname}-${version}.tar.gz" +checksum=7d595bd422222bd67d7944f0c29f7d739fe677e4b885de3d4f0dae417b674381 +nocross='execute lt-mkdepgraph' + +post_install() { + rm ${DESTDIR}/usr/lib/*.la +} + +libanthy-unicode_package() { + short_desc+=" - libraries" + conf_files="/etc/anthy-unicode.conf" + pkg_install() { + vmove etc/anthy-unicode.conf + vmove "usr/lib/*.so.*" + vmove usr/share + } +} + +anthy-unicode-devel_package() { + short_desc+=" - development files" + depends="libanthy-unicode-${version}_${revision}" + pkg_install() { + vmove usr/include + vmove usr/lib/pkgconfig + vmove "usr/lib/*.so" + } +} diff --git a/srcpkgs/libanthy-unicode b/srcpkgs/libanthy-unicode new file mode 120000 index 00000000000..db3b5137210 --- /dev/null +++ b/srcpkgs/libanthy-unicode @@ -0,0 +1 @@ +anthy-unicode \ No newline at end of file