summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-apps/poxml/poxml-25.12.49.9999.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/kde-apps/poxml/poxml-25.12.49.9999.ebuild b/kde-apps/poxml/poxml-25.12.49.9999.ebuild
new file mode 100644
index 00000000000..e3350136381
--- /dev/null
+++ b/kde-apps/poxml/poxml-25.12.49.9999.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="forceoptional"
+KFMIN=6.19.0
+QTMIN=6.9.1
+inherit ecm gear.kde.org
+
+DESCRIPTION="KDE utility to translate DocBook XML files using gettext po files"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="6"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[xml]
+ sys-devel/gettext
+"
+RDEPEND="${DEPEND}"