[nautilus-sendto] Port to GTK+ 3.0
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-sendto] Port to GTK+ 3.0
- Date: Wed, 23 Jun 2010 17:39:05 +0000 (UTC)
commit 35985ea70949914ee6731f010b6e96ff1726c2b4
Author: Bastien Nocera <hadess hadess net>
Date: Wed Jun 23 18:38:44 2010 +0100
Port to GTK+ 3.0
configure.in | 8 ++++----
src/nautilus-sendto.pc.in | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/configure.in b/configure.in
index 8781f50..93a4f1b 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_PREREQ(2.52)
-AC_INIT(nautilus-sendto, 2.28.4, http://www.gnome.org)
+AC_INIT(nautilus-sendto, 2.90.0, http://www.gnome.org)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-dist-gzip check-news])
@@ -31,10 +31,10 @@ dnl --------------------------------------------------
GLIB_REQUIRED=2.6.0
GTHREAD_REQUIRED=2.6.0
-GTK_REQUIRED=2.18
+GTK_REQUIRED=2.90.3
EBOOK_REQUIRED=1.5.3
GCONF_REQUIRED=2.13.0
-NAUTILUS_EXTENSION=2.13.3
+NAUTILUS_EXTENSION=2.31.3
DBUS_REQUIRED=1.0
DBUS_GLIB_REQUIRED=0.60
GUPNP_REQUIRED=0.13
@@ -53,7 +53,7 @@ PKG_CHECK_MODULES(NAUTILUS_SENDTO,\
glib-2.0 >= $GLIB_REQUIRED \
gthread-2.0 >= $GTHREAD_REQUIRED \
gmodule-2.0 >= $GLIB_REQUIRED \
- gtk+-2.0 >= $GTK_REQUIRED \
+ gtk+-3.0 >= $GTK_REQUIRED \
gconf-2.0 >= $GCONF_REQUIRED)
AC_SUBST(NAUTILUS_SENDTO_CFLAGS)
AC_SUBST(NAUTILUS_SENDTO_LIBS)
diff --git a/src/nautilus-sendto.pc.in b/src/nautilus-sendto.pc.in
index f68dfbe..b21caec 100644
--- a/src/nautilus-sendto.pc.in
+++ b/src/nautilus-sendto.pc.in
@@ -6,5 +6,5 @@ pluginsdir= libdir@/nautilus-sendto/plugins
Name: nautilus-sendto
Description: Extend nautilus-sendto through plugins
Version: @VERSION@
-Requires: glib-2.0 gmodule-2.0 gtk+-2.0
+Requires: glib-2.0 gmodule-2.0 gtk+-3.0
Cflags: -I${includedir}/nautilus-sendto
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]