diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-04-15 18:19:08 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-04-15 21:39:31 +0200 |
commit | af786c7f8e85b40a5ba1c111561cfc8ccd16bdd6 (patch) | |
tree | a811331390dacf70d3b5040b5aac4177592986a8 /app-editors | |
parent | app-cdr/dolphin-plugins-mountiso: 23.04.0 version bump (diff) | |
download | kde-af786c7f8e85b40a5ba1c111561cfc8ccd16bdd6.tar.gz kde-af786c7f8e85b40a5ba1c111561cfc8ccd16bdd6.tar.bz2 kde-af786c7f8e85b40a5ba1c111561cfc8ccd16bdd6.zip |
app-editors/ghostwriter: 23.04.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/ghostwriter/Manifest | 1 | ||||
-rw-r--r-- | app-editors/ghostwriter/ghostwriter-23.04.0.ebuild | 37 |
2 files changed, 38 insertions, 0 deletions
diff --git a/app-editors/ghostwriter/Manifest b/app-editors/ghostwriter/Manifest index 852861d506..86cf7c991f 100644 --- a/app-editors/ghostwriter/Manifest +++ b/app-editors/ghostwriter/Manifest @@ -1 +1,2 @@ DIST ghostwriter-23.03.90.tar.xz 3064632 BLAKE2B f4e9605b37ff86f37af901a2b371fc6c03240df984ac8fda5fb568642b381b62838d01ce6845a0b8655ad7eae8c01eb54618a4de84f44ee601f11ba116ae53d3 SHA512 9c732c15e0f85334989e8f6e389f9e69e15dbd50081b44fba9fcfaa770f09a41213f7f2d70d4911cea340a7f97859f44489b9127544b461a0b2c5d7bc3eded77 +DIST ghostwriter-23.04.0.tar.xz 3071592 BLAKE2B 9a0bd09bd221d9e697434e04887589daaa2e4590ede94f835ae56b5c011f48c6337b6d013aebba23eb3bdd38632aabf1718ff8c5782277b8d60f5612e618cb3b SHA512 f97fb748a09a036e144cfbe58306e9e12da89ead96a841f8985f395a80bfde026c3b0a468407ed5d05da227304ce43a2cb0e9f31ab271fc0b5065a9812249781 diff --git a/app-editors/ghostwriter/ghostwriter-23.04.0.ebuild b/app-editors/ghostwriter/ghostwriter-23.04.0.ebuild new file mode 100644 index 0000000000..ee551a6769 --- /dev/null +++ b/app-editors/ghostwriter/ghostwriter-23.04.0.ebuild @@ -0,0 +1,37 @@ +# 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 ~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 + virtual/opengl +" +DEPEND="${RDEPEND} + >=dev-qt/qtconcurrent-${QTMIN}:5 +" +BDEPEND=" + >=dev-qt/linguist-tools-${QTMIN}:5 + virtual/pkgconfig +" + +DOCS=( CHANGELOG.md README.md ) |