diff options
Diffstat (limited to 'accessx-status')
-rw-r--r-- | accessx-status/Makefile.am | 11 | ||||
-rw-r--r-- | accessx-status/org.mate.applets.AccessxStatusApplet.mate-panel-applet.desktop.in.in (renamed from accessx-status/org.mate.applets.AccessxStatusApplet.mate-panel-applet.in.in) | 9 |
2 files changed, 11 insertions, 9 deletions
diff --git a/accessx-status/Makefile.am b/accessx-status/Makefile.am index 90fa8f4b..688c94d5 100644 --- a/accessx-status/Makefile.am +++ b/accessx-status/Makefile.am @@ -20,8 +20,8 @@ accessx_status_applet_LDADD = \ $(X_LIBS) appletdir = $(datadir)/mate-panel/applets -applet_in_files = org.mate.applets.AccessxStatusApplet.mate-panel-applet.in -applet_DATA = $(applet_in_files:.mate-panel-applet.in=.mate-panel-applet) +applet_in_files = org.mate.applets.AccessxStatusApplet.mate-panel-applet.desktop.in +applet_DATA = $(applet_in_files:.mate-panel-applet.desktop.in=.mate-panel-applet) $(applet_in_files): $(applet_in_files).in Makefile $(AM_V_GEN)sed \ @@ -29,7 +29,8 @@ $(applet_in_files): $(applet_in_files).in Makefile -e "s|\@VERSION\@|$(PACKAGE_VERSION)|" \ $< > $@ -%.mate-panel-applet: %.mate-panel-applet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache +$(applet_DATA): $(applet_in_files) Makefile + $(AM_V_GEN) $(MSGFMT) --desktop --keyword=Name --keyword=Description --template $< -d $(top_srcdir)/po -o $@ servicedir = $(datadir)/dbus-1/services service_in_files = org.mate.panel.applet.AccessxStatusAppletFactory.service.in @@ -43,10 +44,10 @@ org.mate.panel.applet.AccessxStatusAppletFactory.service: $(service_in_files) uidir = $(datadir)/mate/ui ui_DATA = accessx-status-applet-menu.xml -CLEANFILES = $(applet_DATA) $(applet_DATA).in $(service_DATA) $(ACCESSX_STATUS_APPLET_CLEANFILES) +CLEANFILES = $(applet_DATA) $(applet_in_files) $(service_DATA) $(ACCESSX_STATUS_APPLET_CLEANFILES) EXTRA_DIST = \ - org.mate.applets.AccessxStatusApplet.mate-panel-applet.in.in \ + $(applet_in_files).in \ $(service_in_files) \ $(ui_DATA) diff --git a/accessx-status/org.mate.applets.AccessxStatusApplet.mate-panel-applet.in.in b/accessx-status/org.mate.applets.AccessxStatusApplet.mate-panel-applet.desktop.in.in index 76ea1c44..9d9200a7 100644 --- a/accessx-status/org.mate.applets.AccessxStatusApplet.mate-panel-applet.in.in +++ b/accessx-status/org.mate.applets.AccessxStatusApplet.mate-panel-applet.desktop.in.in @@ -1,12 +1,13 @@ [Applet Factory] Id=AccessxStatusAppletFactory Location=@LIBEXECDIR@/accessx-status-applet -_Name=AccessX Status Applet Factory -_Description=Keyboard Accessibility Status Applet Factory +Name=AccessX Status Applet Factory +Description=Keyboard Accessibility Status Applet Factory [AccessxStatusApplet] -_Name=Keyboard Accessibility Status -_Description=Shows the status of keyboard accessibility features +Name=Keyboard Accessibility Status +Description=Shows the status of keyboard accessibility features +# Translators: Do NOT translate or transliterate this text (this is an icon file name)! Icon=preferences-desktop-accessibility MateComponentId=OAFIID:MATE_AccessxStatusApplet X-MATE-Bugzilla-Bugzilla=MATE |