Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-base/xfwm4: ChangeLog xfwm4-4.4.1-r1.ebuild
Date: Fri, 21 Sep 2007 19:42:29
Message-Id: E1IYoGd-0002w6-C8@stork.gentoo.org
1 angelos 07/09/21 19:34:23
2
3 Modified: ChangeLog
4 Added: xfwm4-4.4.1-r1.ebuild
5 Log:
6 Fixed freeze with gtk+-2.12
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.104 xfce-base/xfwm4/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfwm4/ChangeLog?rev=1.104&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfwm4/ChangeLog?rev=1.104&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfwm4/ChangeLog?r1=1.103&r2=1.104
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v
19 retrieving revision 1.103
20 retrieving revision 1.104
21 diff -u -r1.103 -r1.104
22 --- ChangeLog 7 Jun 2007 18:36:12 -0000 1.103
23 +++ ChangeLog 21 Sep 2007 19:34:22 -0000 1.104
24 @@ -1,6 +1,12 @@
25 # ChangeLog for xfce-base/xfwm4
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v 1.103 2007/06/07 18:36:12 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v 1.104 2007/09/21 19:34:22 angelos Exp $
29 +
30 +*xfwm4-4.4.1-r1 (21 Sep 2007)
31 +
32 + 21 Sep 2007; Christoph Mende <angelos@g.o>
33 + +files/xfwm4-gtk212.patch, +xfwm4-4.4.1-r1.ebuild:
34 + Fixed freeze with gtk+-2.12
35
36 07 Jun 2007; Samuli Suominen <drac@g.o> xfwm4-4.4.1.ebuild:
37 Stable on arm.
38
39
40
41 1.1 xfce-base/xfwm4/xfwm4-4.4.1-r1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfwm4/xfwm4-4.4.1-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfwm4/xfwm4-4.4.1-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xfwm4-4.4.1-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/xfwm4-4.4.1-r1.ebuild,v 1.1 2007/09/21 19:34:22 angelos Exp $
51
52 inherit xfce44 eutils
53
54 XFCE_VERSION=4.4.1
55 xfce44
56
57 DESCRIPTION="Window manager"
58 HOMEPAGE="http://www.xfce.org/projects/xfwm4"
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
60
61 IUSE="debug startup-notification xcomposite"
62
63 RDEPEND="x11-libs/libX11
64 x11-libs/libXrandr
65 x11-libs/libXrender
66 x11-libs/libXpm
67 x11-libs/libICE
68 x11-libs/libSM
69 x11-libs/libXext
70 xcomposite? ( x11-libs/libXcomposite
71 x11-libs/libXdamage
72 x11-libs/libXfixes )
73 >=dev-libs/glib-2.6
74 >=x11-libs/gtk+-2.6
75 x11-libs/pango
76 startup-notification? ( x11-libs/startup-notification )
77 >=xfce-base/libxfce4mcs-${XFCE_MASTER_VERSION}
78 >=xfce-base/libxfce4util-${XFCE_MASTER_VERSION}
79 >=xfce-base/libxfcegui4-${XFCE_MASTER_VERSION}
80 >=xfce-base/xfce-mcs-manager-${XFCE_MASTER_VERSION}"
81 DEPEND="${RDEPEND}
82 dev-util/pkgconfig
83 dev-util/intltool"
84
85 XFCE_CONFIG="${XFCE_CONFIG} --enable-xsync --enable-render --enable-randr \
86 $(use_enable xcomposite compositor)"
87
88 src_unpack() {
89 unpack ${A}
90 cd "${S}"
91
92 epatch "${FILESDIR}/${PN}-gtk212.patch"
93 }
94
95 DOCS="AUTHORS ChangeLog COMPOSITOR NEWS README TODO"
96
97 xfce44_core_package
98
99
100
101 --
102 gentoo-commits@g.o mailing list