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/plasma: ChangeLog plasma-4.0.1.ebuild
Date: Thu, 07 Feb 2008 00:12:20
Message-Id: E1JMuNF-0000DE-F8@stork.gentoo.org
1 philantrop 08/02/07 00:12:17
2
3 Modified: ChangeLog
4 Added: plasma-4.0.1.ebuild
5 Log:
6 Version bump to KDE 4.0.1.
7 (Portage version: 2.1.4.1)
8
9 Revision Changes Path
10 1.3 kde-base/plasma/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/plasma/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/plasma/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/plasma/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/plasma/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 22 Jan 2008 04:21:54 -0000 1.2
23 +++ ChangeLog 7 Feb 2008 00:12:16 -0000 1.3
24 @@ -1,6 +1,12 @@
25 # ChangeLog for kde-base/plasma
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma/ChangeLog,v 1.2 2008/01/22 04:21:54 ingmar Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma/ChangeLog,v 1.3 2008/02/07 00:12:16 philantrop Exp $
29 +
30 +*plasma-4.0.1 (06 Feb 2008)
31 +
32 + 06 Feb 2008; Wulf C. Krueger <philantrop@g.o>
33 + +files/plasma-4.0.1-linkage.patch, +plasma-4.0.1.ebuild:
34 + Version bump to KDE 4.0.1.
35
36 22 Jan 2008; Ingmar Vanhassel <ingmar@g.o> plasma-4.0.0.ebuild:
37 Pull in icons as post-dependency.
38
39
40
41 1.1 kde-base/plasma/plasma-4.0.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/plasma/plasma-4.0.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/plasma/plasma-4.0.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: plasma-4.0.1.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/kde-base/plasma/plasma-4.0.1.ebuild,v 1.1 2008/02/07 00:12:16 philantrop Exp $
51
52 EAPI="1"
53
54 KMNAME=kdebase-workspace
55 inherit kde4-meta
56
57 DESCRIPTION="Plasma: KDE desktop framework"
58 KEYWORDS="~amd64 ~x86"
59 IUSE="debug htmlhandbook xcomposite xinerama"
60
61 COMMONDEPEND="
62 >=app-misc/strigi-0.5.7
63 >=kde-base/libkworkspace-${PV}:${SLOT}
64 >=kde-base/libtaskmanager-${PV}:${SLOT}
65 >=kde-base/libplasma-${PV}:${SLOT}
66 x11-libs/libXau
67 x11-libs/libXfixes
68 x11-libs/libXrender
69 x11-libs/libXtst
70 xcomposite? ( x11-libs/libXcomposite )
71 xinerama? ( x11-libs/libXinerama )"
72 DEPEND="${COMMONDEPEND}
73 xcomposite? ( x11-proto/compositeproto )
74 xinerama? ( x11-proto/xineramaproto )"
75 RDEPEND="${COMMONDEPEND}
76 >=kde-base/kde-menu-icons-${PV}:${SLOT}"
77 PDEPEND="
78 || ( kde-base/kdeartwork-iconthemes:${SLOT}
79 kde-base/kdeartwork:${SLOT} )"
80
81 KMEXTRACTONLY="
82 ksmserver/org.kde.KSMServerInterface.xml
83 krunner/org.freedesktop.ScreenSaver.xml
84 krunner/org.kde.krunner.Interface.xml
85 libs/workspace/
86 libs/taskmanager/"
87
88 PATCHES="${FILESDIR}/${P}-linkage.patch"
89
90 KDE4_BUILT_WITH_USE_CHECK="app-misc/strigi dbus qt4"
91
92 src_compile() {
93 mycmakeargs="${mycmakeargs}
94 $(cmake-utils_use_with xcomposite X11_Xcomposite)
95 $(cmake-utils_use_with xinerama X11_Xinerama)"
96
97 kde4-meta_src_compile
98 }
99
100
101
102 --
103 gentoo-commits@l.g.o mailing list