kde-misc/ktexteditorpreviewplugin: version bump 0.2.0
authorMichael Palimaka <kensington@gentoo.org>
Mon, 9 Oct 2017 13:24:17 +0000 (00:24 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Mon, 9 Oct 2017 13:27:31 +0000 (00:27 +1100)
Package-Manager: Portage-2.3.8, Repoman-2.3.3

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

index 9387bc66bcfe0c8250c3ffed8738ea514a8a5e3a..cf11cab446ee0449f642938de3f6760610b6d7d3 100644 (file)
@@ -1 +1,2 @@
 DIST ktexteditorpreviewplugin-0.1.0.tar.xz 21768 SHA256 21e17a97fe2b942991ce564371ce822564397488847f8d21d7d5b24d4c120796 SHA512 aa5a41dce999cb16464a4f306dcb289ed37565670acfa373ec720c581945064149ec5c8664af887e114ac4655ed32620332fcc7fdc2d1a6700b092cfbb84fa56 WHIRLPOOL 85833a6220da9c25660ac4520d46722467557c54054915420619447219638e5c162e6e3ceff3910ac23c5885daaaa77dd43170ce65a265fcaefccccd11687735
+DIST ktexteditorpreviewplugin-0.2.0.tar.xz 24956 SHA256 ab54382dfd8e88247b53b72fdd9b259feb7c0266300b604db899edf0828677ae SHA512 141970e7d6d1b37fd45c8715962d7f4c7b8fad5fe9284ce85b209dafe2692d9ccf8f13d5c5d4248335f0081db08f29e16d83fb6fe478a6ccd04485d916b92360 WHIRLPOOL fc8519a8cd0941b2f4264aad73b0af0be4ed7480412210813bdd65a012c32b52d346b84e9050c1305203d429f69d8a1fc717bf2d4cff27837dae7bb0f8c72d7f
diff --git a/kde-misc/ktexteditorpreviewplugin/ktexteditorpreviewplugin-0.2.0.ebuild b/kde-misc/ktexteditorpreviewplugin/ktexteditorpreviewplugin-0.2.0.ebuild
new file mode 100644 (file)
index 0000000..0171858
--- /dev/null
@@ -0,0 +1,29 @@
+# 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_frameworks_dep kxmlgui)
+       $(add_qt_dep qtgui)
+       $(add_qt_dep qtwidgets)
+       $(add_qt_dep qtxml)
+"
+RDEPEND="${DEPEND}"