From 7b0f6f1b1e50be586e42ca57778cc526acc9e356 Mon Sep 17 00:00:00 2001 From: Monsta Date: Fri, 11 Dec 2015 14:32:38 +0300 Subject: rename .mate-panel-applet file for consistency with other applets --- Makefile.am | 2 +- org.mate.applets.SensorsApplet.mate-panel-applet.in.in | 10 ++++++++++ org.mate.applets.sensors-applet.mate-panel-applet.in.in | 10 ---------- po/POTFILES.in | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 org.mate.applets.SensorsApplet.mate-panel-applet.in.in delete mode 100644 org.mate.applets.sensors-applet.mate-panel-applet.in.in diff --git a/Makefile.am b/Makefile.am index dd042b0..9668622 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ SUBDIRS = sensors-applet lib plugins pixmaps po help ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} appletdir = $(datadir)/mate-panel/applets -applet_in_files = org.mate.applets.sensors-applet.mate-panel-applet.in +applet_in_files = org.mate.applets.SensorsApplet.mate-panel-applet.in applet_DATA = $(applet_in_files:.mate-panel-applet.in=.mate-panel-applet) $(applet_in_files): $(applet_in_files).in Makefile diff --git a/org.mate.applets.SensorsApplet.mate-panel-applet.in.in b/org.mate.applets.SensorsApplet.mate-panel-applet.in.in new file mode 100644 index 0000000..b231b4f --- /dev/null +++ b/org.mate.applets.SensorsApplet.mate-panel-applet.in.in @@ -0,0 +1,10 @@ +[Applet Factory] +Id=SensorsAppletFactory +Location=@LIBEXECDIR@/mate-sensors-applet +_Name=Sensors Applet Factory +_Description=Sensors Applet Factory + +[SensorsApplet] +_Name=Hardware Sensors Monitor +_Description=Displays temperature, fan speed and voltage sensor readings +Icon=mate-sensors-applet diff --git a/org.mate.applets.sensors-applet.mate-panel-applet.in.in b/org.mate.applets.sensors-applet.mate-panel-applet.in.in deleted file mode 100644 index b231b4f..0000000 --- a/org.mate.applets.sensors-applet.mate-panel-applet.in.in +++ /dev/null @@ -1,10 +0,0 @@ -[Applet Factory] -Id=SensorsAppletFactory -Location=@LIBEXECDIR@/mate-sensors-applet -_Name=Sensors Applet Factory -_Description=Sensors Applet Factory - -[SensorsApplet] -_Name=Hardware Sensors Monitor -_Description=Displays temperature, fan speed and voltage sensor readings -Icon=mate-sensors-applet diff --git a/po/POTFILES.in b/po/POTFILES.in index 3759ffb..ea17e60 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,4 +1,4 @@ -[type: gettext/ini]org.mate.applets.sensors-applet.mate-panel-applet.in.in +[type: gettext/ini]org.mate.applets.SensorsApplet.mate-panel-applet.in.in [type: gettext/gsettings]org.mate.sensors-applet.gschema.xml.in [type: gettext/gsettings]org.mate.sensors-applet.sensor.gschema.xml.in plugins/pmu-sys/pmu-sys-plugin.c -- cgit v1.2.1