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.7.0.ebuild
Date: Mon, 06 Sep 2010 12:30:49
Message-Id: 20100906123043.D80F820051@flycatcher.gentoo.org
1 ssuominen 10/09/06 12:30:43
2
3 Modified: ChangeLog
4 Added: xfwm4-4.7.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2_rc75/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.151 xfce-base/xfwm4/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfwm4/ChangeLog?rev=1.151&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfwm4/ChangeLog?rev=1.151&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfwm4/ChangeLog?r1=1.150&r2=1.151
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v
20 retrieving revision 1.150
21 retrieving revision 1.151
22 diff -u -r1.150 -r1.151
23 --- ChangeLog 29 Aug 2010 17:43:42 -0000 1.150
24 +++ ChangeLog 6 Sep 2010 12:30:43 -0000 1.151
25 @@ -1,6 +1,11 @@
26 # ChangeLog for xfce-base/xfwm4
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v 1.150 2010/08/29 17:43:42 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v 1.151 2010/09/06 12:30:43 ssuominen Exp $
30 +
31 +*xfwm4-4.7.0 (06 Sep 2010)
32 +
33 + 06 Sep 2010; Samuli Suominen <ssuominen@g.o> +xfwm4-4.7.0.ebuild:
34 + Version bump.
35
36 29 Aug 2010; Raúl Porcel <armin76@g.o> xfwm4-4.6.2.ebuild:
37 alpha/ia64/sparc stable wrt #323729
38
39
40
41 1.1 xfce-base/xfwm4/xfwm4-4.7.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfwm4/xfwm4-4.7.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfwm4/xfwm4-4.7.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xfwm4-4.7.0.ebuild
47 ===================================================================
48 # Copyright 1999-2010 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.7.0.ebuild,v 1.1 2010/09/06 12:30:43 ssuominen Exp $
51
52 EAPI=2
53 inherit xfconf
54
55 DESCRIPTION="Window manager for Xfce4"
56 HOMEPAGE="http://www.xfce.org/projects/xfwm4/"
57 SRC_URI="mirror://xfce/src/xfce/${PN}/4.7/${P}.tar.bz2"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
62 IUSE="debug startup-notification +xcomposite"
63
64 RDEPEND=">=dev-libs/glib-2.10:2
65 >=x11-libs/gtk+-2.10:2
66 x11-libs/libICE
67 x11-libs/libSM
68 x11-libs/libX11
69 x11-libs/libXext
70 x11-libs/libXrandr
71 x11-libs/libXrender
72 x11-libs/libXpm
73 x11-libs/pango
74 >=x11-libs/libwnck-2.12
75 >=xfce-base/libxfce4util-4.6
76 >=xfce-base/libxfce4ui-4.7
77 >=xfce-base/xfconf-4.6
78 startup-notification? ( x11-libs/startup-notification )
79 xcomposite? ( x11-libs/libXcomposite
80 x11-libs/libXdamage
81 x11-libs/libXfixes )"
82 DEPEND="${RDEPEND}
83 dev-util/intltool
84 dev-util/pkgconfig
85 sys-devel/gettext"
86
87 pkg_setup() {
88 XFCONF="--docdir=${EPREFIX}/usr/share/doc/${PF}
89 --disable-dependency-tracking
90 $(use_enable startup-notification)
91 --enable-xsync
92 --enable-render
93 --enable-randr
94 $(use_enable xcomposite compositor)
95 $(xfconf_use_debug)"
96 DOCS="AUTHORS ChangeLog COMPOSITOR NEWS README TODO"
97 }