File xfce4-panel-plugin-notes-create-unversioned-lib.patch of Package xfce4-panel-plugin-notes
Index: xfce4-notes-plugin-1.7.7/src/Makefile.am =================================================================== --- xfce4-notes-plugin-1.7.7.orig/src/Makefile.am +++ xfce4-notes-plugin-1.7.7/src/Makefile.am @@ -72,7 +72,7 @@ endif if HAVE_LIBXFCE4PANEL47 -plugindir = $(libdir)/xfce4/panel-plugins +plugindir = $(libdir)/xfce4/panel/plugins plugin_LTLIBRARIES = libnotes.la libnotes_la_SOURCES = \ @@ -91,6 +91,13 @@ libnotes_la_LIBADD = \ @LIBXFCE4UTIL_LIBS@ \ @XFCONF_LIBS@ +libnotes_la_LDFLAGS = \ + -avoid-version \ + -module \ + -no-undefined \ + -export-symbols-regex '^xfce_panel_module_(preinit|init|construct)' \ + $(PLATFORM_LDFLAGS) + else plugindir = $(libexecdir)/xfce4/panel-plugins