mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
ghostwriter: update to 2.0.2.
This commit is contained in:
parent
5214ac8fec
commit
ae8000ed53
3 changed files with 26 additions and 3 deletions
|
@ -1 +0,0 @@
|
||||||
A hunspell dictionary must be installed for live spell-checking to work.
|
|
20
srcpkgs/ghostwriter/files/README.voidlinux
Normal file
20
srcpkgs/ghostwriter/files/README.voidlinux
Normal 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ghostwriter'
|
# Template file for 'ghostwriter'
|
||||||
pkgname=ghostwriter
|
pkgname=ghostwriter
|
||||||
version=2.0.1
|
version=2.0.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
|
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"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://wereturtle.github.io/ghostwriter"
|
homepage="http://wereturtle.github.io/ghostwriter"
|
||||||
distfiles="https://github.com/wereturtle/ghostwriter/archive/${version}.tar.gz"
|
distfiles="https://github.com/wereturtle/ghostwriter/archive/${version}.tar.gz"
|
||||||
checksum=c0d3130a4ee97dc4e74c6b0723f1125fdf75e3e52326c9c6c7dcf7c1a6d1ea36
|
checksum=9b7b02a58d78f5cbc535bdf5821f0012c66d6e92fc39b8b80ca59d23adb4f71c
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
armv5tel*) broken="qtwebengine not built for this platform";;
|
armv5tel*) broken="qtwebengine not built for this platform";;
|
||||||
|
@ -21,3 +21,7 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
broken="qtwebengine not built for this platform"
|
broken="qtwebengine not built for this platform"
|
||||||
fi;;
|
fi;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue