diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-10-07 14:53:23 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-10-16 11:42:07 +0200 |
| commit | e37a2439565ab66de63052edfb8674ddd2625d3f (patch) | |
| tree | e8cc0f99d31014bd9b70c3ae50ca70ab8dbfb272 /app-editors | |
| parent | 4a409bfebee901963233f3468a8148aa47010c8b (diff) | |
| download | kde-e37a2439565ab66de63052edfb8674ddd2625d3f.tar.gz kde-e37a2439565ab66de63052edfb8674ddd2625d3f.tar.bz2 kde-e37a2439565ab66de63052edfb8674ddd2625d3f.zip | |
app-editors/ghostwriter: new package, add 9999
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-editors')
| -rw-r--r-- | app-editors/ghostwriter/ghostwriter-9999.ebuild | 36 | ||||
| -rw-r--r-- | app-editors/ghostwriter/metadata.xml | 12 |
2 files changed, 48 insertions, 0 deletions
diff --git a/app-editors/ghostwriter/ghostwriter-9999.ebuild b/app-editors/ghostwriter/ghostwriter-9999.ebuild new file mode 100644 index 00000000000..6379c4f23be --- /dev/null +++ b/app-editors/ghostwriter/ghostwriter-9999.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KDE_ORG_CATEGORY=office +KFMIN=5.90.0 +QTMIN=5.15.2 +inherit ecm kde.org + +DESCRIPTION="Cross-platform, aesthetic, distraction-free markdown editor" +HOMEPAGE="https://ghostwriter.kde.org/" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="" +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 + virtual/opengl +" +DEPEND="${RDEPEND} + >=dev-qt/qtconcurrent-${QTMIN}:5 +" +BDEPEND=" + >=dev-qt/linguist-tools-${QTMIN}:5 + virtual/pkgconfig +" + +DOCS=( CREDITS.md README.md ) diff --git a/app-editors/ghostwriter/metadata.xml b/app-editors/ghostwriter/metadata.xml new file mode 100644 index 00000000000..238f08670f7 --- /dev/null +++ b/app-editors/ghostwriter/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>kde@gentoo.org</email> + <name>Gentoo KDE Project</name> + </maintainer> + <upstream> + <remote-id type="github">wereturtle/ghostwriter</remote-id> + <bugs-to>https://bugs.kde.org/</bugs-to> + </upstream> +</pkgmetadata> |
