Skip to content

Commit

Permalink
gnomenu-private -> gnomenu
Browse files Browse the repository at this point in the history
  • Loading branch information
rainwoodman committed Jan 24, 2009
1 parent 31f8421 commit 0519e64
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion applet/Makefile.am
Expand Up @@ -43,7 +43,7 @@ $(libapplet_STAMP): $(libapplet_VALASOURCES) patchlibapplet.sh
--vapidir=$(top_srcdir)/libgnomenu \
--pkg=gtk+-2.0 \
--pkg=libwnck-1.0 \
--pkg=gnomenu-private \
--pkg=gnomenu \
--library=libapplet-private \
$(libapplet_VALASOURCES)
bash patchlibapplet.sh
Expand Down
16 changes: 7 additions & 9 deletions configure.ac
Expand Up @@ -117,6 +117,8 @@ AS_IF([test "x$with_gnome_panel" != xno],
with_gnome_panel=true;
AC_SUBST(GNOME_PANEL_CFLAGS)
AC_SUBST(GNOME_PANEL_LIBS)
BONOBO_SERVER_DIR="$($PKG_CONFIG --variable=libdir bonobo-activation-2.0)/bonobo/servers"
AC_SUBST(BONOBO_SERVER_DIR)
],
[
with_gnome_panel=false;
Expand All @@ -138,6 +140,10 @@ 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)"
AC_SUBST(XFCE4_PANEL_PLUGIN_DIR)
AC_SUBST(XFCE4_PANEL_DESKTOP_DIR)
],
[
with_xfce4_panel=false;
Expand All @@ -149,16 +155,8 @@ AS_IF([test "x$with_xfce4_panel" != xno],
AM_CONDITIONAL(WITH_XFCE4_PANEL, [test "x$with_xfce4_panel" = xtrue ])



# path: bad way; move them back to the Makefiles according to GNU rules?

BONOBO_SERVER_DIR="$libdir/bonobo/servers"
AC_SUBST(BONOBO_SERVER_DIR)
AC_DEFINE_UNQUOTED(BONOBO_SERVER_DIR, "$BONOBO_SERVER_DIR", [Where server dir for BONOBO is])

GTK_MODULES_DIR="$libdir/gtk-2.0/modules"
GTK_MODULES_DIR="$($PKG_CONFIG --variable=libdir gtk+-2.0)/gtk-2.0/modules"
AC_SUBST(GTK_MODULES_DIR)
AC_DEFINE_UNQUOTED(GTK_MODULES_DIR, "$GTK_MODULES_DIR", [Where the gtk-2.0/modules dir is])

# svnversion
AC_PATH_PROG(SVNVERSION_BIN, [svnversion])
Expand Down
4 changes: 2 additions & 2 deletions xfce/Makefile.am
@@ -1,8 +1,8 @@

if WITH_XFCE4_PANEL
GlobalMenu_XFCEPlugin_PROGRAMS = GlobalMenu.XFCEPlugin
GlobalMenu_XFCEPlugindir = $(libexecdir)/xfce4/panel-plugins
desktopfiledir = $(datadir)/xfce4/panel-plugins
GlobalMenu_XFCEPlugindir = $(XFCE4_PANEL_PLUGIN_DIR))
desktopfiledir = $(XFCE4_PANEL_DESKTOP_DIR)
desktopfile_DATA = $(desktopfile_in_files:.desktop.in=.desktop)
iconsdir = $(datadir)/pixmaps
icons_DATA = globalmenu-xfce.png
Expand Down

0 comments on commit 0519e64

Please sign in to comment.