Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/plasma-workspace: ChangeLog plasma-workspace-4.9.2.ebuild
Date: Tue, 02 Oct 2012 18:37:12
Message-Id: 20121002181206.172DD21602@flycatcher.gentoo.org
1 johu 12/10/02 18:12:06
2
3 Modified: ChangeLog
4 Added: plasma-workspace-4.9.2.ebuild
5 Log:
6 Version bump KDE SC 4.9.2
7
8 (Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.176 kde-base/plasma-workspace/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/plasma-workspace/ChangeLog?rev=1.176&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/plasma-workspace/ChangeLog?rev=1.176&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/plasma-workspace/ChangeLog?r1=1.175&r2=1.176
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v
20 retrieving revision 1.175
21 retrieving revision 1.176
22 diff -u -r1.175 -r1.176
23 --- ChangeLog 21 Sep 2012 09:32:45 -0000 1.175
24 +++ ChangeLog 2 Oct 2012 18:12:05 -0000 1.176
25 @@ -1,6 +1,11 @@
26 # ChangeLog for kde-base/plasma-workspace
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v 1.175 2012/09/21 09:32:45 johu Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v 1.176 2012/10/02 18:12:05 johu Exp $
30 +
31 +*plasma-workspace-4.9.2 (02 Oct 2012)
32 +
33 + 02 Oct 2012; Johannes Huber <johu@g.o> +plasma-workspace-4.9.2.ebuild:
34 + Version bump KDE SC 4.9.2
35
36 21 Sep 2012; Johannes Huber <johu@g.o> -plasma-workspace-4.9.0.ebuild:
37 Remove KDE SC 4.9.0
38
39
40
41 1.1 kde-base/plasma-workspace/plasma-workspace-4.9.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.9.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.9.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: plasma-workspace-4.9.2.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.9.2.ebuild,v 1.1 2012/10/02 18:12:05 johu Exp $
51
52 EAPI=4
53
54 KDE_HANDBOOK="optional"
55 KMNAME="kde-workspace"
56 KMMODULE="plasma"
57 PYTHON_DEPEND="python? 2"
58 inherit python kde4-meta
59
60 DESCRIPTION="Plasma: KDE desktop framework"
61 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
62 IUSE="debug google-gadgets gps python qalculate +rss semantic-desktop"
63
64 COMMONDEPEND="
65 $(add_kdebase_dep kactivities)
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 libplasmagenericshell)
71 $(add_kdebase_dep libtaskmanager)
72 $(add_kdebase_dep solid)
73 x11-libs/libXcomposite
74 x11-libs/libXdamage
75 x11-libs/libXfixes
76 x11-libs/libXrender
77 google-gadgets? ( >=x11-misc/google-gadgets-0.11.0[qt4] )
78 gps? ( >=sci-geosciences/gpsd-2.37 )
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? (
86 $(add_kdebase_dep kdepimlibs 'semantic-desktop=')
87 $(add_kdebase_dep libplasmaclock 'holidays')
88 )
89 !rss? ( $(add_kdebase_dep libplasmaclock '-holidays') )
90 "
91 DEPEND="${COMMONDEPEND}
92 rss? ( dev-libs/boost )
93 x11-proto/compositeproto
94 x11-proto/damageproto
95 x11-proto/fixesproto
96 x11-proto/renderproto
97 "
98 RDEPEND="${COMMONDEPEND}
99 $(add_kdebase_dep plasma-runtime)
100 "
101
102 KMEXTRA="
103 statusnotifierwatcher/
104 "
105 KMEXTRACTONLY="
106 krunner/dbus/org.freedesktop.ScreenSaver.xml
107 krunner/dbus/org.kde.krunner.App.xml
108 ksmserver/org.kde.KSMServerInterface.xml
109 libs/kephal/
110 libs/kworkspace/
111 libs/taskmanager/
112 libs/plasmagenericshell/
113 libs/ksysguard/
114 ksysguard/
115 "
116
117 KMLOADLIBS="libkworkspace libplasmaclock libplasmagenericshell libtaskmanager"
118
119 pkg_setup() {
120 python_set_active_version 2
121 python_pkg_setup
122 kde4-meta_pkg_setup
123 }
124
125 src_unpack() {
126 if use handbook; then
127 KMEXTRA+=" doc/plasma-desktop"
128 fi
129
130 kde4-meta_src_unpack
131 }
132
133 src_configure() {
134 mycmakeargs=(
135 $(cmake-utils_use_with google-gadgets Googlegadgets)
136 $(cmake-utils_use_with gps libgps)
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 Akonadi)
143 $(cmake-utils_use_with semantic-desktop Nepomuk)
144 $(cmake-utils_use_with semantic-desktop Soprano)
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}"/usr/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 /usr/share/apps/plasma_scriptengine_python
166 fi
167 }
168
169 pkg_postrm() {
170 kde4-meta_pkg_postrm
171
172 if [[ -d ${EPREFIX}/usr/share/apps/plasma_scriptengine_python ]]; then
173 python_mod_cleanup \
174 PyKDE4 \
175 /usr/share/apps/plasma_scriptengine_python
176 fi
177 }