Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-base/xfwm4: ChangeLog xfwm4-4.6.1.ebuild
Date: Sat, 01 Aug 2009 22:44:30
Message-Id: E1MXNJU-00047D-05@stork.gentoo.org
1 ssuominen 09/08/01 22:44:27
2
3 Modified: ChangeLog xfwm4-4.6.1.ebuild
4 Log:
5 Use xfconf.eclass.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.138 xfce-base/xfwm4/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfwm4/ChangeLog?rev=1.138&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfwm4/ChangeLog?rev=1.138&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfwm4/ChangeLog?r1=1.137&r2=1.138
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v
18 retrieving revision 1.137
19 retrieving revision 1.138
20 diff -u -r1.137 -r1.138
21 --- ChangeLog 27 Jul 2009 17:42:07 -0000 1.137
22 +++ ChangeLog 1 Aug 2009 22:44:27 -0000 1.138
23 @@ -1,6 +1,9 @@
24 # ChangeLog for xfce-base/xfwm4
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v 1.137 2009/07/27 17:42:07 nixnut Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v 1.138 2009/08/01 22:44:27 ssuominen Exp $
28 +
29 + 01 Aug 2009; Samuli Suominen <ssuominen@g.o> xfwm4-4.6.1.ebuild:
30 + Use xfconf.eclass.
31
32 27 Jul 2009; nixnut <nixnut@g.o> xfwm4-4.6.1.ebuild:
33 ppc stable #265587
34
35
36
37 1.10 xfce-base/xfwm4/xfwm4-4.6.1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfwm4/xfwm4-4.6.1.ebuild?rev=1.10&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfwm4/xfwm4-4.6.1.ebuild?rev=1.10&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfwm4/xfwm4-4.6.1.ebuild?r1=1.9&r2=1.10
42
43 Index: xfwm4-4.6.1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/xfwm4-4.6.1.ebuild,v
46 retrieving revision 1.9
47 retrieving revision 1.10
48 diff -u -r1.9 -r1.10
49 --- xfwm4-4.6.1.ebuild 27 Jul 2009 17:42:07 -0000 1.9
50 +++ xfwm4-4.6.1.ebuild 1 Aug 2009 22:44:27 -0000 1.10
51 @@ -1,17 +1,16 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/xfwm4-4.6.1.ebuild,v 1.9 2009/07/27 17:42:07 nixnut Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/xfwm4-4.6.1.ebuild,v 1.10 2009/08/01 22:44:27 ssuominen Exp $
56
57 -EAPI="1"
58 +EAPI=2
59 +inherit xfconf
60
61 -inherit xfce4
62 -
63 -xfce4_core
64 -
65 -DESCRIPTION="Window manager"
66 +DESCRIPTION="Window manager for Xfce4"
67 HOMEPAGE="http://www.xfce.org/projects/xfwm4/"
68 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
69
70 +LICENSE="GPL-2"
71 +SLOT="0"
72 +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
73 IUSE="debug startup-notification xcomposite"
74
75 RDEPEND=">=dev-libs/glib-2.10:2
76 @@ -25,19 +24,25 @@
77 x11-libs/libXpm
78 x11-libs/pango
79 >=x11-libs/libwnck-2.12
80 - >=xfce-base/libxfce4util-${XFCE_VERSION}
81 - >=xfce-base/libxfcegui4-${XFCE_VERSION}
82 - >=xfce-base/xfconf-${XFCE_VERSION}
83 + >=xfce-base/libxfce4util-4.6
84 + >=xfce-base/libxfcegui4-4.6
85 + >=xfce-base/xfconf-4.6
86 startup-notification? ( x11-libs/startup-notification )
87 xcomposite? ( x11-libs/libXcomposite
88 x11-libs/libXdamage
89 x11-libs/libXfixes )"
90 DEPEND="${RDEPEND}
91 - dev-util/intltool"
92 + dev-util/intltool
93 + dev-util/pkgconfig
94 + sys-devel/gettext"
95
96 pkg_setup() {
97 - XFCE_CONFIG+=" --enable-xsync --enable-render --enable-randr
98 - $(use_enable xcomposite compositor)"
99 + XFCONF="--disable-dependency-tracking
100 + $(use_enable startup-notification)
101 + --enable-xsync
102 + --enable-render
103 + --enable-randr
104 + $(use_enable xcomposite compositor)
105 + $(use_enable debug)"
106 + DOCS="AUTHORS ChangeLog COMPOSITOR NEWS README TODO"
107 }
108 -
109 -DOCS="AUTHORS ChangeLog COMPOSITOR NEWS README TODO"