This is an automated email from the git hooks/post-receive script. eric pushed a commit to branch master in repository xfce/xfce4-power-manager.
commit 488fc9570f15f45dc43a48e5ad0a23deadffc259 Author: Eric Koegel <[email protected]> Date: Tue Sep 2 20:02:31 2014 +0300 plugin: update desktop file install location share/xfce4/panel-plugins has been deprecated in favor of share/xfce4/panel/plugins. --- panel-plugins/power-manager-plugin/xfce/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panel-plugins/power-manager-plugin/xfce/Makefile.am b/panel-plugins/power-manager-plugin/xfce/Makefile.am index 188116d..7954bdd 100644 --- a/panel-plugins/power-manager-plugin/xfce/Makefile.am +++ b/panel-plugins/power-manager-plugin/xfce/Makefile.am @@ -57,7 +57,7 @@ libxfce4powermanager_la_LIBADD = \ # # Desktop file # -desktopdir = $(datadir)/xfce4/panel-plugins +desktopdir = $(datadir)/xfce4/panel/plugins desktop_in_in_files = power-manager-plugin.desktop.in.in desktop_in_files = $(desktop_in_in_files:.desktop.in.in=.desktop.in) desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
