use newer xfce4/panel/plugins paths for desktop file

master
Landry Breuil 2016-05-14 12:12:56 +02:00 committed by Landry Breuil
parent d8cdfc106a
commit 9c2d388918
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ commandline_LDADD = @LIBXFCE4PANEL_LIBS@
desktop_in_in_files = netload.desktop.in.in desktop_in_in_files = netload.desktop.in.in
desktop_in_files = $(desktop_in_in_files:.desktop.in.in=.desktop.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) desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@ @INTLTOOL_DESKTOP_RULE@
@ -61,6 +61,6 @@ DISTCLEANFILES = \
# get full path into .desktop file # get full path into .desktop file
%.desktop.in: %.desktop.in.in %.desktop.in: %.desktop.in.in
sed -e "s^@PLUGIN_PATH@^$(libexecdir)/xfce4/panel-plugins^" \ sed -e "s^@PLUGIN_PATH@^$(libexecdir)/xfce4/panel/plugins^" \
$< > $@ $< > $@