[Xfce4-commits] <xfce4-notes-plugin:master> Allow for smooth migration between Xfce 4.3 and 4.7 (bug #6993)
Mike Massonnet
noreply at xfce.org
Sun Feb 20 22:28:02 CET 2011
Updating branch refs/heads/master
to 8c6d36421fe600b0908e9dc0315b2f1756c01664 (commit)
from 1a4781fe45a8c6c3ae9fe84f048ed42670e9ff5c (commit)
commit 8c6d36421fe600b0908e9dc0315b2f1756c01664
Author: Mike Massonnet <mmassonnet at xfce.org>
Date: Sun Feb 20 22:25:27 2011 +0100
Allow for smooth migration between Xfce 4.3 and 4.7 (bug #6993)
When installing the xfce4-notes-plugin-47.desktop file rename it to
xfce4-notes-plugin.desktop
src/Makefile.am | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index f69ab0f..09b4c84 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -170,6 +170,8 @@ desktop_in_in_files = \
desktop_in_files = xfce4-notes-plugin.desktop.in
if HAVE_LIBXFCE4PANEL47
desktop_DATA = xfce4-notes-plugin-47.desktop
+install-data-hook:
+ mv $(desktopdir)/xfce4-notes-plugin-47.desktop $(desktopdir)/xfce4-notes-plugin.desktop
else
desktop_DATA = xfce4-notes-plugin.desktop
endif
More information about the Xfce4-commits
mailing list