ghostwriter: update to 2.0.2.

This commit is contained in:
Andrew Benson 2021-06-27 13:19:36 -05:00
parent 5214ac8fec
commit ae8000ed53
3 changed files with 26 additions and 3 deletions

View File

@ -1 +0,0 @@
A hunspell dictionary must be installed for live spell-checking to work.

View File

@ -0,0 +1,20 @@
A `hunspell` dictionary must be installed for live spell-checking to work. Some available packages available on Void are:
- `hunspell-da_DK` - Danish
- `hunspell-de_CH` - German (Switzerland)
- `hunspell-de_DE` - Germany (Germany)
- `hunspell-el_GR` - Greek
- `hunspell-en_AU` - English (Australia)
- `hunspell-en_GB` - English (Great Britain)
- `hunspell-en_US` - English (United States)
- `hunspell-es_ES` - Spanish
- `hunspell-fr_FR` - French
- `hunspell-hr_HR` - Croatian
- `hunspell-it_IT` - Italian
- `hunspell-pl_PL` - Polish
- `hunspell-pt_BR` - Portuguese (Brazil)
- `hunspell-pt_PT` - Portugese (Portugal)
- `hunspell-ro_RO` - Romanian
- `hunspell-ru_RU` - Russian
- `hunspell-sv_SE` - Swedish

View File

@ -1,6 +1,6 @@
# Template file for 'ghostwriter'
pkgname=ghostwriter
version=2.0.1
version=2.0.2
revision=1
build_style=qmake
hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
@ -12,7 +12,7 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
license="GPL-3.0-or-later"
homepage="http://wereturtle.github.io/ghostwriter"
distfiles="https://github.com/wereturtle/ghostwriter/archive/${version}.tar.gz"
checksum=c0d3130a4ee97dc4e74c6b0723f1125fdf75e3e52326c9c6c7dcf7c1a6d1ea36
checksum=9b7b02a58d78f5cbc535bdf5821f0012c66d6e92fc39b8b80ca59d23adb4f71c
case "$XBPS_TARGET_MACHINE" in
armv5tel*) broken="qtwebengine not built for this platform";;
@ -21,3 +21,7 @@ case "$XBPS_TARGET_MACHINE" in
broken="qtwebengine not built for this platform"
fi;;
esac
post_install() {
vdoc "${FILESDIR}/README.voidlinux"
}