summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-misc/markdownpart/Manifest1
-rw-r--r--kde-misc/markdownpart/markdownpart-22.12.2.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..6e8a6e8d7b1
--- /dev/null
+++ b/kde-misc/markdownpart/Manifest
@@ -0,0 +1 @@
+DIST markdownpart-22.12.2.tar.xz 30796 BLAKE2B 37b0c58634a9ecfda5d0553300ba0e8f1044b22c2b2c5ff7328002c58b1de3d92b5d2fb30ba08ea288aed8e45b844b4dcd66b87e20b2a1631c78816ce20fe095 SHA512 258602c5cfb23a73a55d1cce2ff424d2028989652e29571f8af2d341737dffaf33a403363e95edc17f17d92de76564212c9262bec7a805998fe5cde884266d33
diff --git a/kde-misc/markdownpart/markdownpart-22.12.2.ebuild b/kde-misc/markdownpart/markdownpart-22.12.2.ebuild
new file mode 100644
index 00000000000..0904ab10d19
--- /dev/null
+++ b/kde-misc/markdownpart/markdownpart-22.12.2.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.101.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}"