From 910385f71512f34a8f0ac89a5e897879f46e431c Mon Sep 17 00:00:00 2001 From: CToID Date: Mon, 5 Feb 2024 23:34:06 +0800 Subject: [PATCH] New package: ibus-chewing --- srcpkgs/ibus-chewing/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/ibus-chewing/template diff --git a/srcpkgs/ibus-chewing/template b/srcpkgs/ibus-chewing/template new file mode 100644 index 0000000000000..296691a1f9bda --- /dev/null +++ b/srcpkgs/ibus-chewing/template @@ -0,0 +1,18 @@ +# Template file for 'ibus-chewing' +pkgname=ibus-chewing +version=2.0.0 +revision=1 +build_style=cmake +hostmakedepends="pkg-config gettext" +makedepends="ibus-devel gob2 glib-devel gtk4-devel libchewing-devel libadwaita-devel" +depends="libchewing ibus" +short_desc="Chewing input method for IBus" +maintainer="CToID " +license="GPL-2.0-or-later" +homepage="https://github.com/chewing/ibus-chewing" +distfiles="https://github.com/chewing/ibus-chewing/archive/refs/tags/v${version}.tar.gz" +checksum="6da855d9b15cb84b6ed2a8d1594ffa57cca8ed1234115bd487720379d5c11d0e" +nocross="glib-compile-resources failed to execute while cross-compiling." + +# Package needs to be installed to be tested. +make_check=no