gnome-applets

Differences between revisions 2 and 3
Revision 2 as of 2010-09-03 03:20:58
Size: 1389
Editor: 69
Comment: add patch
Revision 3 as of 2010-09-03 03:21:44
Size: 1388
Editor: 69
Comment: fix typo
Deletions are marked like this. Additions are marked like this.
Line 45: Line 45:
c

gnome-applets-2.30.0

  • add $(X_LIBS) to stickynotes_applet_LDADD in stickynotes/Makefile.am.
  • add $(X_LIBS) to trashapplet_LDADD in trashapplet/src/Makefile.am
  • add $(DBUS_LIBS) cpufreq_applet_LDADD to in cpufreq/src/Makefile.am.

Patch

--- tarballs/gnome-applets-2.30.0/stickynotes/Makefile.am       2010-03-27 23:29:51.000000000 -0600
+++ gnome-applets-2.30.0/stickynotes/Makefile.am        2010-07-21 11:51:05.000000000 -0600
@@ -35,7 +35,8 @@
        $(GNOME_APPLETS_LIBS)   \
        $(LIBWNCK_LIBS)         \
        $(GNOME_LIBS2_LIBS)     \
-       $(XML2_LIBS)
+       $(XML2_LIBS)            \
+       $(X_LIBS)
 
 builder_DATA = $(builder_files)
 
--- tarballs/gnome-applets-2.30.0/trashapplet/src/Makefile.am   2010-03-27 23:29:51.000000000 -0600
+++ gnome-applets-2.30.0/trashapplet/src/Makefile.am    2010-07-21 11:52:52.000000000 -0600
@@ -15,6 +15,7 @@
 trashapplet_LDADD =            \
        $(GNOME_APPLETS_LIBS)   \
        $(GNOME_LIBS2_LIBS)     \
-       $(GIO_LIBS)
+       $(GIO_LIBS)             \
+       $(X_LIBS)
 
 -include $(top_srcdir)/git.mk
--- tarballs/gnome-applets-2.30.0/cpufreq/src/Makefile.am       2010-03-27 23:29:51.000000000 -0600
+++ gnome-applets-2.30.0/cpufreq/src/Makefile.am        2010-07-21 12:00:03.000000000 -0600
@@ -32,8 +32,7 @@
        $(GNOME_APPLETS_LIBS)           \
        $(GNOME_LIBS2_LIBS)             \
        $(LIBGLADE_LIBS)                \
-       $(LIBCPUFREQ_LIBS)
-
-       
+       $(LIBCPUFREQ_LIBS)              \
+       $(DBUS_LIBS)
 
 -include $(top_srcdir)/git.mk

RobSavoye/GoldFixes/gnome-applets (last edited 2010-09-03 03:21:44 by 69)