diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-10 20:11:31 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-10 22:30:22 +0100 |
commit | 3fa6d920893766911f27b7775c0492b409944e6a (patch) | |
tree | 108d14d03f0cae1229fb85b03791e4cc3f3a8bb9 /kde-apps/poxml | |
parent | kde-frameworks: Add KDE Frameworks 5.64.0 (diff) | |
download | gentoo-3fa6d920893766911f27b7775c0492b409944e6a.tar.gz gentoo-3fa6d920893766911f27b7775c0492b409944e6a.tar.bz2 gentoo-3fa6d920893766911f27b7775c0492b409944e6a.zip |
kde-apps: Add KDE Applications 19.08.3
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/poxml')
-rw-r--r-- | kde-apps/poxml/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/poxml/poxml-19.08.3.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/kde-apps/poxml/Manifest b/kde-apps/poxml/Manifest index 0e7e510174cd..da52a4251851 100644 --- a/kde-apps/poxml/Manifest +++ b/kde-apps/poxml/Manifest @@ -1,2 +1,3 @@ DIST poxml-19.04.3.tar.xz 43336 BLAKE2B 5a1d1a452bd1117fc02904b9a57110982a913a4d8d248d9b96cc87a4ee81ac6c3f6ccc9a1bf313f268d60ed2abcc73666eb5e9daa21cc8c7cb67a8d0df61b803 SHA512 08317130a7e5c189823892ca11f85e19cd5bcf88fd7e86cf4f0643a031dadb4ac26b580c3bd1f7114776cd304d733d1453ad973205afe3aec6a182127be7ccf9 DIST poxml-19.08.2.tar.xz 43396 BLAKE2B 2a730f643551aefe3b5c50369ff73e178dfa3b901de8e3c111221a7893e26d9052e5e2ea07b86468a95f0c0a7954849b0b8d4711a5c20ecb69095df2c1b92521 SHA512 a0b86afcca6b5efd0f9f40ebdbe043ad6a152af174660908410ed40cf1568d1b88cf96b960fac8b0d4edac2dc3f9ca7176fbf76292a3afdec7f4d41a2b3c1871 +DIST poxml-19.08.3.tar.xz 43192 BLAKE2B 5105dd1552d94404f41b400ed6ae85ffb17f6b8df62457cb40987b344ae91d0d8bb5707472fb3212c4147b8fe202f7dff91bb5f7bc9d6857d1b945e68dbab89a SHA512 34cc4323def1c62f0d7e088ff664a9001cb9b0b594bc9f47cb5c6546ab43555cffc5c6c0d2d695a81611fd0fa1bc6b7c2693f2b938645721368adc1da1f836f9 diff --git a/kde-apps/poxml/poxml-19.08.3.ebuild b/kde-apps/poxml/poxml-19.08.3.ebuild new file mode 100644 index 000000000000..034af592f7f2 --- /dev/null +++ b/kde-apps/poxml/poxml-19.08.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_HANDBOOK="forceoptional" +QTMIN=5.12.3 +inherit ecm kde.org + +DESCRIPTION="KDE utility to translate DocBook XML files using gettext po files" +LICENSE="GPL-2" # TODO: CHECK +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtxml-${QTMIN}:5 + sys-devel/gettext +" +RDEPEND="${DEPEND}" |