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.10.0.ebuild
Date: Sun, 29 Apr 2012 10:28:43
Message-Id: 20120429102055.15BD82004B@flycatcher.gentoo.org
1 ssuominen 12/04/29 10:20:55
2
3 Modified: ChangeLog
4 Added: xfwm4-4.10.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.192 xfce-base/xfwm4/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfwm4/ChangeLog?rev=1.192&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfwm4/ChangeLog?rev=1.192&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfwm4/ChangeLog?r1=1.191&r2=1.192
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v
20 retrieving revision 1.191
21 retrieving revision 1.192
22 diff -u -r1.191 -r1.192
23 --- ChangeLog 22 Apr 2012 18:35:12 -0000 1.191
24 +++ ChangeLog 29 Apr 2012 10:20:54 -0000 1.192
25 @@ -1,6 +1,11 @@
26 # ChangeLog for xfce-base/xfwm4
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v 1.191 2012/04/22 18:35:12 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v 1.192 2012/04/29 10:20:54 ssuominen Exp $
30 +
31 +*xfwm4-4.10.0 (29 Apr 2012)
32 +
33 + 29 Apr 2012; Samuli Suominen <ssuominen@g.o> +xfwm4-4.10.0.ebuild:
34 + Version bump.
35
36 22 Apr 2012; Samuli Suominen <ssuominen@g.o> -xfwm4-4.8.2.ebuild:
37 old
38
39
40
41 1.1 xfce-base/xfwm4/xfwm4-4.10.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfwm4/xfwm4-4.10.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfwm4/xfwm4-4.10.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xfwm4-4.10.0.ebuild
47 ===================================================================
48 # Copyright 1999-2012 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.10.0.ebuild,v 1.1 2012/04/29 10:20:54 ssuominen Exp $
51
52 EAPI=4
53 inherit xfconf
54
55 DESCRIPTION="Window manager for the Xfce desktop environment"
56 HOMEPAGE="http://www.xfce.org/projects/"
57 SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${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.20
65 >=x11-libs/gtk+-2.24: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/pango
73 >=x11-libs/libwnck-2.30:1
74 >=xfce-base/libxfce4util-4.10
75 >=xfce-base/libxfce4ui-4.10
76 >=xfce-base/xfconf-4.10
77 startup-notification? ( x11-libs/startup-notification )
78 xcomposite? (
79 x11-libs/libXcomposite
80 x11-libs/libXdamage
81 x11-libs/libXfixes
82 )"
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 $(use_enable startup-notification)
92 --enable-xsync
93 --enable-render
94 --enable-randr
95 $(use_enable xcomposite compositor)
96 $(xfconf_use_debug)
97 )
98
99 DOCS=( AUTHORS ChangeLog COMPOSITOR NEWS README TODO )
100 }