Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/libkworkspace: ChangeLog libkworkspace-4.6.0.ebuild
Date: Sun, 27 Feb 2011 21:42:33
Message-Id: 20110227214224.6026A20057@flycatcher.gentoo.org
1 dilfridge 11/02/27 21:42:24
2
3 Modified: ChangeLog libkworkspace-4.6.0.ebuild
4 Log:
5 Add missing dependencies on libxkbfile and libXcomposite, bug 356587
6
7 (Portage version: 2.1.9.41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.87 kde-base/libkworkspace/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libkworkspace/ChangeLog?rev=1.87&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libkworkspace/ChangeLog?rev=1.87&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libkworkspace/ChangeLog?r1=1.86&r2=1.87
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v
19 retrieving revision 1.86
20 retrieving revision 1.87
21 diff -u -r1.86 -r1.87
22 --- ChangeLog 4 Feb 2011 13:30:06 -0000 1.86
23 +++ ChangeLog 27 Feb 2011 21:42:24 -0000 1.87
24 @@ -1,6 +1,10 @@
25 # ChangeLog for kde-base/libkworkspace
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.86 2011/02/04 13:30:06 tampakrap Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.87 2011/02/27 21:42:24 dilfridge Exp $
29 +
30 + 27 Feb 2011; Andreas K. Huettel <dilfridge@g.o>
31 + libkworkspace-4.6.0.ebuild:
32 + Add missing dependencies on libxkbfile and libXcomposite, bug 356587
33
34 04 Feb 2011; Theo Chatzimichos <tampakrap@g.o>
35 libkworkspace-4.6.0.ebuild:
36
37
38
39 1.3 kde-base/libkworkspace/libkworkspace-4.6.0.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.6.0.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.6.0.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.6.0.ebuild?r1=1.2&r2=1.3
44
45 Index: libkworkspace-4.6.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.6.0.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- libkworkspace-4.6.0.ebuild 4 Feb 2011 13:30:06 -0000 1.2
52 +++ libkworkspace-4.6.0.ebuild 27 Feb 2011 21:42:24 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.6.0.ebuild,v 1.2 2011/02/04 13:30:06 tampakrap Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.6.0.ebuild,v 1.3 2011/02/27 21:42:24 dilfridge Exp $
58
59 EAPI="3"
60
61 @@ -19,6 +19,12 @@
62
63 KMSAVELIBS="true"
64
65 +DEPEND="
66 + x11-libs/libxkbfile
67 + x11-libs/libXcomposite
68 +"
69 +RDEPEND=${DEPEND}
70 +
71 src_prepare() {
72 sed -i -e 's/install( FILES kdisplaymanager.h/install( FILES kdisplaymanager.h screenpreviewwidget.h/' \
73 libs/kworkspace/CMakeLists.txt || die "failed to provide screenpreviewwidget.h"