]> git.pld-linux.org Git - packages/gnome-panel.git/commitdiff
- fix link order
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Wed, 29 Sep 2010 21:16:33 +0000 (21:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnome-panel-link.patch -> 1.1

gnome-panel-link.patch [new file with mode: 0644]

diff --git a/gnome-panel-link.patch b/gnome-panel-link.patch
new file mode 100644 (file)
index 0000000..4aec440
--- /dev/null
@@ -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
This page took 0.079872 seconds and 4 git commands to generate.