From 206d2b001127decca51bda0d9b6b5c26d1fa95e2 Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Thu, 26 Dec 2019 13:57:18 +0800 Subject: rename data/org*mate-panel-applet.desktop.in.in files Fix make dist error. tar: mate-indicator-applet-1.23.0/data/org.ayatana.panel.IndicatorAppletAppmenu.mate-panel-applet.desktop.in.in: file name is too long (max 99); not dumped tar: mate-indicator-applet-1.23.0/data/org.ayatana.panel.IndicatorAppletComplete.mate-panel-applet.desktop.in.in: file name is too long (max 99); not dumped --- data/Makefile.am | 12 ++++++------ ...ana.panel.IndicatorApplet.mate-panel-applet.desktop.in.in | 12 ------------ ...el.IndicatorAppletAppmenu.mate-panel-applet.desktop.in.in | 12 ------------ ...l.IndicatorAppletComplete.mate-panel-applet.desktop.in.in | 12 ------------ ...rg.mate.applets.Indicator.mate-panel-applet.desktop.in.in | 12 ++++++++++++ ....applets.IndicatorAppmenu.mate-panel-applet.desktop.in.in | 12 ++++++++++++ ...applets.IndicatorComplete.mate-panel-applet.desktop.in.in | 12 ++++++++++++ po/POTFILES.in | 6 +++--- 8 files changed, 45 insertions(+), 45 deletions(-) delete mode 100644 data/org.ayatana.panel.IndicatorApplet.mate-panel-applet.desktop.in.in delete mode 100644 data/org.ayatana.panel.IndicatorAppletAppmenu.mate-panel-applet.desktop.in.in delete mode 100644 data/org.ayatana.panel.IndicatorAppletComplete.mate-panel-applet.desktop.in.in create mode 100644 data/org.mate.applets.Indicator.mate-panel-applet.desktop.in.in create mode 100644 data/org.mate.applets.IndicatorAppmenu.mate-panel-applet.desktop.in.in create mode 100644 data/org.mate.applets.IndicatorComplete.mate-panel-applet.desktop.in.in diff --git a/data/Makefile.am b/data/Makefile.am index fdc1bb7..24c15ae 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -6,9 +6,9 @@ appletdir = $(datadir)/mate-panel/applets applet_in_files = \ - org.ayatana.panel.IndicatorApplet.mate-panel-applet.desktop.in \ - org.ayatana.panel.IndicatorAppletComplete.mate-panel-applet.desktop.in \ - org.ayatana.panel.IndicatorAppletAppmenu.mate-panel-applet.desktop.in + org.mate.applets.Indicator.mate-panel-applet.desktop.in \ + org.mate.applets.IndicatorComplete.mate-panel-applet.desktop.in \ + org.mate.applets.IndicatorAppmenu.mate-panel-applet.desktop.in applet_DATA = $(applet_in_files:.mate-panel-applet.desktop.in=.mate-panel-applet) %.mate-panel-applet.desktop.in: %.mate-panel-applet.desktop.in.in Makefile @@ -69,9 +69,9 @@ CLEANFILES = \ EXTRA_DIST = \ $(icons_DATA) \ - org.ayatana.panel.IndicatorApplet.mate-panel-applet.desktop.in.in \ - org.ayatana.panel.IndicatorAppletComplete.mate-panel-applet.desktop.in.in \ - org.ayatana.panel.IndicatorAppletAppmenu.mate-panel-applet.desktop.in.in \ + org.mate.applets.Indicator.mate-panel-applet.desktop.in.in \ + org.mate.applets.IndicatorComplete.mate-panel-applet.desktop.in.in \ + org.mate.applets.IndicatorAppmenu.mate-panel-applet.desktop.in.in \ $(service_in_files) MAINTAINERCLEANFILES = \ diff --git a/data/org.ayatana.panel.IndicatorApplet.mate-panel-applet.desktop.in.in b/data/org.ayatana.panel.IndicatorApplet.mate-panel-applet.desktop.in.in deleted file mode 100644 index e6734a7..0000000 --- a/data/org.ayatana.panel.IndicatorApplet.mate-panel-applet.desktop.in.in +++ /dev/null @@ -1,12 +0,0 @@ -[Applet Factory] -Id=IndicatorAppletFactory -Location=@LIBEXECDIR@/mate-indicator-applet -Name=Indicator Applet Factory -Description=Indicator Applet Factory - -[IndicatorApplet] -Name=Indicator Applet -Description=An indicator of something that needs your attention on the desktop -# Translators: Do NOT translate or transliterate this text (this is an icon file name)! -Icon=mate-indicator-applet -MateComponentId=OAFIID:MATE_IndicatorApplet diff --git a/data/org.ayatana.panel.IndicatorAppletAppmenu.mate-panel-applet.desktop.in.in b/data/org.ayatana.panel.IndicatorAppletAppmenu.mate-panel-applet.desktop.in.in deleted file mode 100644 index 404b601..0000000 --- a/data/org.ayatana.panel.IndicatorAppletAppmenu.mate-panel-applet.desktop.in.in +++ /dev/null @@ -1,12 +0,0 @@ -[Applet Factory] -Id=IndicatorAppletAppmenuFactory -Location=@LIBEXECDIR@/mate-indicator-applet-appmenu -Name=Indicator Applet Appmenu Factory -Description=Indicator Applet Appmenu Factory - -[IndicatorAppletAppmenu] -Name=Indicator Applet Appmenu -Description=A applet containing the application menus. -# Translators: Do NOT translate or transliterate this text (this is an icon file name)! -Icon=mate-indicator-applet -MateComponentId=OAFIID:MATE_IndicatorAppletAppmenu diff --git a/data/org.ayatana.panel.IndicatorAppletComplete.mate-panel-applet.desktop.in.in b/data/org.ayatana.panel.IndicatorAppletComplete.mate-panel-applet.desktop.in.in deleted file mode 100644 index 2762db4..0000000 --- a/data/org.ayatana.panel.IndicatorAppletComplete.mate-panel-applet.desktop.in.in +++ /dev/null @@ -1,12 +0,0 @@ -[Applet Factory] -Id=IndicatorAppletCompleteFactory -Location=@LIBEXECDIR@/mate-indicator-applet-complete -Name=Indicator Applet Complete Factory -Description=Indicator Applet Complete Factory - -[IndicatorAppletComplete] -Name=Indicator Applet Complete -Description=A unified applet containing all of the indicators. -# Translators: Do NOT translate or transliterate this text (this is an icon file name)! -Icon=mate-indicator-applet -MateComponentId=OAFIID:MATE_IndicatorAppletComplete diff --git a/data/org.mate.applets.Indicator.mate-panel-applet.desktop.in.in b/data/org.mate.applets.Indicator.mate-panel-applet.desktop.in.in new file mode 100644 index 0000000..e6734a7 --- /dev/null +++ b/data/org.mate.applets.Indicator.mate-panel-applet.desktop.in.in @@ -0,0 +1,12 @@ +[Applet Factory] +Id=IndicatorAppletFactory +Location=@LIBEXECDIR@/mate-indicator-applet +Name=Indicator Applet Factory +Description=Indicator Applet Factory + +[IndicatorApplet] +Name=Indicator Applet +Description=An indicator of something that needs your attention on the desktop +# Translators: Do NOT translate or transliterate this text (this is an icon file name)! +Icon=mate-indicator-applet +MateComponentId=OAFIID:MATE_IndicatorApplet diff --git a/data/org.mate.applets.IndicatorAppmenu.mate-panel-applet.desktop.in.in b/data/org.mate.applets.IndicatorAppmenu.mate-panel-applet.desktop.in.in new file mode 100644 index 0000000..404b601 --- /dev/null +++ b/data/org.mate.applets.IndicatorAppmenu.mate-panel-applet.desktop.in.in @@ -0,0 +1,12 @@ +[Applet Factory] +Id=IndicatorAppletAppmenuFactory +Location=@LIBEXECDIR@/mate-indicator-applet-appmenu +Name=Indicator Applet Appmenu Factory +Description=Indicator Applet Appmenu Factory + +[IndicatorAppletAppmenu] +Name=Indicator Applet Appmenu +Description=A applet containing the application menus. +# Translators: Do NOT translate or transliterate this text (this is an icon file name)! +Icon=mate-indicator-applet +MateComponentId=OAFIID:MATE_IndicatorAppletAppmenu diff --git a/data/org.mate.applets.IndicatorComplete.mate-panel-applet.desktop.in.in b/data/org.mate.applets.IndicatorComplete.mate-panel-applet.desktop.in.in new file mode 100644 index 0000000..2762db4 --- /dev/null +++ b/data/org.mate.applets.IndicatorComplete.mate-panel-applet.desktop.in.in @@ -0,0 +1,12 @@ +[Applet Factory] +Id=IndicatorAppletCompleteFactory +Location=@LIBEXECDIR@/mate-indicator-applet-complete +Name=Indicator Applet Complete Factory +Description=Indicator Applet Complete Factory + +[IndicatorAppletComplete] +Name=Indicator Applet Complete +Description=A unified applet containing all of the indicators. +# Translators: Do NOT translate or transliterate this text (this is an icon file name)! +Icon=mate-indicator-applet +MateComponentId=OAFIID:MATE_IndicatorAppletComplete diff --git a/po/POTFILES.in b/po/POTFILES.in index a305e8f..2104b84 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,4 +1,4 @@ -data/org.ayatana.panel.IndicatorApplet.mate-panel-applet.desktop.in.in -data/org.ayatana.panel.IndicatorAppletComplete.mate-panel-applet.desktop.in.in -data/org.ayatana.panel.IndicatorAppletAppmenu.mate-panel-applet.desktop.in.in +data/org.mate.applets.Indicator.mate-panel-applet.desktop.in.in +data/org.mate.applets.IndicatorComplete.mate-panel-applet.desktop.in.in +data/org.mate.applets.IndicatorAppmenu.mate-panel-applet.desktop.in.in src/applet-main.c -- cgit v1.2.1