diff options
author | Wu Xiaotian <[email protected]> | 2019-12-26 10:48:30 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-01-05 18:06:54 +0100 |
commit | 96e44f79c108303499d058077296bb8b3e94aa50 (patch) | |
tree | 5ee710e84ed77e3fe9113927c6786f1c4a1e5270 /data | |
parent | 13d51d31a77f87ecdb68b754f9d2f54164e7700a (diff) | |
download | mate-indicator-applet-96e44f79c108303499d058077296bb8b3e94aa50.tar.bz2 mate-indicator-applet-96e44f79c108303499d058077296bb8b3e94aa50.tar.xz |
migrate from intltools to gettext
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 23 | ||||
-rw-r--r-- | data/org.ayatana.panel.IndicatorApplet.mate-panel-applet.desktop.in.in (renamed from data/org.ayatana.panel.IndicatorApplet.mate-panel-applet.in.in) | 5 | ||||
-rw-r--r-- | data/org.ayatana.panel.IndicatorAppletAppmenu.mate-panel-applet.desktop.in.in (renamed from data/org.ayatana.panel.IndicatorAppletAppmenu.mate-panel-applet.in.in) | 5 | ||||
-rw-r--r-- | data/org.ayatana.panel.IndicatorAppletComplete.mate-panel-applet.desktop.in.in (renamed from data/org.ayatana.panel.IndicatorAppletComplete.mate-panel-applet.in.in) | 5 |
4 files changed, 20 insertions, 18 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index b1b17f9..fdc1bb7 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -6,18 +6,18 @@ appletdir = $(datadir)/mate-panel/applets applet_in_files = \ - org.ayatana.panel.IndicatorApplet.mate-panel-applet.in \ - org.ayatana.panel.IndicatorAppletComplete.mate-panel-applet.in \ - org.ayatana.panel.IndicatorAppletAppmenu.mate-panel-applet.in -applet_DATA = $(applet_in_files:.mate-panel-applet.in=.mate-panel-applet) + 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 +applet_DATA = $(applet_in_files:.mate-panel-applet.desktop.in=.mate-panel-applet) -%.mate-panel-applet.in: %.mate-panel-applet.in.in Makefile +%.mate-panel-applet.desktop.in: %.mate-panel-applet.desktop.in.in Makefile $(AM_V_GEN)sed \ -e "s|\@LIBEXECDIR\@|$(libexecdir)|" \ $< > $@ -%.mate-panel-applet: %.mate-panel-applet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(AM_V_GEN) LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache - +%.mate-panel-applet: %.mate-panel-applet.desktop.in Makefile + $(AM_V_GEN) $(MSGFMT) --desktop --keyword=Name --keyword=Description --template $< -d $(top_srcdir)/po -o $@ ############################## # DBus Services @@ -27,7 +27,7 @@ servicedir = $(datadir)/dbus-1/services service_in_files = \ org.mate.panel.applet.IndicatorAppletFactory.service.in \ org.mate.panel.applet.IndicatorAppletCompleteFactory.service.in \ - org.mate.panel.applet.IndicatorAppletAppmenuFactory.service.in + org.mate.panel.applet.IndicatorAppletAppmenuFactory.service.in service_DATA = $(service_in_files:.service.in=.service) %.service: %.service.in Makefile @@ -35,7 +35,6 @@ service_DATA = $(service_in_files:.service.in=.service) -e "s|\@LIBEXECDIR\@|$(libexecdir)|" \ $< > $@ - ############################## # Icons ############################## @@ -70,10 +69,10 @@ CLEANFILES = \ EXTRA_DIST = \ $(icons_DATA) \ - $(applet_in_files:.in=.in.in) \ + 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 \ $(service_in_files) MAINTAINERCLEANFILES = \ Makefile.in - - diff --git a/data/org.ayatana.panel.IndicatorApplet.mate-panel-applet.in.in b/data/org.ayatana.panel.IndicatorApplet.mate-panel-applet.desktop.in.in index 1f67e56..e6734a7 100644 --- a/data/org.ayatana.panel.IndicatorApplet.mate-panel-applet.in.in +++ b/data/org.ayatana.panel.IndicatorApplet.mate-panel-applet.desktop.in.in @@ -5,7 +5,8 @@ Name=Indicator Applet Factory Description=Indicator Applet Factory [IndicatorApplet] -_Name=Indicator Applet -_Description=An indicator of something that needs your attention on the desktop +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.in.in b/data/org.ayatana.panel.IndicatorAppletAppmenu.mate-panel-applet.desktop.in.in index 9147727..404b601 100644 --- a/data/org.ayatana.panel.IndicatorAppletAppmenu.mate-panel-applet.in.in +++ b/data/org.ayatana.panel.IndicatorAppletAppmenu.mate-panel-applet.desktop.in.in @@ -5,7 +5,8 @@ Name=Indicator Applet Appmenu Factory Description=Indicator Applet Appmenu Factory [IndicatorAppletAppmenu] -_Name=Indicator Applet Appmenu -_Description=A applet containing the application menus. +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.in.in b/data/org.ayatana.panel.IndicatorAppletComplete.mate-panel-applet.desktop.in.in index 9a34be6..2762db4 100644 --- a/data/org.ayatana.panel.IndicatorAppletComplete.mate-panel-applet.in.in +++ b/data/org.ayatana.panel.IndicatorAppletComplete.mate-panel-applet.desktop.in.in @@ -5,7 +5,8 @@ Name=Indicator Applet Complete Factory Description=Indicator Applet Complete Factory [IndicatorAppletComplete] -_Name=Indicator Applet Complete -_Description=A unified applet containing all of the indicators. +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 |