aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-08-07 22:42:28 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-08-19 09:18:18 +0200
commitc17fccbf96ffc04b1caa1e12659f99d21023bc6a (patch)
tree9c0487fdef6e0150dd14c5e84039aac58c820c2b /kde-apps/poxml
parentkde-apps/lokalize: Add 23.08 stable branch (diff)
downloadkde-c17fccbf96ffc04b1caa1e12659f99d21023bc6a.tar.gz
kde-c17fccbf96ffc04b1caa1e12659f99d21023bc6a.tar.bz2
kde-c17fccbf96ffc04b1caa1e12659f99d21023bc6a.zip
kde-apps/poxml: Add 23.08 stable branch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/poxml')
-rw-r--r--kde-apps/poxml/poxml-23.08.49.9999.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/kde-apps/poxml/poxml-23.08.49.9999.ebuild b/kde-apps/poxml/poxml-23.08.49.9999.ebuild
new file mode 100644
index 0000000000..ae5a797bca
--- /dev/null
+++ b/kde-apps/poxml/poxml-23.08.49.9999.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="forceoptional"
+QTMIN=5.15.9
+inherit ecm gear.kde.org
+
+DESCRIPTION="KDE utility to translate DocBook XML files using gettext po files"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtxml-${QTMIN}:5
+ sys-devel/gettext
+"
+RDEPEND="${DEPEND}"