Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kdepim: ChangeLog kdepim-3.5.7-r5.ebuild
Date: Thu, 04 Oct 2007 20:46:09
Message-Id: E1IdXR8-0007q4-LW@stork.gentoo.org
1 philantrop 07/10/04 20:36:46
2
3 Modified: ChangeLog
4 Added: kdepim-3.5.7-r5.ebuild
5 Log:
6 Added an upstream patch for libkcal to fix problems with recurring events. Fixes bug 194371.
7 (Portage version: 2.1.3.11)
8
9 Revision Changes Path
10 1.291 kde-base/kdepim/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdepim/ChangeLog?rev=1.291&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdepim/ChangeLog?rev=1.291&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdepim/ChangeLog?r1=1.290&r2=1.291
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/kdepim/ChangeLog,v
19 retrieving revision 1.290
20 retrieving revision 1.291
21 diff -u -r1.290 -r1.291
22 --- ChangeLog 25 Sep 2007 05:21:59 -0000 1.290
23 +++ ChangeLog 4 Oct 2007 20:36:46 -0000 1.291
24 @@ -1,6 +1,13 @@
25 # ChangeLog for kde-base/kdepim
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/ChangeLog,v 1.290 2007/09/25 05:21:59 philantrop Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/ChangeLog,v 1.291 2007/10/04 20:36:46 philantrop Exp $
29 +
30 +*kdepim-3.5.7-r5 (04 Oct 2007)
31 +
32 + 04 Oct 2007; Wulf C. Krueger <philantrop@g.o>
33 + +files/libkcal-3.5.7-recurring_194371.patch, +kdepim-3.5.7-r5.ebuild:
34 + Added an upstream patch for libkcal to fix problems with recurring events.
35 + Fixes bug 194371.
36
37 25 Sep 2007; Wulf C. Krueger <philantrop@g.o>
38 kdepim-3.5.7-r4.ebuild:
39
40
41
42 1.1 kde-base/kdepim/kdepim-3.5.7-r5.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdepim/kdepim-3.5.7-r5.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdepim/kdepim-3.5.7-r5.ebuild?rev=1.1&content-type=text/plain
46
47 Index: kdepim-3.5.7-r5.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.5.7-r5.ebuild,v 1.1 2007/10/04 20:36:46 philantrop Exp $
52
53 inherit kde-dist
54
55 SRC_URI="${SRC_URI}
56 mirror://gentoo/kdepim-3.5-patchset-04.tar.bz2"
57
58 DESCRIPTION="KDE PIM (Personal Information Management) applications: KOrganizer, KMail, KNode,..."
59
60 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
61 IUSE="pda gnokii"
62
63 RESTRICT="test"
64
65 # We use GnuPG 1.4.x for OpenPGP and 1.9 (via gpgme) for s/mime as upstream advises.
66 DEPEND="~kde-base/kdebase-${PV}
67 >=dev-libs/cyrus-sasl-2
68 gnokii? ( app-mobilephone/gnokii )
69 >=app-crypt/gpgme-1.1.2-r1
70 || ( >=app-crypt/gnupg-2.0.1-r1 <app-crypt/gnupg-1.9 )
71 x11-libs/libXScrnSaver
72 app-pda/libopensync
73 pda? ( >=app-pda/pilot-link-0.12.0 >=dev-libs/libmal-0.44 )"
74
75 RDEPEND="${DEPEND}
76 app-crypt/pinentry"
77
78 DEPEND="${DEPEND}
79 x11-proto/scrnsaverproto
80 x11-apps/xhost"
81
82 PATCHES="${FILESDIR}/libkcal-3.5.7-recurring_194371.patch"
83
84 src_unpack() {
85 kde_src_unpack
86 # Call Qt 3 designer
87 sed -i -e "s:\"designer\":\"${QTDIR}/bin/designer\":g" "${S}"/libkdepim/kcmdesignerfields.cpp || die "sed failed"
88
89 # disabling tests, see bug #164038 and bug #164097
90 sed -e "s:SUBDIRS = libical versit tests:SUBDIRS = libical versit:" \
91 -i libkcal/Makefile.am || die "sed failed" || die "sed failed"
92 # sed -e "s:SUBDIRS = . plugins test:SUBDIRS = . plugins:" \
93 # -i kitchensync/libkonnector2/Makefile.am || die "sed failed"
94 # sed -e "s:SUBDIRS = . tests test:SUBDIRS = .:" \
95 # -i kitchensync/libksync/Makefile.am || die "sed failed"
96
97 sed -e "s:check_PROGRAMS = testalarmdlg:check_PROGRAMS =:" \
98 -i korganizer/korgac/Makefile.am || die "sed failed"
99
100 if ! [[ $(xhost >> /dev/null 2>/dev/null) ]] ; then
101 einfo "User ${USER} has no X access, disabling some tests."
102 sed -e "s:tests::" -i libkdepim/Makefile.am || die "sed failed"
103 fi
104 }
105
106 src_compile() {
107 local myconf="--with-sasl $(use_with gnokii)"
108 myconf="${myconf} --with-gpg=/usr/bin/gpg"
109
110 use pda || DO_NOT_COMPILE="${DO_NOT_COMPILE} kpilot"
111 # DO_NOT_COMPILE="${DO_NOT_COMPILE} kpilot"
112
113 kde_src_compile
114 }
115
116 pkg_postinst() {
117 kde_pkg_postinst
118
119 ewarn "If you're using x11-misc/basket, please re-emerge it now to avoid crashes with Kontact."
120 ewarn "cf. https://bugs.gentoo.org/show_bug.cgi?id=174872 for details."
121 }
122
123
124
125 --
126 gentoo-commits@g.o mailing list