Gentoo Archives: gentoo-commits

From: Jonathan Callen <abcd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/okular/
Date: Tue, 31 May 2011 21:14:36
Message-Id: 93eb1df49ffc5bf5c90e8ccee5f45a54370612f3.abcd@gentoo
1 commit: 93eb1df49ffc5bf5c90e8ccee5f45a54370612f3
2 Author: Jonathan Callen <abcd <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 21:12:32 2011 +0000
4 Commit: Jonathan Callen <abcd <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 21:12:32 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=93eb1df4
7
8 [kde-base/okular] Work around broken upstream
9
10 (Portage version: 2.2.0_alpha35/git/Linux x86_64, signed Manifest commit with key 229E5838)
11
12 ---
13 kde-base/okular/okular-9999.ebuild | 8 ++++++++
14 1 files changed, 8 insertions(+), 0 deletions(-)
15
16 diff --git a/kde-base/okular/okular-9999.ebuild b/kde-base/okular/okular-9999.ebuild
17 index dbf9007..0b58f47 100644
18 --- a/kde-base/okular/okular-9999.ebuild
19 +++ b/kde-base/okular/okular-9999.ebuild
20 @@ -26,6 +26,14 @@ DEPEND="
21 "
22 RDEPEND="${DEPEND}"
23
24 +src_unpack() {
25 + kde4-base_src_unpack
26 +
27 + # HACK HACK HACK
28 + # The package assumes that ../okular == .
29 + ln -sf ${P} "${WORKDIR}/okular" || die "could not symlink the sources properly"
30 +}
31 +
32 src_configure() {
33 mycmakeargs=(
34 $(cmake-utils_use_with chm)