[totem] Move from peas-ui to peas-gtk
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] Move from peas-ui to peas-gtk
- Date: Tue, 14 Dec 2010 01:38:51 +0000 (UTC)
commit 0d84d5931030957210a031e74c5ff6d7fcace635
Author: Philip Withnall <philip tecnocode co uk>
Date: Tue Dec 14 01:38:01 2010 +0000
Move from peas-ui to peas-gtk
For version 0.7.1, libpeasui is being renamed to libpeasgtk. This implements
that change, and bumps our libpeas dependency to 0.7.1 accordingly.
configure.in | 4 ++--
src/Makefile.am | 4 ++--
src/plugins/totem-plugins-engine.c | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/configure.in b/configure.in
index 795a1fc..591030d 100644
--- a/configure.in
+++ b/configure.in
@@ -47,7 +47,7 @@ GTK_REQS=2.91.6
TOTEM_PLPARSER_REQS=2.29.1
GNOMEICON_REQS=2.15.90
DBUS_REQS=0.82
-PEAS_REQS=0.7.0
+PEAS_REQS=0.7.1
AC_SUBST(GLIB_REQS)
AC_SUBST(GTK_REQS)
@@ -272,7 +272,7 @@ dnl Plugins support
dnl ================================================================
PKG_CHECK_MODULES(PEAS, libpeas-1.0 >= $PEAS_REQS)
-PKG_CHECK_MODULES(PEASUI, libpeas-gtk-1.0 >= $PEAS_REQS)
+PKG_CHECK_MODULES(PEASGTK, libpeas-gtk-1.0 >= $PEAS_REQS)
dnl ================================================================
dnl Python plugins
diff --git a/src/Makefile.am b/src/Makefile.am
index a5134ba..ea7153a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -102,7 +102,7 @@ libtotem_la_CPPFLAGS = \
libtotem_la_CFLAGS = \
$(DEPENDENCY_CFLAGS) \
$(PEAS_CFLAGS) \
- $(PEASUI_CFLAGS) \
+ $(PEASGTK_CFLAGS) \
$(AM_CFLAGS)
libtotem_la_LDFLAGS = \
@@ -113,7 +113,7 @@ libtotem_la_LIBADD = \
libtotem_player.la \
backend/libbaconvideowidget.la \
$(PEAS_LIBS) \
- $(PEASUI_LIBS) \
+ $(PEASGTK_LIBS) \
$(DEPENDENCY_LIBS)
if WITH_SMCLIENT
diff --git a/src/plugins/totem-plugins-engine.c b/src/plugins/totem-plugins-engine.c
index 90ea762..0daf75d 100644
--- a/src/plugins/totem-plugins-engine.c
+++ b/src/plugins/totem-plugins-engine.c
@@ -106,7 +106,7 @@ totem_plugins_engine_get_default (TotemObject *totem)
g_return_val_if_fail (totem != NULL, NULL);
g_irepository_require (g_irepository_get_default (), "Peas", "1.0", 0, NULL);
- g_irepository_require (g_irepository_get_default (), "PeasUI", "1.0", 0, NULL);
+ g_irepository_require (g_irepository_get_default (), "PeasGtk", "1.0", 0, NULL);
g_irepository_require (g_irepository_get_default (), "Totem", TOTEM_API_VERSION, 0, NULL);
paths = totem_get_plugin_paths ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]