summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am23
-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