From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdoctools/
Date: Wed, 21 Nov 2018 10:45:20 +0000 (UTC) [thread overview]
Message-ID: <1542797105.0024cb83636e1497558eb3a47616405092191865.asturm@gentoo> (raw)
commit: 0024cb83636e1497558eb3a47616405092191865
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 19 23:27:46 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 21 10:45:05 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0024cb83
kde-frameworks/kdoctools: Add USE nls
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdoctools/kdoctools-5.52.0.ebuild | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/kde-frameworks/kdoctools/kdoctools-5.52.0.ebuild b/kde-frameworks/kdoctools/kdoctools-5.52.0.ebuild
index c306724f6ff..6c8ee3c3629 100644
--- a/kde-frameworks/kdoctools/kdoctools-5.52.0.ebuild
+++ b/kde-frameworks/kdoctools/kdoctools-5.52.0.ebuild
@@ -9,7 +9,7 @@ inherit kde5
DESCRIPTION="Tools to generate documentation in various formats from DocBook files"
LICENSE="MIT"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE=""
+IUSE="nls"
RDEPEND="
$(add_frameworks_dep karchive)
@@ -22,8 +22,17 @@ RDEPEND="
DEPEND="${RDEPEND}
dev-lang/perl
dev-perl/URI
+ nls? ( $(add_frameworks_dep ki18n) )
"
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package nls KF5I18n)
+ )
+
+ kde5_src_configure
+}
+
src_test() {
# bug 665622
local myctestargs=(
next reply other threads:[~2018-11-21 10:45 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-21 10:45 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-04 16:37 [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdoctools/ Arthur Zamarin
2020-08-08 11:05 Andreas Sturmlechner
2020-03-15 15:55 Andreas Sturmlechner
2019-08-17 23:02 Andreas Sturmlechner
2019-02-21 10:29 Andreas Sturmlechner
2019-02-20 13:06 Mikle Kolyada
2019-02-18 0:41 Thomas Deutschmann
2019-02-14 23:44 Andreas Sturmlechner
2019-02-05 23:46 Andreas Sturmlechner
2018-10-17 10:32 Andreas Sturmlechner
2018-10-10 11:48 Mikle Kolyada
2018-10-09 21:05 Andreas Sturmlechner
2017-12-05 23:35 Andreas Sturmlechner
2017-07-07 7:11 Alexis Ballier
2017-01-17 19:54 Aaron Bauman
2016-07-09 12:20 Maciej Mrozowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1542797105.0024cb83636e1497558eb3a47616405092191865.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox