Skip to content

Commit

Permalink
app-editors/ghostwriter: verbump to 1.7.3
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/668126
Closes: gentoo#10110
Signed-off-by: David Roman <[email protected]>
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
stkw0 authored and a17r committed Oct 27, 2018
1 parent e9614e6 commit 0daf8ca
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-editors/ghostwriter/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST ghostwriter-1.5.0.tar.gz 620301 BLAKE2B 07af6c6b176f15a7b6bee0594936a346160783c553dfd91cd69bde3975ada5c125920c1029ab19aee21c89576c6fab311f7a893447c457ff5a174149e57f67bb SHA512 4b6e1430342069b224f7aece30d5a592a43e9f702cb93fc073fded741771ea74b8478203aeaecdabb791aa7ddd8055d5c36346518adc7dd19b61e5f2e2cbe219
DIST ghostwriter-1.7.3.tar.gz 673328 BLAKE2B 5304f5218da5fe535dea1ed9d43c4358212d9b1025dcc7102a77852c833ba1301d59539df4e2a44fd8a46abe7dfbdc7c6ab490d3f9e8ed5f7b4571b604c3bbb6 SHA512 a6f7e64078bdb3ecd9ea48ead8e96811e62215292a1c4a269f23efb6c0403c62fb0aab3e1303397b08036a7f3507d04a8eb8c14baafd78f64fea20805bb24a5a
55 changes: 55 additions & 0 deletions app-editors/ghostwriter/ghostwriter-1.7.3.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit qmake-utils xdg-utils

DESCRIPTION="Cross-platform, aesthetic, distraction-free markdown editor"
HOMEPAGE="https://wereturtle.github.io/ghostwriter/"
SRC_URI="https://github.com/wereturtle/ghostwriter/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"

RDEPEND="
app-text/hunspell
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtprintsupport:5
dev-qt/qtwebkit:5
dev-qt/qtwidgets:5
"
DEPEND="${RDEPEND}
dev-qt/linguist-tools:5
dev-qt/qtconcurrent:5
"

DOCS=( CREDITS.md README.md )

src_prepare() {
default

sed -i -e "/^VERSION =/s/\$.*/${PV}/" ghostwriter.pro || die "failed to override version"
}

src_configure() {
eqmake5 \
CONFIG+=$(usex debug debug release) \
PREFIX="${EPREFIX}"/usr
}

src_install() {
emake INSTALL_ROOT="${D}" install
einstalldocs
}

pkg_postinst() {
xdg_desktop_database_update
}

pkg_postrm() {
xdg_desktop_database_update
}
4 changes: 4 additions & 0 deletions app-editors/ghostwriter/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
<email>[email protected]</email>
<name>Dmitry Baranov</name>
</maintainer>
<maintainer type="person">
<email>[email protected]</email>
<name>David Roman</name>
</maintainer>
<maintainer type="project">
<email>[email protected]</email>
<name>Proxy Maintainers</name>
Expand Down

0 comments on commit 0daf8ca

Please sign in to comment.