[Bug 480279] Package Review for gnome-globalmenu

bugzilla at redhat.com bugzilla at redhat.com
Wed Feb 18 12:00:08 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=480279


Bernie Innocenti <bernie at codewiz.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bernie at codewiz.org




--- Comment #7 from Bernie Innocenti <bernie at codewiz.org>  2009-02-18 07:00:05 EDT ---
I needed two patches in order to build on rawhide.

I have submitted the first one here:
  http://code.google.com/p/gnome2-globalmenu/issues/detail?id=348

The second one is too much of a kludge.  It seems that  libxfce4panel-1.0.pc
does
no longer provide the externalplugindir variable.  We should check with
upstream.


--- configure.ac.orig 2009-02-17 18:51:23.913429581 +0100
+++ configure.ac 2009-02-17 18:49:26.570430365 +0100
@@ -111,7 +111,8 @@ AS_IF([test "x$with_gnome_panel" != xno]
  [PKG_CHECK_MODULES(GNOME_PANEL, 
   [ libpanelapplet-2.0 >= $PANEL_REQUIRED, 
    libnotify >= $NOTIFY_REQUIRED,
-   libgnome-menu >= $GMENU_REQUIRED
+   libgnome-menu >= $GMENU_REQUIRED,
+   libgnomeui-2.0
   ],
   [
   with_gnome_panel=true;

--- configure.ac.orig 2009-02-17 19:10:03.997555188 +0100
+++ configure.ac 2009-02-17 19:11:23.179429466 +0100
@@ -141,8 +141,8 @@ AS_IF([test "x$with_xfce4_panel" != xno]
   with_xfce4_panel=true;
   AC_SUBST(XFCE4_PANEL_CFLAGS)
   AC_SUBST(XFCE4_PANEL_LIBS)
-  XFCE4_PANEL_PLUGIN_DIR="$($PKG_CONFIG --variable=externalplugindir
libxfce4panel-1.0)"
-  XFCE4_PANEL_DESKTOP_DIR="$($PKG_CONFIG --variable=desktopdatadir
libxfce4panel-1.0)"
+  XFCE4_PANEL_PLUGIN_DIR=/usr/libexec/xfce4/panel-plugins
+  XFCE4_PANEL_DESKTOP_DIR=/usr/share/xfce4/panel-plugins
   AC_SUBST(XFCE4_PANEL_PLUGIN_DIR)
   AC_SUBST(XFCE4_PANEL_DESKTOP_DIR)
   ],

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list