Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/mutter: mutter-3.12.2.ebuild ChangeLog
Date: Sat, 31 May 2014 08:14:38
Message-Id: 20140531081433.E08182004E@flycatcher.gentoo.org
1 pacho 14/05/31 08:14:33
2
3 Modified: ChangeLog
4 Added: mutter-3.12.2.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.43 x11-wm/mutter/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/mutter/ChangeLog?rev=1.43&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/mutter/ChangeLog?rev=1.43&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/mutter/ChangeLog?r1=1.42&r2=1.43
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-wm/mutter/ChangeLog,v
20 retrieving revision 1.42
21 retrieving revision 1.43
22 diff -u -r1.42 -r1.43
23 --- ChangeLog 27 Apr 2014 22:02:48 -0000 1.42
24 +++ ChangeLog 31 May 2014 08:14:33 -0000 1.43
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-wm/mutter
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/mutter/ChangeLog,v 1.42 2014/04/27 22:02:48 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/mutter/ChangeLog,v 1.43 2014/05/31 08:14:33 pacho Exp $
30 +
31 +*mutter-3.12.2 (31 May 2014)
32 +
33 + 31 May 2014; Pacho Ramos <pacho@g.o> +mutter-3.12.2.ebuild:
34 + Version bump
35
36 *mutter-3.12.1 (27 Apr 2014)
37
38
39
40
41 1.1 x11-wm/mutter/mutter-3.12.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/mutter/mutter-3.12.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/mutter/mutter-3.12.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: mutter-3.12.2.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-wm/mutter/mutter-3.12.2.ebuild,v 1.1 2014/05/31 08:14:33 pacho Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="yes"
54
55 inherit eutils gnome2
56
57 DESCRIPTION="GNOME 3 compositing window manager based on Clutter"
58 HOMEPAGE="http://git.gnome.org/browse/mutter/"
59
60 LICENSE="GPL-2+"
61 SLOT="0"
62 IUSE="+introspection test"
63 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
64
65 COMMON_DEPEND="
66 >=x11-libs/pango-1.2[X,introspection?]
67 >=x11-libs/cairo-1.10[X]
68 x11-libs/gdk-pixbuf:2[introspection?]
69 >=x11-libs/gtk+-3.9.11:3[X,introspection?]
70 >=dev-libs/glib-2.36.0:2
71 >=media-libs/clutter-1.14.3:1.0[introspection?]
72 >=media-libs/cogl-1.17.1:1.0=[introspection?]
73 >=media-libs/libcanberra-0.26[gtk3]
74 >=x11-libs/startup-notification-0.7
75 >=x11-libs/libXcomposite-0.2
76 >=gnome-base/gsettings-desktop-schemas-3.7.3[introspection?]
77 gnome-base/gnome-desktop:3=
78 >sys-power/upower-0.99
79
80 x11-libs/libICE
81 x11-libs/libSM
82 x11-libs/libX11
83 x11-libs/libXcursor
84 x11-libs/libXdamage
85 x11-libs/libXext
86 x11-libs/libXfixes
87 x11-libs/libXinerama
88 x11-libs/libXrandr
89 x11-libs/libXrender
90 >=x11-libs/libXi-1.7
91
92 gnome-extra/zenity
93
94 introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
95 "
96 DEPEND="${COMMON_DEPEND}
97 >=dev-util/gtk-doc-am-1.15
98 >=dev-util/intltool-0.35
99 sys-devel/gettext
100 virtual/pkgconfig
101 x11-proto/xextproto
102 x11-proto/xineramaproto
103 x11-proto/xproto
104 test? ( app-text/docbook-xml-dtd:4.5 )
105 "
106 RDEPEND="${COMMON_DEPEND}
107 !x11-misc/expocity
108 "
109
110 src_prepare() {
111 DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README *.txt doc/*.txt"
112
113 # Compat with Ubuntu metacity themes (e.g. x11-themes/light-themes)
114 epatch "${FILESDIR}/${PN}-3.2.1-ignore-shadow-and-padding.patch"
115
116 gnome2_src_prepare
117 }
118
119 src_configure() {
120 gnome2_src_configure \
121 --disable-static \
122 --enable-shape \
123 --enable-sm \
124 --enable-startup-notification \
125 --enable-xsync \
126 --enable-verbose-mode \
127 --with-libcanberra \
128 $(use_enable introspection)
129 }