From 235e8ed2e122140a8476ba91b365ec92a5103530 Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Wed, 16 Oct 2019 16:50:40 +0800 Subject: migrate from intltool to gettext --- capplets/mouse/Makefile.am | 5 +++-- capplets/mouse/mate-settings-mouse.desktop.in | 6 ++++-- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'capplets/mouse') diff --git a/capplets/mouse/Makefile.am b/capplets/mouse/Makefile.am index 8ba2fd12..8494f986 100644 --- a/capplets/mouse/Makefile.am +++ b/capplets/mouse/Makefile.am @@ -14,14 +14,15 @@ mate_mouse_properties_SOURCES = \ msd-input-helper.c \ msd-input-helper.h -@INTLTOOL_DESKTOP_RULE@ - include $(top_srcdir)/gla11y.mk desktopdir = $(datadir)/applications Desktop_in_files = mate-settings-mouse.desktop.in desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop) +$(desktop_DATA): $(Desktop_in_files) + $(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@ + mate-mouse-properties-resources.h mate-mouse-properties-resources.c: org.mate.mcc.mouse.gresource.xml Makefile $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies --sourcedir $(srcdir) $(srcdir)/org.mate.mcc.mouse.gresource.xml) $(AM_V_GEN) XMLLINT=$(XMLLINT) $(GLIB_COMPILE_RESOURCES) --target $@ --sourcedir $(srcdir) --generate --c-name mouse $< diff --git a/capplets/mouse/mate-settings-mouse.desktop.in b/capplets/mouse/mate-settings-mouse.desktop.in index d309131e..0cfa1e6e 100644 --- a/capplets/mouse/mate-settings-mouse.desktop.in +++ b/capplets/mouse/mate-settings-mouse.desktop.in @@ -1,11 +1,13 @@ [Desktop Entry] -_Name=Mouse -_Comment=Set your mouse preferences +Name=Mouse +Comment=Set your mouse preferences Exec=mate-mouse-properties +# Translators: Do NOT translate or transliterate this text (this is an icon file name)! Icon=input-mouse Terminal=false Type=Application StartupNotify=true Categories=GTK;Settings;HardwareSettings; +# Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! Keywords=mate-control-center;MATE;mouse;preferences; OnlyShowIn=MATE; -- cgit v1.2.1