Gentoo Archives: gentoo-commits

From: "Maciej Mrozowski (reavertm)" <reavertm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kdeplasma-addons: kdeplasma-addons-4.4.3.ebuild ChangeLog kdeplasma-addons-4.4.2-r1.ebuild kdeplasma-addons-4.4.2.ebuild
Date: Wed, 05 May 2010 01:15:55
Message-Id: 20100505011551.787812C3FB@corvid.gentoo.org
1 reavertm 10/05/05 01:15:51
2
3 Modified: kdeplasma-addons-4.4.3.ebuild ChangeLog
4 Added: kdeplasma-addons-4.4.2-r1.ebuild
5 Removed: kdeplasma-addons-4.4.2.ebuild
6 Log:
7 Add patch to fix bug 288154
8 (Portage version: 2.2_rc67/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 kde-base/kdeplasma-addons/kdeplasma-addons-4.4.3.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-addons-4.4.3.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-addons-4.4.3.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-addons-4.4.3.ebuild?r1=1.1&r2=1.2
16
17 Index: kdeplasma-addons-4.4.3.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-addons-4.4.3.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- kdeplasma-addons-4.4.3.ebuild 3 May 2010 20:43:17 -0000 1.1
24 +++ kdeplasma-addons-4.4.3.ebuild 5 May 2010 01:15:51 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-addons-4.4.3.ebuild,v 1.1 2010/05/03 20:43:17 alexxy Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-addons-4.4.3.ebuild,v 1.2 2010/05/05 01:15:51 reavertm Exp $
30
31 EAPI="3"
32
33 @@ -13,20 +13,20 @@
34 LICENSE="GPL-2 LGPL-2"
35
36 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
37 -IUSE="debug desktopglobe exif qalculate qwt scim semantic-desktop"
38 +IUSE="debug desktopglobe exif qalculate qwt rss scim semantic-desktop"
39
40 # krunner is only needed to generate dbus interface for lancelot
41 COMMON_DEPEND="
42 dev-libs/libattica
43 $(add_kdebase_dep kdelibs 'semantic-desktop?')
44 - $(add_kdebase_dep kdepimlibs)
45 $(add_kdebase_dep krunner)
46 - $(add_kdebase_dep plasma-workspace)
47 + $(add_kdebase_dep plasma-workspace 'rss?')
48 x11-misc/shared-mime-info
49 desktopglobe? ( $(add_kdebase_dep marble) )
50 exif? ( $(add_kdebase_dep libkexiv2) )
51 qalculate? ( sci-libs/libqalculate )
52 qwt? ( x11-libs/qwt:5 )
53 + rss? ( $(add_kdebase_dep kdepimlibs 'akonadi') )
54 scim? ( app-i18n/scim )
55 "
56 DEPEND="${COMMON_DEPEND}
57 @@ -40,6 +40,10 @@
58 # kdebase-data: some svg icons moved from data directly here.
59 add_blocker kdebase-data '<4.2.88'
60
61 +PATCHES=(
62 + "${FILESDIR}/${PN}-4.4.3-cmake.patch"
63 +)
64 +
65 src_prepare() {
66 sed -e 's/${KDE4WORKSPACE_PLASMACLOCK_LIBRARY}/plasmaclock/g' \
67 -e 's/${KDE4WORKSPACE_WEATHERION_LIBRARY}/weather_ion/g' \
68 @@ -57,6 +61,7 @@
69 $(cmake-utils_use_with exif Kexiv2)
70 $(cmake-utils_use_with qalculate)
71 $(cmake-utils_use_with qwt)
72 + $(cmake-utils_use_with rss KdepimLibs)
73 $(cmake-utils_use_with semantic-desktop Nepomuk)
74 $(cmake-utils_use_with scim)
75 )
76
77
78
79 1.57 kde-base/kdeplasma-addons/ChangeLog
80
81 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdeplasma-addons/ChangeLog?rev=1.57&view=markup
82 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdeplasma-addons/ChangeLog?rev=1.57&content-type=text/plain
83 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdeplasma-addons/ChangeLog?r1=1.56&r2=1.57
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/ChangeLog,v
88 retrieving revision 1.56
89 retrieving revision 1.57
90 diff -u -r1.56 -r1.57
91 --- ChangeLog 3 May 2010 21:34:27 -0000 1.56
92 +++ ChangeLog 5 May 2010 01:15:51 -0000 1.57
93 @@ -1,6 +1,13 @@
94 # ChangeLog for kde-base/kdeplasma-addons
95 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/ChangeLog,v 1.56 2010/05/03 21:34:27 alexxy Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/ChangeLog,v 1.57 2010/05/05 01:15:51 reavertm Exp $
98 +
99 +*kdeplasma-addons-4.4.2-r1 (05 May 2010)
100 +
101 + 05 May 2010; Maciej Mrozowski <reavertm@g.o>
102 + -kdeplasma-addons-4.4.2.ebuild, +kdeplasma-addons-4.4.2-r1.ebuild,
103 + kdeplasma-addons-4.4.3.ebuild, +files/kdeplasma-addons-4.4.3-cmake.patch:
104 + Add patch to fix bug 288154
105
106 03 May 2010; Alexey Shvetsov <alexxy@g.o>
107 -kdeplasma-addons-4.4.1.ebuild:
108
109
110
111 1.1 kde-base/kdeplasma-addons/kdeplasma-addons-4.4.2-r1.ebuild
112
113 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-addons-4.4.2-r1.ebuild?rev=1.1&view=markup
114 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-addons-4.4.2-r1.ebuild?rev=1.1&content-type=text/plain
115
116 Index: kdeplasma-addons-4.4.2-r1.ebuild
117 ===================================================================
118 # Copyright 1999-2010 Gentoo Foundation
119 # Distributed under the terms of the GNU General Public License v2
120 # $Header: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-addons-4.4.2-r1.ebuild,v 1.1 2010/05/05 01:15:51 reavertm Exp $
121
122 EAPI="3"
123
124 KMNAME="kdeplasma-addons"
125 WEBKIT_REQUIRED="always"
126 inherit kde4-base
127
128 DESCRIPTION="Extra Plasma applets and engines."
129 HOMEPAGE="http://www.kde.org/"
130 LICENSE="GPL-2 LGPL-2"
131
132 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
133 IUSE="debug desktopglobe exif qalculate qwt rss scim semantic-desktop"
134
135 # krunner is only needed to generate dbus interface for lancelot
136 COMMON_DEPEND="
137 dev-libs/libattica
138 $(add_kdebase_dep kdelibs 'semantic-desktop?')
139 $(add_kdebase_dep krunner)
140 $(add_kdebase_dep plasma-workspace 'rss?')
141 x11-misc/shared-mime-info
142 desktopglobe? ( $(add_kdebase_dep marble) )
143 exif? ( $(add_kdebase_dep libkexiv2) )
144 qalculate? ( sci-libs/libqalculate )
145 qwt? ( x11-libs/qwt:5 )
146 rss? ( $(add_kdebase_dep kdepimlibs 'akonadi') )
147 scim? ( app-i18n/scim )
148 "
149 DEPEND="${COMMON_DEPEND}
150 dev-cpp/eigen:2
151 "
152 # kde-misc/plasmaboard: moved here in 4.3.65
153 RDEPEND="${COMMON_DEPEND}
154 !kdeprefix? ( !kde-misc/plasmaboard )
155 "
156
157 # kdebase-data: some svg icons moved from data directly here.
158 add_blocker kdebase-data '<4.2.88'
159
160 PATCHES=(
161 "${FILESDIR}/${PN}-4.4.3-cmake.patch"
162 )
163
164 src_prepare() {
165 sed -e 's/${KDE4WORKSPACE_PLASMACLOCK_LIBRARY}/plasmaclock/g' \
166 -e 's/${KDE4WORKSPACE_WEATHERION_LIBRARY}/weather_ion/g' \
167 -e 's/${KDE4WORKSPACE_TASKMANAGER_LIBRARY}/taskmanager/g' \
168 -i {libs/plasmaweather,applets/{binary-clock,fuzzy-clock,weather,weatherstation,lancelot/app/src}}/CMakeLists.txt \
169 || die "Failed to patch CMake files"
170
171 kde4-base_src_prepare
172 }
173
174 src_configure() {
175 mycmakeargs=(
176 -DDBUS_INTERFACES_INSTALL_DIR="${EKDEDIR}/share/dbus-1/interfaces/"
177 $(cmake-utils_use_with desktopglobe Marble)
178 $(cmake-utils_use_with exif Kexiv2)
179 $(cmake-utils_use_with qalculate)
180 $(cmake-utils_use_with qwt)
181 $(cmake-utils_use_with rss KdepimLibs)
182 $(cmake-utils_use_with semantic-desktop Nepomuk)
183 $(cmake-utils_use_with scim)
184 )
185
186 kde4-base_src_configure
187 }