From 9bdb688587ba366bd6f568b6f89742c9a190455a Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Sat, 4 Feb 2023 16:28:26 +0000 Subject: [PATCH] New package: plover-4.0.0.dev12 --- srcpkgs/plover/template | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 srcpkgs/plover/template diff --git a/srcpkgs/plover/template b/srcpkgs/plover/template new file mode 100644 index 00000000000..5a9f63e6e0a --- /dev/null +++ b/srcpkgs/plover/template @@ -0,0 +1,23 @@ +# Template file for 'plover' +pkgname=plover +version=4.0.0.dev12 +revision=1 +build_style=python3-module +# https://github.com/openstenoproject/plover/discussions/1587 +make_check_args="-k not(test_readonly_readonly_file)" +hostmakedepends="python3-PyQt5-devel-tools python3-setuptools python3-wheel + python3-Babel" +depends="python3-PyQt5 python3-appdirs python3-xlib python3-wcwidth + python3-rtf_tokenize python3-pyserial python3-plover_stroke" +checkdepends="${depends} python3-pytest python3-pytest-qt" +short_desc="Open source stenotype engine" +maintainer="Mohammed Anas " +license="GPL-2.0-or-later" +homepage="https://www.openstenoproject.org/plover/" +changelog="https://github.com/openstenoproject/plover/raw/master/NEWS.md" +distfiles="https://github.com/openstenoproject/plover/releases/download/v${version}/plover-${version}.tar.gz" +checksum=4dddc00771b8d4d36361f92130df3dd7fc38cdd584f015247fbe5bbf5361ad1b + +post_install() { + vinstall linux/plover.desktop 644 usr/share/applications +}