[Xfce4-commits] [panel-plugins/xfce4-netload-plugin] 18/27: use newer xfce4/panel/plugins paths for desktop file
noreply at xfce.org
noreply at xfce.org
Sat May 14 15:54:08 CEST 2016
This is an automated email from the git hooks/post-receive script.
landry pushed a commit to branch master
in repository panel-plugins/xfce4-netload-plugin.
commit 9c2d388918cc11b51e8b44d27f3e3b3c5a492edc
Author: Landry Breuil <landry at xfce.org>
Date: Sat May 14 12:12:56 2016 +0200
use newer xfce4/panel/plugins paths for desktop file
---
panel-plugin/Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index f37efa2..a3b17b2 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -48,7 +48,7 @@ commandline_LDADD = @LIBXFCE4PANEL_LIBS@
desktop_in_in_files = netload.desktop.in.in
desktop_in_files = $(desktop_in_in_files:.desktop.in.in=.desktop.in)
-desktopdir = $(datadir)/xfce4/panel-plugins
+desktopdir = $(datadir)/xfce4/panel/plugins
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
@@ -61,6 +61,6 @@ DISTCLEANFILES = \
# get full path into .desktop file
%.desktop.in: %.desktop.in.in
- sed -e "s^@PLUGIN_PATH@^$(libexecdir)/xfce4/panel-plugins^" \
+ sed -e "s^@PLUGIN_PATH@^$(libexecdir)/xfce4/panel/plugins^" \
$< > $@
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list