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