kde-misc/ktexteditorpreviewplugin: new package
authorMichael Palimaka <kensington@gentoo.org>
Tue, 26 Sep 2017 12:15:55 +0000 (22:15 +1000)
committerMichael Palimaka <kensington@gentoo.org>
Tue, 26 Sep 2017 12:23:59 +0000 (22:23 +1000)
Imported from KDE overlay.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

kde-misc/ktexteditorpreviewplugin/Manifest [new file with mode: 0644]
kde-misc/ktexteditorpreviewplugin/ktexteditorpreviewplugin-0.1.0.ebuild [new file with mode: 0644]
kde-misc/ktexteditorpreviewplugin/metadata.xml [new file with mode: 0644]

diff --git a/kde-misc/ktexteditorpreviewplugin/Manifest b/kde-misc/ktexteditorpreviewplugin/Manifest
new file mode 100644 (file)
index 0000000..9387bc6
--- /dev/null
@@ -0,0 +1 @@
+DIST ktexteditorpreviewplugin-0.1.0.tar.xz 21768 SHA256 21e17a97fe2b942991ce564371ce822564397488847f8d21d7d5b24d4c120796 SHA512 aa5a41dce999cb16464a4f306dcb289ed37565670acfa373ec720c581945064149ec5c8664af887e114ac4655ed32620332fcc7fdc2d1a6700b092cfbb84fa56 WHIRLPOOL 85833a6220da9c25660ac4520d46722467557c54054915420619447219638e5c162e6e3ceff3910ac23c5885daaaa77dd43170ce65a265fcaefccccd11687735
diff --git a/kde-misc/ktexteditorpreviewplugin/ktexteditorpreviewplugin-0.1.0.ebuild b/kde-misc/ktexteditorpreviewplugin/ktexteditorpreviewplugin-0.1.0.ebuild
new file mode 100644 (file)
index 0000000..23ebd51
--- /dev/null
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Plugin for previewing content using the KTextEditor Framework"
+HOMEPAGE="https://frinring.wordpress.com/2017/08/21/look-what-you-have-donewwdo/"
+SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+       $(add_frameworks_dep kconfig)
+       $(add_frameworks_dep kcoreaddons)
+       $(add_frameworks_dep ki18n)
+       $(add_frameworks_dep kparts)
+       $(add_frameworks_dep kservice)
+       $(add_frameworks_dep ktexteditor)
+       $(add_frameworks_dep kwidgetsaddons)
+       $(add_qt_dep qtgui)
+       $(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}"
diff --git a/kde-misc/ktexteditorpreviewplugin/metadata.xml b/kde-misc/ktexteditorpreviewplugin/metadata.xml
new file mode 100644 (file)
index 0000000..2fdbf33
--- /dev/null
@@ -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>