packages: gnome-panel/gnome-panel-link.patch (NEW) - fix link order

megabajt megabajt at pld-linux.org
Wed Sep 29 23:16:38 CEST 2010


Author: megabajt                     Date: Wed Sep 29 21:16:38 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix link order

---- Files affected:
packages/gnome-panel:
   gnome-panel-link.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/gnome-panel/gnome-panel-link.patch
diff -u /dev/null packages/gnome-panel/gnome-panel-link.patch:1.1
--- /dev/null	Wed Sep 29 23:16:38 2010
+++ packages/gnome-panel/gnome-panel-link.patch	Wed Sep 29 23:16:33 2010
@@ -0,0 +1,24 @@
+diff -urN gnome-panel-2.32.0.2/applets/notification_area/Makefile.am gnome-panel-2.32.0.2.new//applets/notification_area/Makefile.am
+--- gnome-panel-2.32.0.2/applets/notification_area/Makefile.am	2010-09-20 17:49:51.000000000 +0200
++++ gnome-panel-2.32.0.2.new//applets/notification_area/Makefile.am	2010-09-29 22:24:05.220421016 +0200
+@@ -30,16 +30,16 @@
+ 
+ NOTIFICATION_AREA_LDADD =				\
+ 	../../libpanel-applet/libpanel-applet-3.la	\
++	libtray.la					\
+ 	$(X_LIBS)					\
+ 	$(NOTIFICATION_AREA_LIBS)			\
+-	$(LIBPANEL_APPLET_LIBS)				\
+-	libtray.la
++	$(LIBPANEL_APPLET_LIBS)
+ 
+ testtray_SOURCES = testtray.c
+ testtray_LDADD =			\
++	libtray.la			\
+ 	$(X_LIBS)			\
+-	$(NOTIFICATION_AREA_LIBS)	\
+-	libtray.la
++	$(NOTIFICATION_AREA_LIBS)
+ 
+ if NOTIFICATION_AREA_INPROCESS
+ APPLET_IN_PROCESS = true
================================================================


More information about the pld-cvs-commit mailing list