summaryrefslogtreecommitdiff
path: root/kde-misc/markdownpart
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /kde-misc/markdownpart
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'kde-misc/markdownpart')
-rw-r--r--kde-misc/markdownpart/Manifest3
-rw-r--r--kde-misc/markdownpart/markdownpart-0.1.0.ebuild32
-rw-r--r--kde-misc/markdownpart/metadata.xml8
3 files changed, 43 insertions, 0 deletions
diff --git a/kde-misc/markdownpart/Manifest b/kde-misc/markdownpart/Manifest
new file mode 100644
index 000000000000..af5aee2bfeef
--- /dev/null
+++ b/kde-misc/markdownpart/Manifest
@@ -0,0 +1,3 @@
+DIST markdownpart-0.1.0.tar.xz 17232 BLAKE2B f4f9358e659370b6c7bca50ba314a8aea2deb29b83c3d382ee6585aa250aa4ac8b5b0bd9bbedd304bd2c20ac96c620fc32cfc86af000b92e8cd95ad11bc8521c SHA512 0c8c916090151b1dd048bb00d1b9bf6ec9945753863fac62497c843a61d1706856ff83bf601eb82a1a6d2418ad0c0769cce78d27d42d38cb57e91d40a8ad8940
+EBUILD markdownpart-0.1.0.ebuild 763 BLAKE2B 4d1fa7ca33eb28722b74baabef4e462c6535334d3f8f111119301cfa853fd3afe56e3beb48b52bafd38e4507cb53d2aa8d3d94bd955589f905ec4f67a6d77f12 SHA512 34bed9696c4f54f065778942854f29a30bb729057b86a2b5e7df9f51c2a34d0eb6429e38afc4f6b8afe441bb4828930a5b4446e5dcd1be6125017529373f12dc
+MISC metadata.xml 249 BLAKE2B ad415db89e5dee1627aa77f44ded9d4e1e5b8217d06c7ca25bbaa3fe92ce67c2b1090957c45a821b407d7927e5af798498aa6a5b903895ee1af8ee20a446c7f7 SHA512 76a5a340b13f0053ca3c5e94ed24380ea8d29b45ac8655419e22eaadb1e4a827c04d2e7e36b65145c4964e6526f656618fc6ac144e277ef53cb7373e6239e3c3
diff --git a/kde-misc/markdownpart/markdownpart-0.1.0.ebuild b/kde-misc/markdownpart/markdownpart-0.1.0.ebuild
new file mode 100644
index 000000000000..08b5653d4c81
--- /dev/null
+++ b/kde-misc/markdownpart/markdownpart-0.1.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KFMIN=5.70.0
+QTMIN=5.15.0
+inherit ecm kde.org
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+ SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+ KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="Markdown viewer KParts plugin based on QTextDocument"
+HOMEPAGE="https://invent.kde.org/utilities/markdownpart"
+
+LICENSE="LGPL-2.1+"
+SLOT="5"
+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}"
diff --git a/kde-misc/markdownpart/metadata.xml b/kde-misc/markdownpart/metadata.xml
new file mode 100644
index 000000000000..2fdbf33d963d
--- /dev/null
+++ b/kde-misc/markdownpart/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>kde@gentoo.org</email>
+ <name>Gentoo KDE Project</name>
+ </maintainer>
+</pkgmetadata>