aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-08-10 01:02:03 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-08-11 13:52:56 +0200
commit6a627e9a1ac95dd483cb57d641b982911c3cbde4 (patch)
treebb92ab3e63f5fdaf67f091352f25af6f37c878ea /kde-apps/poxml
parentDocumentation: Add KDE Applications 18.08 (diff)
downloadkde-6a627e9a1ac95dd483cb57d641b982911c3cbde4.tar.gz
kde-6a627e9a1ac95dd483cb57d641b982911c3cbde4.tar.bz2
kde-6a627e9a1ac95dd483cb57d641b982911c3cbde4.zip
kde-apps: Add KDE Applications 18.08 stable branch
Not adding kpat as it depends on unpackaged games-board/freecell-solver. Bug: https://bugs.gentoo.org/661844 Package-Manager: Portage-2.3.45, Repoman-2.3.10
Diffstat (limited to 'kde-apps/poxml')
-rw-r--r--kde-apps/poxml/poxml-18.08.49.9999.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/kde-apps/poxml/poxml-18.08.49.9999.ebuild b/kde-apps/poxml/poxml-18.08.49.9999.ebuild
new file mode 100644
index 0000000000..bb9db1a3a9
--- /dev/null
+++ b/kde-apps/poxml/poxml-18.08.49.9999.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+inherit kde5
+
+DESCRIPTION="KDE utility to translate DocBook XML files using gettext po files"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+ $(add_qt_dep qtxml)
+ sys-devel/gettext
+"
+RDEPEND="${DEPEND}"