ghostwriter: update to 2.0.0.
This commit is contained in:
parent
ee62123ffe
commit
3afd9ad1b8
2 changed files with 4 additions and 18 deletions
|
@ -1,14 +0,0 @@
|
||||||
Source: @pullmoll
|
|
||||||
Upstream: no
|
|
||||||
Reason: qt5-5.15.0 requires explicit include for QPainterPath
|
|
||||||
|
|
||||||
--- src/MarkdownEditor.cpp 2020-02-23 01:49:46.000000000 +0100
|
|
||||||
+++ src/MarkdownEditor.cpp 2020-07-14 02:29:29.200936217 +0200
|
|
||||||
@@ -34,6 +34,7 @@
|
|
||||||
#include <QUrl>
|
|
||||||
#include <QPixmap>
|
|
||||||
#include <QPainter>
|
|
||||||
+#include <QPainterPath>
|
|
||||||
#include <QFileInfo>
|
|
||||||
#include <QDir>
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'ghostwriter'
|
# Template file for 'ghostwriter'
|
||||||
pkgname=ghostwriter
|
pkgname=ghostwriter
|
||||||
version=1.8.1
|
version=2.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=qmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
|
hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
|
||||||
makedepends="hunspell-devel qt5-multimedia-devel qt5-svg-devel qt5-tools-devel
|
makedepends="hunspell-devel qt5-multimedia-devel qt5-svg-devel qt5-tools-devel
|
||||||
qt5-webengine-devel qt5-location-devel qt5-webchannel-devel qt5-declarative-devel"
|
qt5-webengine-devel qt5-location-devel qt5-webchannel-devel qt5-declarative-devel"
|
||||||
|
@ -11,8 +11,8 @@ short_desc="Distraction-free Markdown editor"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
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/v${version}.tar.gz"
|
distfiles="https://github.com/wereturtle/ghostwriter/archive/${version}.tar.gz"
|
||||||
checksum=2b73fed6a95ebcd45333fe4b12acb491eb4171fca8a11eea1af9bbdc73ed4b69
|
checksum=9ece6235fd3794c33f3b2cead83344ac01054ac4f42df42934e125137a2782bd
|
||||||
|
|
||||||
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";;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue