Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 312751
Collapse All | Expand All

(-)a/x11-wm/mutter/Manifest (-2 / +2 lines)
Lines 1-2 Link Here
1
DIST mutter-2.28.0.tar.bz2 1986736 RMD160 913f0fbd1f3902c6baf1ccbb371cb3785e9d86e1 SHA1 d1ee7a89e70debae65b1fa1d03341ee7d55091d4 SHA256 f1917172fa4fa622dcc2aa1d82a6c4796c2981566a5c9dc1df7da2a38cd8da80
1
DIST mutter-2.29.1.tar.bz2 1981019 RMD160 c156159b6aa716e081dd4bd0c43b8c18b4ee7f6f SHA1 432cbfce621f54ae09f892d8145d23a18d63d8aa SHA256 175f3adcc5ad5c6f23772ca15c862f275fc3d9a9c3104e9146cf265847a4a10a
2
EBUILD mutter-2.28.0.ebuild 1368 RMD160 c3a0734034af6bbf282f6f1eb33809517962c76a SHA1 3088aeb488fdc75384bcb2e73e226a0985c16e04 SHA256 988f8af832cc0cc9e0ba9e028997a162331cbd36bbcc7a818436b92e819c647a
2
EBUILD mutter-2.29.1.ebuild 1370 RMD160 33bd6234864f0a89ce21b2d51c76a3a23963f6c5 SHA1 ce8fd0ae09edac2e5fe611912de8bd0d35f85930 SHA256 c40c69ee3bc93e0ab117957062930497032ce3f82d835b8b8760a39d3364a4e8
(-)a/x11-wm/mutter/mutter-2.28.0.ebuild (-61 lines)
Lines 1-61 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
4
5
EAPI="2"
6
7
inherit gnome2
8
9
DESCRIPTION="Upcoming GNOME 3 window manager (derived from metacity)"
10
HOMEPAGE="http://blogs.gnome.org/metacity/"
11
12
LICENSE="GPL-2"
13
SLOT="0"
14
KEYWORDS="~amd64 ~x86"
15
IUSE="debug introspection test xinerama"
16
17
RDEPEND=">=x11-libs/gtk+-2.10
18
	>=x11-libs/pango-1.2[X]
19
	>=gnome-base/gconf-2
20
	>=dev-libs/glib-2.6
21
	>=x11-libs/startup-notification-0.7
22
	>=x11-libs/libXcomposite-0.2
23
24
	media-libs/clutter:1.0
25
	x11-libs/libICE
26
	x11-libs/libSM
27
	x11-libs/libX11
28
	x11-libs/libXcursor
29
	x11-libs/libXdamage
30
	x11-libs/libXext
31
	x11-libs/libXfixes
32
	x11-libs/libXrandr
33
	x11-libs/libXrender
34
35
	introspection? ( dev-libs/gobject-introspection )
36
	xinerama? ( x11-libs/libXinerama )
37
	gnome-extra/zenity
38
	!x11-misc/expocity"
39
DEPEND="${RDEPEND}
40
	>=app-text/gnome-doc-utils-0.8
41
	sys-devel/gettext
42
	>=dev-util/pkgconfig-0.9
43
	>=dev-util/intltool-0.35
44
	test? ( app-text/docbook-xml-dtd:4.5 )
45
	xinerama? ( x11-proto/xineramaproto )
46
	x11-proto/xextproto
47
	x11-proto/xproto"
48
49
DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README *.txt doc/*.txt"
50
51
pkg_setup() {
52
	G2CONF="${G2CONF}
53
		--enable-gconf
54
		--enable-shape
55
		--enable-sm
56
		--enable-startup-notification
57
		--enable-xsync
58
		--enable-verbose-mode
59
		$(use_with introspection)
60
		$(use_enable xinerama)"
61
}
(-)a/x11-wm/mutter/mutter-2.29.1.ebuild (-1 / +61 lines)
Line 0 Link Here
0
- 
1
# Copyright 1999-2010 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
4
5
EAPI="2"
6
7
inherit gnome2
8
9
DESCRIPTION="Upcoming GNOME 3 window manager (derived from metacity)"
10
HOMEPAGE="http://blogs.gnome.org/metacity/"
11
12
LICENSE="GPL-2"
13
SLOT="0"
14
KEYWORDS="~amd64 ~x86"
15
IUSE="debug introspection test xinerama"
16
17
RDEPEND=">=x11-libs/gtk+-2.10
18
	>=x11-libs/pango-1.2[X]
19
	>=gnome-base/gconf-2
20
	>=dev-libs/glib-2.6
21
	>=x11-libs/startup-notification-0.7
22
	>=x11-libs/libXcomposite-0.2
23
24
	>=media-libs/clutter-1.2
25
	x11-libs/libICE
26
	x11-libs/libSM
27
	x11-libs/libX11
28
	x11-libs/libXcursor
29
	x11-libs/libXdamage
30
	x11-libs/libXext
31
	x11-libs/libXfixes
32
	x11-libs/libXrandr
33
	x11-libs/libXrender
34
35
	introspection? ( dev-libs/gobject-introspection )
36
	xinerama? ( x11-libs/libXinerama )
37
	gnome-extra/zenity
38
	!x11-misc/expocity"
39
DEPEND="${RDEPEND}
40
	>=app-text/gnome-doc-utils-0.8
41
	sys-devel/gettext
42
	>=dev-util/pkgconfig-0.9
43
	>=dev-util/intltool-0.35
44
	test? ( app-text/docbook-xml-dtd:4.5 )
45
	xinerama? ( x11-proto/xineramaproto )
46
	x11-proto/xextproto
47
	x11-proto/xproto"
48
49
DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README *.txt doc/*.txt"
50
51
pkg_setup() {
52
	G2CONF="${G2CONF}
53
		--enable-gconf
54
		--enable-shape
55
		--enable-sm
56
		--enable-startup-notification
57
		--enable-xsync
58
		--enable-verbose-mode
59
		$(use_with introspection)
60
		$(use_enable xinerama)"
61
}

Return to bug 312751