plover: update to 4.0.0rc2.

This commit is contained in:
Mohammed Anas 2023-10-11 17:54:19 +01:00 committed by classabbyamp
parent a3cdfff5c8
commit d890a04188

View file

@ -1,8 +1,8 @@
# Template file for 'plover' # Template file for 'plover'
pkgname=plover pkgname=plover
reverts="4.0.0.dev12_1" reverts="4.0.0.dev12_1"
version=4.0.0rc1 version=4.0.0rc2
revision=2 revision=1
build_style=python3-module build_style=python3-module
# https://github.com/openstenoproject/plover/discussions/1587 # https://github.com/openstenoproject/plover/discussions/1587
make_check_args="-k not(test_readonly_readonly_file)" make_check_args="-k not(test_readonly_readonly_file)"
@ -17,8 +17,10 @@ license="GPL-2.0-or-later"
homepage="https://www.openstenoproject.org/plover/" homepage="https://www.openstenoproject.org/plover/"
changelog="https://github.com/openstenoproject/plover/raw/main/NEWS.md" changelog="https://github.com/openstenoproject/plover/raw/main/NEWS.md"
distfiles="https://github.com/openstenoproject/plover/releases/download/v${version}/plover-${version}.tar.gz" distfiles="https://github.com/openstenoproject/plover/releases/download/v${version}/plover-${version}.tar.gz"
checksum=2cfe2eda6850286ff3f2c1ba4632e0113a4036eab8e49e4072a2686668f1c411 checksum=0a3e76f92d3a7231e3d3ab8b54f5d5a0adbf7fb1024d5f0c8ea9a38d969ba2c5
post_install() { post_install() {
vinstall linux/plover.desktop 644 usr/share/applications vinstall linux/plover.desktop 644 usr/share/applications
vinstall plover/assets/plover-icon.svg 644 usr/share/pixmaps plover.svg
vinstall plover/assets/plover.png 644 usr/share/pixmaps
} }