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: Mon, 26 Sep 2011 05:05:35
Message-Id: a0d144854514233d029f900a878265c542551286.tetromino@gentoo
1 commit: a0d144854514233d029f900a878265c542551286
2 Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
3 AuthorDate: Mon Sep 26 04:18:55 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Mon Sep 26 04:18:55 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a0d14485
7
8 gnome-base/gnome-shell: 3.1.91.1 → 3.1.92
9
10 Version bump with lots of bugfixes. Increase gjs dependency for new
11 garbage collection code.
12
13 ---
14 ...l-3.1.91.1.ebuild => gnome-shell-3.1.92.ebuild} | 12 +++---------
15 gnome-base/gnome-shell/gnome-shell-9999.ebuild | 12 +++---------
16 2 files changed, 6 insertions(+), 18 deletions(-)
17
18 diff --git a/gnome-base/gnome-shell/gnome-shell-3.1.91.1.ebuild b/gnome-base/gnome-shell/gnome-shell-3.1.92.ebuild
19 similarity index 94%
20 rename from gnome-base/gnome-shell/gnome-shell-3.1.91.1.ebuild
21 rename to gnome-base/gnome-shell/gnome-shell-3.1.92.ebuild
22 index 940ba7c..3aaed7a 100644
23 --- a/gnome-base/gnome-shell/gnome-shell-3.1.91.1.ebuild
24 +++ b/gnome-base/gnome-shell/gnome-shell-3.1.92.ebuild
25 @@ -31,7 +31,7 @@ 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-1.29.15
30 + >=dev-libs/gjs-1.29.18
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 @@ -109,14 +109,8 @@ pkg_setup() {
35 --enable-compile-warnings=maximum
36 --disable-schemas-compile
37 --disable-jhbuild-wrapper-script
38 - --with-ca-certificates=${EPREFIX}/etc/ssl/certs/ca-certificates.crt"
39 -}
40 -
41 -src_prepare() {
42 - gnome2_src_prepare
43 - # Use the correct Gentoo directory for browser plugins
44 - sed -e 's:$(libdir)/mozilla/plugins:$(libdir)/nsbrowser/plugins:g' \
45 - -i browser-plugin/Makefile.* || die "sed failed"
46 + --with-ca-certificates=${EPREFIX}/etc/ssl/certs/ca-certificates.crt
47 + BROWSER_PLUGIN_DIR=${EPREFIX}/usr/$(get_libdir)/nsbrowser/plugins"
48 }
49
50 src_install() {
51
52 diff --git a/gnome-base/gnome-shell/gnome-shell-9999.ebuild b/gnome-base/gnome-shell/gnome-shell-9999.ebuild
53 index 940ba7c..3aaed7a 100644
54 --- a/gnome-base/gnome-shell/gnome-shell-9999.ebuild
55 +++ b/gnome-base/gnome-shell/gnome-shell-9999.ebuild
56 @@ -31,7 +31,7 @@ fi
57 # latest g-c-c is needed due to https://bugs.gentoo.org/show_bug.cgi?id=360057
58 # libXfixes-5.0 needed for pointer barriers
59 COMMON_DEPEND=">=dev-libs/glib-2.25.9:2
60 - >=dev-libs/gjs-1.29.15
61 + >=dev-libs/gjs-1.29.18
62 >=dev-libs/gobject-introspection-0.10.1
63 x11-libs/gdk-pixbuf:2[introspection]
64 >=x11-libs/gtk+-3.0.0:3[introspection]
65 @@ -109,14 +109,8 @@ pkg_setup() {
66 --enable-compile-warnings=maximum
67 --disable-schemas-compile
68 --disable-jhbuild-wrapper-script
69 - --with-ca-certificates=${EPREFIX}/etc/ssl/certs/ca-certificates.crt"
70 -}
71 -
72 -src_prepare() {
73 - gnome2_src_prepare
74 - # Use the correct Gentoo directory for browser plugins
75 - sed -e 's:$(libdir)/mozilla/plugins:$(libdir)/nsbrowser/plugins:g' \
76 - -i browser-plugin/Makefile.* || die "sed failed"
77 + --with-ca-certificates=${EPREFIX}/etc/ssl/certs/ca-certificates.crt
78 + BROWSER_PLUGIN_DIR=${EPREFIX}/usr/$(get_libdir)/nsbrowser/plugins"
79 }
80
81 src_install() {