Gentoo Archives: gentoo-commits

From: Nirbheek Chauhan <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/, media-gfx/eog/files/
Date: Mon, 21 Feb 2011 23:56:56
Message-Id: a569f0b4b173966905b28edddaa570bf094d7e68.nirbheek@gentoo
1 commit: a569f0b4b173966905b28edddaa570bf094d7e68
2 Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 21 23:55:44 2011 +0000
4 Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 21 23:55:44 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a569f0b4
7
8 media-gfx/eog: 2.91.7 -> 2.91.90
9
10 ---
11 .../{eog-2.91.7-r1.ebuild => eog-2.91.90.ebuild} | 4 --
12 media-gfx/eog/eog-9999.ebuild | 2 +-
13 media-gfx/eog/files/eog-libpeas-compat.patch | 54 --------------------
14 3 files changed, 1 insertions(+), 59 deletions(-)
15
16 diff --git a/media-gfx/eog/eog-2.91.7-r1.ebuild b/media-gfx/eog/eog-2.91.90.ebuild
17 similarity index 96%
18 rename from media-gfx/eog/eog-2.91.7-r1.ebuild
19 rename to media-gfx/eog/eog-2.91.90.ebuild
20 index e946f0d..75b4f40 100644
21 --- a/media-gfx/eog/eog-2.91.7-r1.ebuild
22 +++ b/media-gfx/eog/eog-2.91.90.ebuild
23 @@ -61,7 +61,3 @@ pkg_setup() {
24 --disable-schemas-compile"
25 DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README THANKS TODO"
26 }
27 -
28 -src_prepare() {
29 - epatch "${FILESDIR}/${PN}-libpeas-compat.patch"
30 -}
31
32 diff --git a/media-gfx/eog/eog-9999.ebuild b/media-gfx/eog/eog-9999.ebuild
33 index e622082..75b4f40 100644
34 --- a/media-gfx/eog/eog-9999.ebuild
35 +++ b/media-gfx/eog/eog-9999.ebuild
36 @@ -6,7 +6,7 @@ EAPI="3"
37 GCONF_DEBUG="yes"
38 GNOME2_LA_PUNT="yes"
39
40 -inherit gnome2
41 +inherit eutils gnome2
42
43 DESCRIPTION="The Eye of GNOME image viewer"
44 HOMEPAGE="http://www.gnome.org/projects/eog/"
45
46 diff --git a/media-gfx/eog/files/eog-libpeas-compat.patch b/media-gfx/eog/files/eog-libpeas-compat.patch
47 deleted file mode 100644
48 index f98066d..0000000
49 --- a/media-gfx/eog/files/eog-libpeas-compat.patch
50 +++ /dev/null
51 @@ -1,54 +0,0 @@
52 -From 06d62c58d18a82974c6ef3d909d6056786015f23 Mon Sep 17 00:00:00 2001
53 -From: Garrett Regier <alias301@×××××.com>
54 -Date: Mon, 14 Feb 2011 13:27:42 +0000
55 -Subject: Update to latest libpeas API changes
56 -
57 -Plugin loaders now must be enabled
58 -not disabled.
59 ----
60 -diff --git a/configure.ac b/configure.ac
61 -index 69097bf..cc257a5 100644
62 ---- a/configure.ac
63 -+++ b/configure.ac
64 -@@ -104,8 +104,8 @@ EOG_MODULES="gtk+-3.0 >= $GTK_REQUIRED \
65 - gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED \
66 - shared-mime-info >= $SHARED_MIME_INFO_REQUIRED \
67 - gsettings-desktop-schemas >= $DESKTOP_SCHEMAS_REQUIRED \
68 -- libpeas-1.0 >= 0.7.0 \
69 -- libpeas-gtk-1.0 >= 0.7.0"
70 -+ libpeas-1.0 >= 0.7.2 \
71 -+ libpeas-gtk-1.0 >= 0.7.2"
72 -
73 - # Introspection
74 - GOBJECT_INTROSPECTION_CHECK([0.9.3])
75 -diff --git a/src/eog-plugin-engine.c b/src/eog-plugin-engine.c
76 -index dfd0862..7997684 100644
77 ---- a/src/eog-plugin-engine.c
78 -+++ b/src/eog-plugin-engine.c
79 -@@ -124,10 +124,8 @@ eog_plugin_engine_new (void)
80 - engine = EOG_PLUGIN_ENGINE (g_object_new (EOG_TYPE_PLUGIN_ENGINE,
81 - NULL));
82 -
83 -- /* Disable python and seed bindings as they are not working very
84 -+ /* Don't enable python and seed bindings as they are not working very
85 - * well with eog yet (e.g. are having ref counting issues). */
86 -- peas_engine_disable_loader (PEAS_ENGINE (engine), "python");
87 -- peas_engine_disable_loader (PEAS_ENGINE (engine), "seed");
88 -
89 - user_plugin_path = g_build_filename (eog_util_dot_dir (),
90 - USER_EOG_PLUGINS_LOCATION, NULL);
91 -diff --git a/src/eog-preferences-dialog.c b/src/eog-preferences-dialog.c
92 -index 260f29b..f5e9c87 100644
93 ---- a/src/eog-preferences-dialog.c
94 -+++ b/src/eog-preferences-dialog.c
95 -@@ -255,7 +255,7 @@ eog_preferences_dialog_constructor (GType type,
96 - g_settings_bind (priv->fullscreen_settings, EOG_CONF_FULLSCREEN_SECONDS,
97 - seconds_spin, "value", G_SETTINGS_BIND_DEFAULT);
98 -
99 -- plugin_manager = peas_gtk_plugin_manager_new ();
100 -+ plugin_manager = peas_gtk_plugin_manager_new (NULL);
101 -
102 - g_assert (plugin_manager != NULL);
103 -
104 ---
105 -cgit v0.8.3.4