diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-07 14:34:58 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-07 14:36:38 +0100 |
commit | c1941078fbe8744f0710332dee5705d3a95a800b (patch) | |
tree | 2fbace875e510011c2845a85071b60cf371926d5 /kde-apps/poxml | |
parent | app-emulation/xen-tools: drop old (diff) | |
download | gentoo-c1941078fbe8744f0710332dee5705d3a95a800b.tar.gz gentoo-c1941078fbe8744f0710332dee5705d3a95a800b.tar.bz2 gentoo-c1941078fbe8744f0710332dee5705d3a95a800b.zip |
kde-apps: Add KDE Applications 18.12.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'kde-apps/poxml')
-rw-r--r-- | kde-apps/poxml/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/poxml/poxml-18.12.3.ebuild | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/kde-apps/poxml/Manifest b/kde-apps/poxml/Manifest index dcf594aa6946..6f4d941874d2 100644 --- a/kde-apps/poxml/Manifest +++ b/kde-apps/poxml/Manifest @@ -1,2 +1,3 @@ DIST poxml-18.08.3.tar.xz 43176 BLAKE2B 3ba27ec9053232c51fdff0e89cc83821cd41f84b3d34bb3ca47e9801f4b03e923543359e8bd6f734ed4e59019eca93127dee0b1ebb3d98620519a37f0aeee219 SHA512 7181f792ba722a79f32c9d46f9b8fd4d73673ef61fcb48106041739543fdbe408aab83f3a31b2d9033bd15e93494a2a7dacf1f488443eea82c133c3550b519a0 DIST poxml-18.12.2.tar.xz 43180 BLAKE2B b475a942f05e05902ee7272aab9a7e64c76554a6bb3e415ae7ab663b666338dbac736558344aa805623b4b01f90c5eaacf41b93076242f2e69bf97b8028ba09f SHA512 bdf480a0fe13093a3a40cfaa715f5bc7dde908fa62623a8ad17fbe389f4bcf142e8aa0610b861514d7c40e772a5d0d8c0cace17bfb86b45592317e77f015ee4d +DIST poxml-18.12.3.tar.xz 43160 BLAKE2B ac790ef3cc76a4addafc4f9f9dd1c0eee3b858c79c00daf237eba32ce3549c148b39f750e8768d5e74fcd86765a70e13fd7bbddb324aaaa6580a7f51c9f128d1 SHA512 372b9ecb755c3a433589ab182505ff90c649f85f271db57f72722c69ab4d3bba85a36295478cfa4cf6962039119c5a753f8c9d2e97371182b02cab08c8db9cbb diff --git a/kde-apps/poxml/poxml-18.12.3.ebuild b/kde-apps/poxml/poxml-18.12.3.ebuild new file mode 100644 index 000000000000..b4fe0a165a0b --- /dev/null +++ b/kde-apps/poxml/poxml-18.12.3.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="KDE utility to translate DocBook XML files using gettext po files" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +BDEPEND="sys-devel/gettext" +DEPEND="$(add_qt_dep qtxml)" +RDEPEND="${DEPEND}" |