diff options
Diffstat (limited to 'plugins/smartcard')
-rw-r--r-- | plugins/smartcard/Makefile.am | 9 | ||||
-rw-r--r-- | plugins/smartcard/smartcard.mate-settings-plugin.desktop.in (renamed from plugins/smartcard/smartcard.mate-settings-plugin.in) | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/plugins/smartcard/Makefile.am b/plugins/smartcard/Makefile.am index 4e01be4..e9daad7 100644 --- a/plugins/smartcard/Makefile.am +++ b/plugins/smartcard/Makefile.am @@ -30,12 +30,13 @@ libsmartcard_la_LIBADD = \ $(SETTINGS_PLUGIN_LIBS) \ $(NSS_LIBS) -@MSD_INTLTOOL_PLUGIN_RULE@ - plugin_in_files = \ - smartcard.mate-settings-plugin.in + smartcard.mate-settings-plugin.desktop.in + +plugin_DATA = $(plugin_in_files:.mate-settings-plugin.desktop.in=.mate-settings-plugin) -plugin_DATA = $(plugin_in_files:.mate-settings-plugin.in=.mate-settings-plugin) +$(plugin_DATA): $(plugin_in_files) + $(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@ EXTRA_DIST = \ $(plugin_in_files) diff --git a/plugins/smartcard/smartcard.mate-settings-plugin.in b/plugins/smartcard/smartcard.mate-settings-plugin.desktop.in index dd75784..a15a007 100644 --- a/plugins/smartcard/smartcard.mate-settings-plugin.in +++ b/plugins/smartcard/smartcard.mate-settings-plugin.desktop.in @@ -1,8 +1,8 @@ [MATE Settings Plugin] Module=smartcard IAge=0 -_Name=Smartcard -_Description=Smartcard plugin +Name=Smartcard +Description=Smartcard plugin Authors=Ray Strode Copyright=Copyright © 2010 Red Hat, Inc. Website= |