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.0.ebuild
Date: Tue, 09 Feb 2010 00:18:18
Message-Id: E1Nednz-0001h3-Rx@stork.gentoo.org
1 alexxy 10/02/09 00:18:15
2
3 Modified: ChangeLog
4 Added: okular-4.4.0.ebuild
5 Log:
6 [kde-base/okular] Version bump to KDE SC 4.4.0
7 (Portage version: 2.2_rc62/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.61 kde-base/okular/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/okular/ChangeLog?rev=1.61&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/okular/ChangeLog?rev=1.61&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/okular/ChangeLog?r1=1.60&r2=1.61
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/okular/ChangeLog,v
19 retrieving revision 1.60
20 retrieving revision 1.61
21 diff -u -r1.60 -r1.61
22 --- ChangeLog 25 Jan 2010 17:29:45 -0000 1.60
23 +++ ChangeLog 9 Feb 2010 00:18:14 -0000 1.61
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.60 2010/01/25 17:29:45 scarabeus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/ChangeLog,v 1.61 2010/02/09 00:18:14 alexxy Exp $
29 +
30 +*okular-4.4.0 (09 Feb 2010)
31 +
32 + 09 Feb 2010; Alexey Shvetsov <alexxy@g.o> +okular-4.4.0.ebuild:
33 + Version bump to KDE SC 4.4.0
34
35 *okular-4.3.5 (25 Jan 2010)
36
37
38
39
40 1.1 kde-base/okular/okular-4.4.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/okular/okular-4.4.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/okular/okular-4.4.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: okular-4.4.0.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.0.ebuild,v 1.1 2010/02/09 00:18:14 alexxy Exp $
50
51 EAPI="2"
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 )
68 pdf? (
69 >=virtual/poppler-0.12.3[lcms]
70 >=virtual/poppler-qt4-0.12.3
71 )
72 ps? ( app-text/libspectre )
73 tiff? ( media-libs/tiff )
74 "
75 RDEPEND="${DEPEND}"
76
77 KMEXTRACTONLY="libs/mobipocket"
78
79 src_configure() {
80 mycmakeargs=(
81 $(cmake-utils_use_with chm)
82 $(cmake-utils_use_with crypt QCA2)
83 $(cmake-utils_use_with djvu DjVuLibre)
84 $(cmake-utils_use_with ebook EPub)
85 $(cmake-utils_use_with jpeg)
86 $(cmake-utils_use_with ps LibSpectre)
87 $(cmake-utils_use_with pdf PopplerQt4)
88 $(cmake-utils_use_with pdf Poppler)
89 $(cmake-utils_use_with tiff)
90 )
91
92 kde4-meta_src_configure
93 }
94
95 src_install() {
96 insinto "${KDEDIR}"/share/apps/cmake/modules
97 doins "${S}"/cmake/modules/FindOkular.cmake
98
99 kde4-meta_src_install
100 }