From 37c2548bab456bb6b771875ff59d355facce0aec Mon Sep 17 00:00:00 2001 From: Hervy Qurrotul Ainur Rozi Date: Thu, 5 Sep 2024 09:49:04 +0800 Subject: [PATCH] New package: maliit-keyboard --- common/shlibs | 1 + srcpkgs/maliit-keyboard/template | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 srcpkgs/maliit-keyboard/template diff --git a/common/shlibs b/common/shlibs index 391ecd3eefd0e5..48acdc9cb64254 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4525,3 +4525,4 @@ libhwy.so.1 highway-1.2.0_1 libscenefx.so.1 scenefx-0.1_1 libnng.so.1 nng-1.5.2_1 libsentry.so sentry-native-0.7.7_1 +libmaliit-plugins.so.2 maliit-keyboard-2.3.1_1 diff --git a/srcpkgs/maliit-keyboard/template b/srcpkgs/maliit-keyboard/template new file mode 100644 index 00000000000000..6f47c69b9fa726 --- /dev/null +++ b/srcpkgs/maliit-keyboard/template @@ -0,0 +1,24 @@ +# Template file for 'maliit-keyboard' +pkgname=maliit-keyboard +version=2.3.1 +revision=1 +build_style=cmake +configure_args="-Denable-presage=OFF + -Denable-tests=OFF + -DWaylandScanner_EXECUTABLE=/usr/bin/wayland-scanner" +hostmakedepends="gettext libpinyin maliit-framework pkg-config qt5-qmake" +makedepends="anthy-devel anthy-devel anthy-unicode-devel glib-devel hunspell-devel + libchewing-devel libpinyin-devel maliit-framework-devel qt5-declarative-devel + qt5-multimedia-devel qt5-quickcontrols2-devel" +depends="hunspell maliit-framework qt5-graphicaleffects qt5-multimedia qt5-quickcontrols2" +short_desc="Virtual keyboard based on Maliit framework" +maintainer="Hervy Qurrotul Ainur Rozi " +license="LGPL-2.1-only" +homepage="https://maliit.github.io" +changelog="https://raw.githubusercontent.com/maliit/keyboard/master/NEWS" +distfiles="https://github.com/maliit/keyboard/archive/refs/tags/${version}.tar.gz" +checksum=c3e1eb985b8ae7ce4e3e28412b7e797ff5db437ccd327e0d852a3c37f17fe456 + +post_install() { + rm -fr ${DESTDIR}/usr/share/doc/maliit-keyboard +}