ghostwriter: update to 1.6.2

- Also fix maintainer's email address.
- Fix an issue with possibly missing hicolor icons.
- Fix an issue where qt5-svg is missing as a dependency.

Closes: #13329 [via git-merge-pr]
This commit is contained in:
Andrew Benson 2018-04-15 18:19:56 -05:00 committed by Michael Aldridge
parent 9eab8f4e77
commit 2a710f2e68
1 changed files with 5 additions and 4 deletions

View File

@ -1,16 +1,17 @@
# Template file for 'ghostwriter'
pkgname=ghostwriter
version=1.5.0
revision=2
version=1.6.2
revision=1
build_style=qmake
hostmakedepends="qt5-qmake pkg-config"
makedepends="qt5-devel qt5-tools-devel qt5-multimedia-devel qt5-svg-devel qt5-webkit-devel hunspell-devel"
depends="hicolor-icon-theme qt5-svg"
homepage="http://wereturtle.github.io/ghostwriter"
distfiles="https://github.com/wereturtle/ghostwriter/archive/v${version}.tar.gz"
short_desc="A distraction-free Markdown editor"
maintainer="Andrew Benson <abenson+void@gmail.org>"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="GPL-3"
checksum=bfd64024d9741f55d587afa5661f4b5e2a48becbbc92495c2186fca44fb08486
checksum=fea5a1b2b2ebd79c2814ff32c4b9d3bdc983f8260566fc7a1c9795da592d97c0
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-devel qt5-multimedia-devel qt5-svg-devel qt5-webkit-devel"