From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kleopatra/
Date: Tue, 23 Feb 2016 14:20:45 +0000 (UTC) [thread overview]
Message-ID: <1456237236.b2e462d4e891bb2ec966fd414cac684561428644.kensington@gentoo> (raw)
commit: b2e462d4e891bb2ec966fd414cac684561428644
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Feb 20 12:52:36 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Feb 23 14:20:36 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b2e462d4
kde-apps/kleopatra: Inject KF5DocTools, add kwatchgnupg doc dir
Small update to RDEPENDs.
Package-Manager: portage-2.2.27
kde-apps/kleopatra/kleopatra-9999.ebuild | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/kde-apps/kleopatra/kleopatra-9999.ebuild b/kde-apps/kleopatra/kleopatra-9999.ebuild
index e82ff84..804ca59 100644
--- a/kde-apps/kleopatra/kleopatra-9999.ebuild
+++ b/kde-apps/kleopatra/kleopatra-9999.ebuild
@@ -47,10 +47,10 @@ DEPEND="${COMMON_DEPEND}
sys-devel/gettext
"
RDEPEND="${COMMON_DEPEND}
- !kde-apps/kleopatra:4
!kde-apps/kdepim[kdepim_features_kleopatra]
+ !<kde-apps/kdepim-15.12.2-r1
$(add_kdeapps_dep kdepim-runtime)
- app-crypt/gnupg
+ >=app-crypt/gnupg-2.1
"
if [[ ${KDE_BUILD_TYPE} = live ]] ; then
@@ -60,8 +60,18 @@ else
fi
src_prepare() {
- mv "${WORKDIR}/${P}/doc/${PN}" doc || die "Failed to move handbook"
+ # kleopatra subproject does not contain doc nor searches for DocTools
+ # at least until properly split upstream
echo "add_subdirectory(doc)" >> CMakeLists.txt || die "Failed to add doc dir"
+ mkdir doc || die "Failed to create doc dir"
+ mv ../doc/${PN} doc || die "Failed to move handbook"
+ mv ../doc/kwatchgnupg doc || die "Failed to move handbook"
+ cat <<-EOF > doc/CMakeLists.txt
+find_package(KF5DocTools)
+add_subdirectory(${PN})
+add_subdirectory(kwatchgnupg)
+EOF
+
kde5_src_prepare
}
next reply other threads:[~2016-02-23 14:20 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-23 14:20 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-10 22:58 [gentoo-commits] proj/kde:master commit in: kde-apps/kleopatra/ Andreas Sturmlechner
2024-07-08 14:01 Sam James
2024-07-07 21:14 Andreas Sturmlechner
2024-06-23 1:50 Sam James
2024-06-01 5:58 Andreas Sturmlechner
2024-05-17 19:50 Andreas Sturmlechner
2024-01-07 17:31 Andreas Sturmlechner
2023-08-26 8:41 Andreas Sturmlechner
2023-08-06 20:39 Andreas Sturmlechner
2022-03-24 14:53 Andreas Sturmlechner
2022-02-17 19:00 Sam James
2020-12-29 16:03 Andreas Sturmlechner
2019-04-27 19:08 Andreas Sturmlechner
2018-02-01 1:05 Andreas Sturmlechner
2016-12-21 17:24 Johannes Huber
2016-12-02 21:05 Johannes Huber
2016-10-13 11:23 Michael Palimaka
2016-07-23 18:49 Michael Palimaka
2016-07-16 18:59 Johannes Huber
2016-06-23 11:54 Michael Palimaka
2016-05-11 9:51 Michael Palimaka
2016-04-04 22:25 Johannes Huber
2016-04-02 16:06 Michael Palimaka
2016-03-11 16:26 Michael Palimaka
2016-03-07 15:13 Michael Palimaka
2016-03-07 15:13 Michael Palimaka
2016-02-18 14:44 Michael Palimaka
2016-02-09 10:55 Michael Palimaka
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=1456237236.b2e462d4e891bb2ec966fd414cac684561428644.kensington@gentoo \
--to=kensington@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