This patch fixes the gnome-applets makefiles so that the panel-menu applet actually compiles again. btw. i remember seth having fixed alphabetic ordering, it would be nice to have that committed some time. Maybe once we're unfrozen. What's the procedure for getting cvs commit access around here? do i have to be a maintainer? does it involved klingon pain sticks? I do little things like this and i've done some bug fixes on the theme applet. It would be really useful if I could just commit them without having to post to the list to find someone with access. I would be extrememly careful not to fsck things up etc... Also there are loads of patch bugs that i could be commiting. -- .--= [ MArk Finlay - sisob ] =--. [ Gnome User's Board : www.gnomesupport.org/forums ] [ Public Key: http://evolvedoo.sf.net/sisobatericomdotnet.asc ]
Index: configure.in =================================================================== RCS file: /cvs/gnome/gnome-applets/configure.in,v retrieving revision 1.234 diff -u -r1.234 configure.in --- configure.in 16 Dec 2002 22:48:34 -0000 1.234 +++ configure.in 30 Dec 2002 21:54:39 -0000 @@ -40,6 +40,10 @@ dnl ** pkg-config dependacy checks ** dnl ****************************************** +PKG_CHECK_MODULES(WNCK, libwnck-1.0 >= 2.1.5) +AC_SUBST(WNCK_CFLAGS) +AC_SUBST(WNCK_LIBS) + PKG_CHECK_MODULES(GAILUTIL, gail >= 0.13) AC_SUBST(GAILUTIL_CFLAGS) AC_SUBST(GAILUTIL_LIBS) Index: panel-menu/Makefile.am =================================================================== RCS file: /cvs/gnome/gnome-applets/panel-menu/Makefile.am,v retrieving revision 1.13 diff -u -r1.13 Makefile.am --- panel-menu/Makefile.am 31 May 2002 18:12:06 -0000 1.13 +++ panel-menu/Makefile.am 30 Dec 2002 21:59:13 -0000 @@ -10,9 +10,12 @@ -DG_LOG_DOMAIN=\"PanelMenu\" \ -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ -DDATADIR=\""$(datadir)"\" \ -I$(top_srcdir) \ - $(PANEL_MENU_CFLAGS) + $(PANEL_MENU_CFLAGS) \ + $(WNCK_CFLAGS) \ + $(GNOME_APPLETS_CFLAGS) lib_LTLIBRARIES = libpanel-menu.la #bin_PROGRAMS = panel-menu-applet @@ -54,7 +57,7 @@ #panel_menu_applet_LDADD = $(PANEL_MENU_LIBS) -libpanel_menu_la_LIBADD = $(PANEL_MENU_LIBS) +libpanel_menu_la_LIBADD = $(PANEL_MENU_LIBS) $(WNCK_LIBS) schemadir = $(sysconfdir)/gconf/schemas schema_DATA = panel-menu.schemas
Attachment:
signature.asc
Description: This is a digitally signed message part