From 828be64b69942451e95b56a02dde1576af1bb856 Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Thu, 29 Aug 2019 16:19:54 +0800 Subject: switch to use gettext --- plugins/background/Makefile.am | 7 ++++--- plugins/background/background.mate-settings-plugin.desktop.in | 8 ++++++++ plugins/background/background.mate-settings-plugin.in | 8 -------- 3 files changed, 12 insertions(+), 11 deletions(-) create mode 100644 plugins/background/background.mate-settings-plugin.desktop.in delete mode 100644 plugins/background/background.mate-settings-plugin.in (limited to 'plugins/background') diff --git a/plugins/background/Makefile.am b/plugins/background/Makefile.am index 01f0fc5..e25f26b 100644 --- a/plugins/background/Makefile.am +++ b/plugins/background/Makefile.am @@ -59,10 +59,10 @@ libbackground_la_LIBADD = \ $(NULL) plugin_in_files = \ - background.mate-settings-plugin.in \ + background.mate-settings-plugin.desktop.in \ $(NULL) -plugin_DATA = $(plugin_in_files:.mate-settings-plugin.in=.mate-settings-plugin) +plugin_DATA = $(plugin_in_files:.mate-settings-plugin.desktop.in=.mate-settings-plugin) EXTRA_DIST = \ $(plugin_in_files) \ @@ -76,4 +76,5 @@ DISTCLEANFILES = \ $(plugin_DATA) \ $(NULL) -@MSD_INTLTOOL_PLUGIN_RULE@ +$(plugin_DATA): $(plugin_in_files) + $(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@ diff --git a/plugins/background/background.mate-settings-plugin.desktop.in b/plugins/background/background.mate-settings-plugin.desktop.in new file mode 100644 index 0000000..3c7a6a2 --- /dev/null +++ b/plugins/background/background.mate-settings-plugin.desktop.in @@ -0,0 +1,8 @@ +[MATE Settings Plugin] +Module=background +IAge=0 +Name=Background +Description=Background plugin +Authors= +Copyright=Copyright © 2007 +Website= diff --git a/plugins/background/background.mate-settings-plugin.in b/plugins/background/background.mate-settings-plugin.in deleted file mode 100644 index 73d27b4..0000000 --- a/plugins/background/background.mate-settings-plugin.in +++ /dev/null @@ -1,8 +0,0 @@ -[MATE Settings Plugin] -Module=background -IAge=0 -_Name=Background -_Description=Background plugin -Authors= -Copyright=Copyright © 2007 -Website= -- cgit v1.2.1