diff options
| -rw-r--r-- | kde-misc/markdownpart/Manifest | 1 | ||||
| -rw-r--r-- | kde-misc/markdownpart/markdownpart-25.08.2.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/kde-misc/markdownpart/Manifest b/kde-misc/markdownpart/Manifest new file mode 100644 index 00000000000..32629c466f1 --- /dev/null +++ b/kde-misc/markdownpart/Manifest @@ -0,0 +1 @@ +DIST markdownpart-25.08.2.tar.xz 34584 BLAKE2B 5a5ca58dfc554a9accbd9560a5865e4b5bf81befb67f71abbb2992cd0c353dfed8fe57085274e09ad473e2624ccfac05b56f5191ce766b14acf4830a9ee64955 SHA512 4f0e778aad3d6dc4a7fad557d53f891a026e6efb7934c05fd421e4232c2192414e80d14bead68689587d8f2e93e6e3b1e8a545295377925436e99bfa67dc6e7d diff --git a/kde-misc/markdownpart/markdownpart-25.08.2.ebuild b/kde-misc/markdownpart/markdownpart-25.08.2.ebuild new file mode 100644 index 00000000000..81255c86256 --- /dev/null +++ b/kde-misc/markdownpart/markdownpart-25.08.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KDE_ORG_CATEGORY=utilities +KFMIN=6.16.0 +QTMIN=6.9.1 +inherit ecm gear.kde.org + +DESCRIPTION="Markdown viewer KParts plugin based on QTextDocument" +HOMEPAGE="https://apps.kde.org/markdownpart/" + +LICENSE="LGPL-2.1+" +SLOT="6" +KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[gui,widgets] + >=kde-frameworks/kconfigwidgets-${KFMIN}:6 + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kio-${KFMIN}:6 + >=kde-frameworks/kparts-${KFMIN}:6 + >=kde-frameworks/kxmlgui-${KFMIN}:6 +" +RDEPEND="${DEPEND}" |
