From d2925e48e6a8501a70924fb67914b7e8bf99de3a Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 6 Apr 2012 20:30:52 -0400 Subject: [PATCH] Rename the desktop file to match the naming scheme of those that ship with xfce4-panel. --- panel-plugin/Makefile.am | 2 +- panel-plugin/{xfce4-hdaps.desktop.in => hdaps.desktop.in} | 0 po/POTFILES.in | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename panel-plugin/{xfce4-hdaps.desktop.in => hdaps.desktop.in} (100%) diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am index 554767f..8dc27de 100644 --- a/panel-plugin/Makefile.am +++ b/panel-plugin/Makefile.am @@ -62,7 +62,7 @@ libhdaps_la_LIBADD = \ # desktopdir = $(datadir)/xfce4/panel/plugins -desktop_in_files = xfce4-hdaps.desktop.in +desktop_in_files = hdaps.desktop.in desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) diff --git a/panel-plugin/xfce4-hdaps.desktop.in b/panel-plugin/hdaps.desktop.in similarity index 100% rename from panel-plugin/xfce4-hdaps.desktop.in rename to panel-plugin/hdaps.desktop.in diff --git a/po/POTFILES.in b/po/POTFILES.in index 32da7c3..83dc743 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,4 +1,4 @@ panel-plugin/hdaps.c panel-plugin/xfce4-hdaps.c panel-plugin/xfce4-hdaps-dialogs.c -panel-plugin/xfce4-hdaps.desktop.in +panel-plugin/hdaps.desktop.in -- 2.43.2