Gentoo Archives: gentoo-commits

From: "Alexey Shvetsov (alexxy)" <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/okular: ChangeLog okular-4.4.3.ebuild
Date: Mon, 03 May 2010 21:40:47
Message-Id: 20100503214044.692472C39F@corvid.gentoo.org
1 alexxy 10/05/03 21:40:44
2
3 Modified: ChangeLog
4 Added: okular-4.4.3.ebuild
5 Log:
6 Version bump KDE 4.4.3
7 (Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.68 kde-base/okular/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/okular/ChangeLog?rev=1.68&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/okular/ChangeLog?rev=1.68&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/okular/ChangeLog?r1=1.67&r2=1.68
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/okular/ChangeLog,v
19 retrieving revision 1.67
20 retrieving revision 1.68
21 diff -u -r1.67 -r1.68
22 --- ChangeLog 31 Mar 2010 23:27:38 -0000 1.67
23 +++ ChangeLog 3 May 2010 21:40:44 -0000 1.68
24 @@ -1,6 +1,11 @@
25 # ChangeLog for kde-base/okular
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/ChangeLog,v 1.67 2010/03/31 23:27:38 spatz Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/ChangeLog,v 1.68 2010/05/03 21:40:44 alexxy Exp $
29 +
30 +*okular-4.4.3 (03 May 2010)
31 +
32 + 03 May 2010; Alexey Shvetsov <alexxy@g.o> +okular-4.4.3.ebuild:
33 + Version bump
34
35 31 Mar 2010; Dror Levin <spatz@g.o> -okular-4.3.4.ebuild,
36 -okular-4.4.0.ebuild:
37
38
39
40 1.1 kde-base/okular/okular-4.4.3.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/okular/okular-4.4.3.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/okular/okular-4.4.3.ebuild?rev=1.1&content-type=text/plain
44
45 Index: okular-4.4.3.ebuild
46 ===================================================================
47 # Copyright 1999-2010 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/kde-base/okular/okular-4.4.3.ebuild,v 1.1 2010/05/03 21:40:44 alexxy Exp $
50
51 EAPI="3"
52
53 KMNAME="kdegraphics"
54 inherit kde4-meta
55
56 DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4."
57 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
58 IUSE="chm crypt debug djvu ebook +handbook +jpeg +ps +pdf +tiff"
59
60 DEPEND="
61 media-libs/freetype
62 sys-libs/zlib
63 chm? ( dev-libs/chmlib )
64 crypt? ( app-crypt/qca:2 )
65 djvu? ( app-text/djvu )
66 ebook? ( app-text/ebook-tools )
67 jpeg? ( media-libs/jpeg:0 )
68 pdf? ( >=app-text/poppler-0.12.3-r3[lcms,qt4] )
69 ps? ( app-text/libspectre )
70 tiff? ( media-libs/tiff )
71 "
72 RDEPEND="${DEPEND}"
73
74 KMEXTRACTONLY="libs/mobipocket"
75
76 src_configure() {
77 mycmakeargs=(
78 $(cmake-utils_use_with chm)
79 $(cmake-utils_use_with crypt QCA2)
80 $(cmake-utils_use_with djvu DjVuLibre)
81 $(cmake-utils_use_with ebook EPub)
82 $(cmake-utils_use_with jpeg)
83 $(cmake-utils_use_with ps LibSpectre)
84 $(cmake-utils_use_with pdf PopplerQt4)
85 $(cmake-utils_use_with pdf Poppler)
86 $(cmake-utils_use_with tiff)
87 )
88
89 kde4-meta_src_configure
90 }
91
92 src_install() {
93 insinto "${KDEDIR}"/share/apps/cmake/modules
94 doins "${S}"/cmake/modules/FindOkular.cmake
95
96 kde4-meta_src_install
97 }