diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-22 19:55:39 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-22 19:56:58 +0200 |
| commit | d1f8fa1ab3bc0e57b74afceeb720107c6b874858 (patch) | |
| tree | 492dd45c496839d64d765e27fc33ce40cde0b7a1 | |
| parent | 3c86cdc139b945b41a5e8619a70e14b8d8a4e7ca (diff) | |
| download | kde-d1f8fa1ab3bc0e57b74afceeb720107c6b874858.tar.gz kde-d1f8fa1ab3bc0e57b74afceeb720107c6b874858.tar.bz2 kde-d1f8fa1ab3bc0e57b74afceeb720107c6b874858.zip | |
app-text/chmk: New package
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | app-text/chmk/chmk-9999.ebuild | 36 | ||||
| -rw-r--r-- | app-text/chmk/metadata.xml | 8 |
2 files changed, 44 insertions, 0 deletions
diff --git a/app-text/chmk/chmk-9999.ebuild b/app-text/chmk/chmk-9999.ebuild new file mode 100644 index 00000000000..3fcb60cb1a2 --- /dev/null +++ b/app-text/chmk/chmk-9999.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_ORG_CATEGORY="aacid" +inherit desktop ecm kde.org + +DESCRIPTION="CHM file viewer based on KDE Frameworks and QtWebEngine" +HOMEPAGE="https://tsdgeos.blogspot.com/2020/05/chmk-simple-chm-viewer.html +https://invent.kde.org/aacid/chmk" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND=" + dev-qt/qtgui:5 + dev-qt/qtwebengine:5[widgets] + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 + kde-frameworks/kconfigwidgets:5 + kde-frameworks/kcoreaddons:5 + kde-frameworks/kcrash:5 + kde-frameworks/ki18n:5 + kde-frameworks/kwidgetsaddons:5 + kde-frameworks/kxmlgui:5 +" +RDEPEND="${DEPEND}" + +src_install() { + ecm_src_install + make_desktop_entry ${PN} "ChmK" "" "Qt;KDE;Office;Viewer;" \ + "MimeType=application/chm;application/x-chm;application/vnd.ms-htmlhelp;application/epub+zip" +} diff --git a/app-text/chmk/metadata.xml b/app-text/chmk/metadata.xml new file mode 100644 index 00000000000..2fdbf33d963 --- /dev/null +++ b/app-text/chmk/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> |
