Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:gnome-next commit in: gnome-base/gnome-shell/
Date: Thu, 28 Jul 2011 09:05:51
Message-Id: 478a2a457b4c5fce82e374c54a5fb5f338162cc1.tetromino@gentoo
1 commit: 478a2a457b4c5fce82e374c54a5fb5f338162cc1
2 Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
3 AuthorDate: Thu Jul 28 08:58:42 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Thu Jul 28 08:58:42 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=478a2a45
7
8 gnome-base/gnome-shell: 3.1.3 → 3.1.4
9
10 Version bump with numerous changes. Update dependencies. Allow building
11 with spidermonkey-1.8.5 installed.
12
13 ---
14 ...shell-3.1.3.ebuild => gnome-shell-3.1.4.ebuild} | 9 +++++----
15 gnome-base/gnome-shell/gnome-shell-9999.ebuild | 4 ++--
16 2 files changed, 7 insertions(+), 6 deletions(-)
17
18 diff --git a/gnome-base/gnome-shell/gnome-shell-3.1.3.ebuild b/gnome-base/gnome-shell/gnome-shell-3.1.4.ebuild
19 similarity index 94%
20 rename from gnome-base/gnome-shell/gnome-shell-3.1.3.ebuild
21 rename to gnome-base/gnome-shell/gnome-shell-3.1.4.ebuild
22 index 0c898a4..d0b3748 100644
23 --- a/gnome-base/gnome-shell/gnome-shell-3.1.3.ebuild
24 +++ b/gnome-base/gnome-shell/gnome-shell-3.1.4.ebuild
25 @@ -31,18 +31,19 @@ fi
26 # latest g-c-c is needed due to https://bugs.gentoo.org/show_bug.cgi?id=360057
27 # libXfixes-5.0 needed for pointer barriers
28 COMMON_DEPEND=">=dev-libs/glib-2.25.9:2
29 - >=dev-libs/gjs-0.7.11
30 + >=dev-libs/gjs-1.29.15
31 >=dev-libs/gobject-introspection-0.10.1
32 x11-libs/gdk-pixbuf:2[introspection]
33 >=x11-libs/gtk+-3.0.0:3[introspection]
34 - >=media-libs/clutter-1.5.15:1.0[introspection]
35 + >=media-libs/clutter-1.7.5:1.0[introspection]
36 >=gnome-base/gnome-desktop-2.91.2:3
37 >=gnome-base/gsettings-desktop-schemas-2.91.91
38 >=gnome-extra/evolution-data-server-2.91.6
39 >=media-libs/gstreamer-0.10.16:0.10
40 >=media-libs/gst-plugins-base-0.10.16:0.10
41 >=net-im/telepathy-logger-0.2.4[introspection]
42 - >=net-libs/telepathy-glib-0.15.0[introspection]
43 + net-libs/libsoup:2.4[introspection]
44 + >=net-libs/telepathy-glib-0.15.3[introspection]
45 >=net-wireless/gnome-bluetooth-3.1.0[introspection]
46 >=sys-auth/polkit-0.100[introspection]
47 >=x11-wm/mutter-3.0.0[introspection]
48 @@ -92,7 +93,7 @@ DEPEND="${COMMON_DEPEND}
49 >=dev-util/pkgconfig-0.22
50 >=dev-util/intltool-0.40
51 gnome-base/gnome-common
52 - !!<dev-lang/spidermonkey-2"
53 + !!<dev-lang/spidermonkey-1.8.5"
54 # libmozjs.so is picked up from /usr/lib while compiling, so block at build-time
55 # https://bugs.gentoo.org/show_bug.cgi?id=360413
56
57
58 diff --git a/gnome-base/gnome-shell/gnome-shell-9999.ebuild b/gnome-base/gnome-shell/gnome-shell-9999.ebuild
59 index 0ad9a8e..d0b3748 100644
60 --- a/gnome-base/gnome-shell/gnome-shell-9999.ebuild
61 +++ b/gnome-base/gnome-shell/gnome-shell-9999.ebuild
62 @@ -31,7 +31,7 @@ fi
63 # latest g-c-c is needed due to https://bugs.gentoo.org/show_bug.cgi?id=360057
64 # libXfixes-5.0 needed for pointer barriers
65 COMMON_DEPEND=">=dev-libs/glib-2.25.9:2
66 - >=dev-libs/gjs-0.7.11
67 + >=dev-libs/gjs-1.29.15
68 >=dev-libs/gobject-introspection-0.10.1
69 x11-libs/gdk-pixbuf:2[introspection]
70 >=x11-libs/gtk+-3.0.0:3[introspection]
71 @@ -93,7 +93,7 @@ DEPEND="${COMMON_DEPEND}
72 >=dev-util/pkgconfig-0.22
73 >=dev-util/intltool-0.40
74 gnome-base/gnome-common
75 - !!<dev-lang/spidermonkey-2"
76 + !!<dev-lang/spidermonkey-1.8.5"
77 # libmozjs.so is picked up from /usr/lib while compiling, so block at build-time
78 # https://bugs.gentoo.org/show_bug.cgi?id=360413