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/plasma-workspace: plasma-workspace-4.5.2.ebuild ChangeLog
Date: Wed, 06 Oct 2010 10:04:00
Message-Id: 20101006091707.F25BA20069@flycatcher.gentoo.org
1 alexxy 10/10/06 09:17:07
2
3 Modified: ChangeLog
4 Added: plasma-workspace-4.5.2.ebuild
5 Log:
6 Add KDE SC 4.5.2 =)
7
8 (Portage version: 2.2_rc88_p115/cvs/Linux x86_64, RepoMan options: --force)
9
10 Revision Changes Path
11 1.83 kde-base/plasma-workspace/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/plasma-workspace/ChangeLog?rev=1.83&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/plasma-workspace/ChangeLog?rev=1.83&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/plasma-workspace/ChangeLog?r1=1.82&r2=1.83
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v
20 retrieving revision 1.82
21 retrieving revision 1.83
22 diff -u -r1.82 -r1.83
23 --- ChangeLog 6 Sep 2010 01:57:27 -0000 1.82
24 +++ ChangeLog 6 Oct 2010 09:17:07 -0000 1.83
25 @@ -1,6 +1,12 @@
26 # ChangeLog for kde-base/plasma-workspace
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v 1.82 2010/09/06 01:57:27 tampakrap Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v 1.83 2010/10/06 09:17:07 alexxy Exp $
30 +
31 +*plasma-workspace-4.5.2 (05 Oct 2010)
32 +
33 + 05 Oct 2010; Alexey Shvetsov <alexxy@g.o>
34 + +plasma-workspace-4.5.2.ebuild:
35 + Version bump KDE SC 4.5.2
36
37 *plasma-workspace-4.5.1 (06 Sep 2010)
38
39
40
41
42 1.1 kde-base/plasma-workspace/plasma-workspace-4.5.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.5.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.5.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: plasma-workspace-4.5.2.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.5.2.ebuild,v 1.1 2010/10/06 09:17:07 alexxy Exp $
52
53 EAPI="3"
54
55 KDE_HANDBOOK="optional"
56 KMNAME="kdebase-workspace"
57 KMMODULE="plasma"
58 PYTHON_DEPEND="python? 2"
59 inherit python kde4-meta
60
61 DESCRIPTION="Plasma: KDE desktop framework"
62 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
63 IUSE="debug google-gadgets python qalculate rss semantic-desktop xinerama"
64
65 COMMONDEPEND="
66 $(add_kdebase_dep kdelibs 'semantic-desktop?')
67 $(add_kdebase_dep kephal)
68 $(add_kdebase_dep ksysguard)
69 $(add_kdebase_dep libkworkspace)
70 $(add_kdebase_dep libplasmaclock)
71 $(add_kdebase_dep libplasmagenericshell)
72 $(add_kdebase_dep libtaskmanager)
73 $(add_kdebase_dep solid)
74 x11-libs/libXcomposite
75 x11-libs/libXdamage
76 x11-libs/libXfixes
77 x11-libs/libXrender
78 google-gadgets? ( >=x11-misc/google-gadgets-0.11.0[qt4] )
79 python? (
80 >=dev-python/PyQt4-4.4.0[X]
81 >=dev-python/sip-4.7.1
82 $(add_kdebase_dep pykde4)
83 )
84 qalculate? ( sci-libs/libqalculate )
85 rss? ( $(add_kdebase_dep kdepimlibs 'semantic-desktop') )
86 xinerama? ( x11-libs/libXinerama )
87 "
88 DEPEND="${COMMONDEPEND}
89 x11-proto/compositeproto
90 x11-proto/damageproto
91 x11-proto/fixesproto
92 x11-proto/renderproto
93 xinerama? ( x11-proto/xineramaproto )
94 "
95 RDEPEND="${COMMONDEPEND}
96 $(add_kdebase_dep activitymanager)
97 $(add_kdebase_dep plasma-runtime)
98 "
99
100 KMEXTRA="
101 statusnotifierwatcher/
102 "
103 KMEXTRACTONLY="
104 krunner/dbus/org.freedesktop.ScreenSaver.xml
105 krunner/dbus/org.kde.krunner.App.xml
106 ksmserver/org.kde.KSMServerInterface.xml
107 libs/kephal/
108 libs/kworkspace/
109 libs/taskmanager/
110 libs/plasmagenericshell/
111 libs/ksysguard/
112 ksysguard/
113 "
114
115 KMLOADLIBS="libkworkspace libplasmaclock libplasmagenericshell libtaskmanager"
116
117 PATCHES=(
118 "${FILESDIR}/${PN}-4.4.2-xinerama_cmake_automagic.patch"
119 )
120
121 pkg_setup() {
122 python_set_active_version 2
123 kde4-meta_pkg_setup
124 }
125
126 src_unpack() {
127 if use handbook; then
128 KMEXTRA+=" doc/plasma-desktop"
129 fi
130
131 kde4-meta_src_unpack
132 }
133
134 src_configure() {
135 mycmakeargs=(
136 $(cmake-utils_use_with google-gadgets Googlegadgets)
137 $(cmake-utils_use_with python SIP)
138 $(cmake-utils_use_with python PyQt4)
139 $(cmake-utils_use_with python PyKDE4)
140 $(cmake-utils_use_with qalculate)
141 $(cmake-utils_use_with rss KdepimLibs)
142 $(cmake-utils_use_with semantic-desktop Nepomuk)
143 $(cmake-utils_use_with semantic-desktop Soprano)
144 $(cmake-utils_use_with xinerama X11_Xinerama)
145 -DWITH_Xmms=OFF
146 )
147
148 kde4-meta_src_configure
149 }
150
151 src_install() {
152 kde4-meta_src_install
153
154 rm -f \
155 "${ED}$(python_get_sitedir)"/PyKDE4/*.py[co] \
156 "${ED}${KDEDIR}"/share/apps/plasma_scriptengine_python/*.py[co]
157 }
158
159 pkg_postinst() {
160 kde4-meta_pkg_postinst
161
162 if use python; then
163 python_mod_optimize \
164 PyKDE4 \
165 "${KDEDIR}"/share/apps/plasma_scriptengine_python
166 fi
167 }
168
169 pkg_postrm() {
170 kde4-meta_pkg_postrm
171
172 if [[ -d ${EKDEDIR}/share/apps/plasma_scriptengine_python ]]; then
173 python_mod_cleanup \
174 PyKDE4 \
175 "${KDEDIR}"/share/apps/plasma_scriptengine_python
176 fi
177 }