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: okular-4.4.5.ebuild ChangeLog
Date: Wed, 30 Jun 2010 15:39:26
Message-Id: 20100630153701.733462CF57@corvid.gentoo.org
1 alexxy 10/06/30 15:36:59
2
3 Modified: ChangeLog
4 Added: okular-4.4.5.ebuild
5 Log:
6 [kde-base] Bump KDE SC 4.4.5 =)
7 (Portage version: 2.2_rc67_p182/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.74 kde-base/okular/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/okular/ChangeLog?rev=1.74&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/okular/ChangeLog?rev=1.74&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/okular/ChangeLog?r1=1.73&r2=1.74
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/okular/ChangeLog,v
19 retrieving revision 1.73
20 retrieving revision 1.74
21 diff -u -r1.73 -r1.74
22 --- ChangeLog 28 Jun 2010 03:25:59 -0000 1.73
23 +++ ChangeLog 30 Jun 2010 15:36:59 -0000 1.74
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.73 2010/06/28 03:25:59 fauli Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/ChangeLog,v 1.74 2010/06/30 15:36:59 alexxy Exp $
29 +
30 +*okular-4.4.5 (30 Jun 2010)
31 +
32 + 30 Jun 2010; Alexey Shvetsov <alexxy@g.o> +okular-4.4.5.ebuild:
33 + Version bump
34
35 28 Jun 2010; Christian Faulhammer <fauli@g.o> okular-4.4.4.ebuild:
36 x86 stable, bug 322791
37
38
39
40 1.1 kde-base/okular/okular-4.4.5.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/okular/okular-4.4.5.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/okular/okular-4.4.5.ebuild?rev=1.1&content-type=text/plain
44
45 Index: okular-4.4.5.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.5.ebuild,v 1.1 2010/06/30 15:36:59 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 ~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 }