gnome-games r8907 - trunk
- From: rancell svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-games r8907 - trunk
- Date: Fri, 27 Mar 2009 09:51:11 +0000 (UTC)
Author: rancell
Date: Fri Mar 27 09:51:10 2009
New Revision: 8907
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8907&view=rev
Log:
Python GNOME and gnomeprint no longer required
Modified:
trunk/README
trunk/configure.in
Modified: trunk/README
==============================================================================
--- trunk/README (original)
+++ trunk/README Fri Mar 27 09:51:10 2009
@@ -218,8 +218,6 @@
- GNOME 2.16.0
- GTK+ 2.8.0
- GNOME Doc Utils - gnome-doc-utils 0.10.0
- - GNOME Python Desktop - gnome-python-desktop 2.17.3 (python-gnome2)
- - gnome-python2-gnomeprint
- Cairo 1.0
- RSVG 2.14.0
- Guile 1.8.0
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Fri Mar 27 09:51:10 2009
@@ -458,14 +458,13 @@
# ********************
PYGTK_REQUIRED=2.10.0
-GNOME_PYTHON_DESKTOP_REQUIRED=2.17.3
if test "$with_platform" = "hildon" -a "$with_platform_variant" = "maemo3"; then
GTK_REQUIRED=2.6.0
elif test "$with_platform" = "hildon"; then
GTK_REQUIRED=2.10.0
else
-GTK_REQUIRED=2.14.0
+GTK_REQUIRED=2.12.0
fi
GCONF_REQUIRED=2.0
@@ -602,8 +601,7 @@
if test "$have_python" = "yes"; then
PKG_CHECK_MODULES([PYGTK],[
- pygtk-2.0 >= $PYGTK_REQUIRED
- gnome-python-desktop-2.0 >= $GNOME_PYTHON_DESKTOP_REQUIRED],
+ pygtk-2.0 >= $PYGTK_REQUIRED],
[have_pygtk=yes],[have_pygtk=no])
fi
@@ -616,7 +614,7 @@
fi
if test "$enable_python" = "no" -a "$need_python" = "yes"; then
- AC_MSG_ERROR([Some games need python, but python, pygtk or gnome-python-desktop packages were not found.])
+ AC_MSG_ERROR([Some games need python, but python or pygtk packages were not found.])
fi
AM_CONDITIONAL([HAVE_PYTHON],[test "$enable_python" = "yes"])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]