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/kwin: ChangeLog kwin-4.0.1.ebuild
Date: Thu, 07 Feb 2008 00:12:46
Message-Id: E1JMuNf-0000Lt-Kb@stork.gentoo.org
1 philantrop 08/02/07 00:12:43
2
3 Modified: ChangeLog
4 Added: kwin-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.110 kde-base/kwin/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kwin/ChangeLog?rev=1.110&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kwin/ChangeLog?rev=1.110&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kwin/ChangeLog?r1=1.109&r2=1.110
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v
19 retrieving revision 1.109
20 retrieving revision 1.110
21 diff -u -r1.109 -r1.110
22 --- ChangeLog 31 Jan 2008 15:32:24 -0000 1.109
23 +++ ChangeLog 7 Feb 2008 00:12:43 -0000 1.110
24 @@ -1,6 +1,11 @@
25 # ChangeLog for kde-base/kwin
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.109 2008/01/31 15:32:24 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.110 2008/02/07 00:12:43 philantrop Exp $
29 +
30 +*kwin-4.0.1 (06 Feb 2008)
31 +
32 + 06 Feb 2008; Wulf C. Krueger <philantrop@g.o> +kwin-4.0.1.ebuild:
33 + Version bump to KDE 4.0.1.
34
35 31 Jan 2008; Brent Baude <ranger@g.o> kwin-3.5.8.ebuild:
36 Marking kwin-3.5.8 ppc for bug 207634
37
38
39
40 1.1 kde-base/kwin/kwin-4.0.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kwin/kwin-4.0.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kwin/kwin-4.0.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: kwin-4.0.1.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.0.1.ebuild,v 1.1 2008/02/07 00:12:43 philantrop Exp $
50
51 EAPI="1"
52
53 KMNAME=kdebase-workspace
54 inherit kde4-meta
55
56 DESCRIPTION="KDE window manager"
57 KEYWORDS="~amd64 ~x86"
58 IUSE="captury opengl xcomposite xinerama"
59
60 COMMONDEPEND="
61 x11-libs/libXdamage
62 x11-libs/libXfixes
63 >=x11-libs/libXrandr-1.2.1
64 x11-libs/libXrender
65 captury? ( media-libs/libcaptury )
66 opengl? ( virtual/opengl )
67 xcomposite? ( x11-libs/libXcomposite )
68 xinerama? ( x11-libs/libXinerama )"
69 DEPEND="${COMMONDEPEND}
70 x11-proto/damageproto
71 x11-proto/renderproto
72 xcomposite? ( x11-proto/compositeproto )
73 xinerama? ( x11-proto/xineramaproto )"
74 RDEPEND="${COMMONDEPEND}"
75
76 src_compile() {
77 if ! use captury; then
78 sed -e 's:^PKGCONFIG..libcaptury:#DONOTFIND &:' \
79 -i "${S}"/kwin/effects/CMakeLists.txt || \
80 die "Making captury optional failed."
81 fi
82
83 mycmakeargs="${mycmakeargs}
84 $(cmake-utils_use_with opengl OpenGL)
85 $(cmake-utils_use_with xcomposite X11_Xcomposite)
86 $(cmake-utils_use_with xinerama X11_Xinerama)"
87 kde4-meta_src_compile
88 }
89
90
91
92 --
93 gentoo-commits@l.g.o mailing list