aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-05-09 15:10:26 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-05-09 15:19:25 +0200
commit321266e6ad00b52118dee04dc8f163545d4cb2d3 (patch)
tree3175c34d2349ad68986fa8b60520434ef06b411e /app-editors/ghostwriter
parentapp-crypt/keysmith: 23.04.1 version bump (diff)
downloadkde-321266e6ad00b52118dee04dc8f163545d4cb2d3.tar.gz
kde-321266e6ad00b52118dee04dc8f163545d4cb2d3.tar.bz2
kde-321266e6ad00b52118dee04dc8f163545d4cb2d3.zip
app-editors/ghostwriter: 23.04.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-editors/ghostwriter')
-rw-r--r--app-editors/ghostwriter/Manifest1
-rw-r--r--app-editors/ghostwriter/ghostwriter-23.04.1.ebuild41
2 files changed, 42 insertions, 0 deletions
diff --git a/app-editors/ghostwriter/Manifest b/app-editors/ghostwriter/Manifest
new file mode 100644
index 0000000000..37efaf187a
--- /dev/null
+++ b/app-editors/ghostwriter/Manifest
@@ -0,0 +1 @@
+DIST ghostwriter-23.04.1.tar.xz 3072076 BLAKE2B 8cb0b0fb295d99b955d1997478756be72f4af20b03e206444a79cdb624b477f5acd095e11b96c4cbd28105edd790a6a1d125e38cdd88c25db06c8ae3dea2f166 SHA512 70be74472f8d0970206221182c244821f316151cd240f98d821438ba86b14a1edfbdd2d1fd8aeb0d41415f18e01db655c937c6e3e27f2aac49df11d47937c490
diff --git a/app-editors/ghostwriter/ghostwriter-23.04.1.ebuild b/app-editors/ghostwriter/ghostwriter-23.04.1.ebuild
new file mode 100644
index 0000000000..684e2c707c
--- /dev/null
+++ b/app-editors/ghostwriter/ghostwriter-23.04.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_CATEGORY="office"
+ECM_HANDBOOK="optional"
+KFMIN=5.104.0
+QTMIN=5.15.5
+inherit ecm gear.kde.org
+
+DESCRIPTION="Cross-platform, aesthetic, distraction-free markdown editor"
+HOMEPAGE="https://ghostwriter.kde.org/"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="
+ app-text/hunspell:=
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtsvg-${QTMIN}:5
+ >=dev-qt/qtwebchannel-${QTMIN}:5
+ >=dev-qt/qtwebengine-${QTMIN}:5[widgets]
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+ >=kde-frameworks/kxmlgui-${KFMIN}:5
+ >=kde-frameworks/sonnet-${KFMIN}:5
+ virtual/opengl
+"
+DEPEND="${RDEPEND}
+ >=dev-qt/qtconcurrent-${QTMIN}:5
+"
+BDEPEND="
+ >=dev-qt/linguist-tools-${QTMIN}:5
+ virtual/pkgconfig
+"
+
+DOCS=( CHANGELOG.md README.md )