From 5c23119e3e9d775673d468d0d24b4bc920edc3cb Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Dec 20 2008 03:28:38 +0000 Subject: Commit the stupid patch. --- diff --git a/gnome-python-desktop-2.24.1-missing-libgnomeui.patch b/gnome-python-desktop-2.24.1-missing-libgnomeui.patch new file mode 100644 index 0000000..f0a48ad --- /dev/null +++ b/gnome-python-desktop-2.24.1-missing-libgnomeui.patch @@ -0,0 +1,73 @@ +diff -up gnome-python-desktop-2.24.1/configure.ac.missing-libgnomeui gnome-python-desktop-2.24.1/configure.ac +--- gnome-python-desktop-2.24.1/configure.ac.missing-libgnomeui 2008-12-19 10:16:26.000000000 -0500 ++++ gnome-python-desktop-2.24.1/configure.ac 2008-12-19 22:07:53.000000000 -0500 +@@ -153,7 +153,8 @@ dnl should we build the gnome.applet mod + AC_ARG_BINDING([applet],[YES],[gnome.applet]) + if $build_applet; then + PKG_CHECK_MODULES(LIBPANELAPPLET, [libpanelapplet-2.0 >= libpanelapplet_required_version +- gnome-python-2.0 >= gnome_python_required_version], ++ gnome-python-2.0 >= gnome_python_required_version ++ libgnomeui-2.0], + build_applet=true, + build_applet=false) + fi +diff -up gnome-python-desktop-2.24.1/configure.missing-libgnomeui gnome-python-desktop-2.24.1/configure +--- gnome-python-desktop-2.24.1/configure.missing-libgnomeui 2008-12-19 22:08:10.000000000 -0500 ++++ gnome-python-desktop-2.24.1/configure 2008-12-19 22:09:44.000000000 -0500 +@@ -21551,14 +21551,17 @@ if test -n "$LIBPANELAPPLET_CFLAGS"; the + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libpanelapplet-2.0 >= 2.13.4 +- gnome-python-2.0 >= 2.10.0\"") >&5 ++ gnome-python-2.0 >= 2.10.0 ++ libgnomeui-2.0\"") >&5 + ($PKG_CONFIG --exists --print-errors "libpanelapplet-2.0 >= 2.13.4 +- gnome-python-2.0 >= 2.10.0") 2>&5 ++ gnome-python-2.0 >= 2.10.0 ++ libgnomeui-2.0") 2>&5 + ac_status=$? + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + pkg_cv_LIBPANELAPPLET_CFLAGS=`$PKG_CONFIG --cflags "libpanelapplet-2.0 >= 2.13.4 +- gnome-python-2.0 >= 2.10.0" 2>/dev/null` ++ gnome-python-2.0 >= 2.10.0 ++ libgnomeui-2.0" 2>/dev/null` + else + pkg_failed=yes + fi +@@ -21570,14 +21573,17 @@ if test -n "$LIBPANELAPPLET_LIBS"; then + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libpanelapplet-2.0 >= 2.13.4 +- gnome-python-2.0 >= 2.10.0\"") >&5 ++ gnome-python-2.0 >= 2.10.0 ++ libgnomeui-2.0\"") >&5 + ($PKG_CONFIG --exists --print-errors "libpanelapplet-2.0 >= 2.13.4 +- gnome-python-2.0 >= 2.10.0") 2>&5 ++ gnome-python-2.0 >= 2.10.0 ++ libgnomeui-2.0") 2>&5 + ac_status=$? + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + pkg_cv_LIBPANELAPPLET_LIBS=`$PKG_CONFIG --libs "libpanelapplet-2.0 >= 2.13.4 +- gnome-python-2.0 >= 2.10.0" 2>/dev/null` ++ gnome-python-2.0 >= 2.10.0 ++ libgnomeui-2.0" 2>/dev/null` + else + pkg_failed=yes + fi +@@ -21596,10 +21602,12 @@ else + fi + if test $_pkg_short_errors_supported = yes; then + LIBPANELAPPLET_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libpanelapplet-2.0 >= 2.13.4 +- gnome-python-2.0 >= 2.10.0" 2>&1` ++ gnome-python-2.0 >= 2.10.0 ++ libgnomeui-2.0" 2>&1` + else + LIBPANELAPPLET_PKG_ERRORS=`$PKG_CONFIG --print-errors "libpanelapplet-2.0 >= 2.13.4 +- gnome-python-2.0 >= 2.10.0" 2>&1` ++ gnome-python-2.0 >= 2.10.0 ++ libgnomeui-2.0" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$LIBPANELAPPLET_PKG_ERRORS" >&5