forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kde-apps/poxml: 23.04.0 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST poxml-22.12.3.tar.xz 44100 BLAKE2B 369ea93dc45bf40f57463a152a9116fa9e97170225844d2d6b16470afc89cd2fb33701a75a79a2b002f2590b7ec2383cca45a4b49a130a34c23ff389c4c07d6d SHA512 c1b6a4b9add6a91d8619dcd9398b7c24097b0a1e2c65717cf205174c87b2417d0c3e356e4f68f8170d9e84355497833938f73dc4d63b02bbf48fd4574d5cd18e | ||
DIST poxml-23.04.0.tar.xz 44276 BLAKE2B 8bac3ff6d8dd579bd284d69533606a0c6e609070edf6ece9cf0e6ae59fdfab33ab7c7c2bc2ccfeeb53309cdc8ec02161db64dce3047b1a38aba75db491415609 SHA512 f8140b52d94238b014479de531bd5ffc2636d0572d99f473c418bca92352810c33324f4014b87600c336dcf1cb46370b5b9e72b3abdbe2aaf1eadffffbe6348a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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.5 | ||
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="~amd64 ~arm64 ~riscv ~x86" | ||
IUSE="" | ||
|
||
DEPEND=" | ||
>=dev-qt/qtxml-${QTMIN}:5 | ||
sys-devel/gettext | ||
" | ||
RDEPEND="${DEPEND}" |