summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-misc/markdownpart/Manifest1
-rw-r--r--kde-misc/markdownpart/markdownpart-23.04.1.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/kde-misc/markdownpart/Manifest b/kde-misc/markdownpart/Manifest
new file mode 100644
index 00000000000..190249b99de
--- /dev/null
+++ b/kde-misc/markdownpart/Manifest
@@ -0,0 +1 @@
+DIST markdownpart-23.04.1.tar.xz 31208 BLAKE2B 3612a03c199142a1174f8165e71efc33cd34a02b833ae2b2074b1cf8bf3db63c27cc9686d19f9209e64eed9582a0198e7a5714d0721fbf8b86a484ee294449bf SHA512 e383a7e14262e14ca4cd9e9eafbfe21507b6c89e0a111e5c4b48d06889c8748660eef63036c459011d60ff2635dcb2ce87a6d6e54c8a5f2fdd4a28ba3fb6283c
diff --git a/kde-misc/markdownpart/markdownpart-23.04.1.ebuild b/kde-misc/markdownpart/markdownpart-23.04.1.ebuild
new file mode 100644
index 00000000000..30ca003ccd5
--- /dev/null
+++ b/kde-misc/markdownpart/markdownpart-23.04.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_CATEGORY=utilities
+KFMIN=5.104.0
+QTMIN=5.15.5
+inherit ecm gear.kde.org
+
+DESCRIPTION="Markdown viewer KParts plugin based on QTextDocument"
+HOMEPAGE="https://apps.kde.org/markdownpart/"
+
+LICENSE="LGPL-2.1+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kparts-${KFMIN}:5
+ >=kde-frameworks/kxmlgui-${KFMIN}:5
+"
+RDEPEND="${DEPEND}"