diff options
author | Wu Xiaotian <[email protected]> | 2019-12-25 17:58:28 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-01-09 11:40:14 +0100 |
commit | b91dbe12e8f334e7fbaf9a36814d36d63c94dfd4 (patch) | |
tree | 699e3fa9a88533a37cc364c28b8afbfc0f360973 /netspeed/data | |
parent | 42022afd3340fc97b8c0c8866f2cd6b1355dee34 (diff) | |
download | mate-applets-b91dbe12e8f334e7fbaf9a36814d36d63c94dfd4.tar.bz2 mate-applets-b91dbe12e8f334e7fbaf9a36814d36d63c94dfd4.tar.xz |
migrate from intltools to gettext
Diffstat (limited to 'netspeed/data')
-rw-r--r-- | netspeed/data/Makefile.am | 13 | ||||
-rw-r--r-- | netspeed/data/org.mate.applets.NetspeedApplet.mate-panel-applet.desktop.in.in (renamed from netspeed/data/org.mate.applets.NetspeedApplet.mate-panel-applet.in.in) | 11 |
2 files changed, 13 insertions, 11 deletions
diff --git a/netspeed/data/Makefile.am b/netspeed/data/Makefile.am index 5bc783cf..7875af7d 100644 --- a/netspeed/data/Makefile.am +++ b/netspeed/data/Makefile.am @@ -1,14 +1,16 @@ APPLET_LOCATION = $(libexecdir)/mate-netspeed-applet appletdir = $(datadir)/mate-panel/applets -applet_in_files = org.mate.applets.NetspeedApplet.mate-panel-applet.in -applet_DATA = $(applet_in_files:.mate-panel-applet.in=.mate-panel-applet) +applet_in_files = org.mate.applets.NetspeedApplet.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 \ -e "s|\@LOCATION\@|$(APPLET_LOCATION)|" \ $< > $@ -%.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 $@ xmluidir = $(datadir)/mate/ui xmlui_DATA = netspeed-menu.xml @@ -24,11 +26,10 @@ org.mate.panel.applet.NetspeedAppletFactory.service: $(service_in_files) netspeed_gschema_in_files = org.mate.panel.applet.netspeed.gschema.xml.in gsettings_SCHEMAS = $(netspeed_gschema_in_files:.xml.in=.xml) -@INTLTOOL_XML_NOMERGE_RULE@ @GSETTINGS_RULES@ EXTRA_DIST = \ - org.mate.applets.NetspeedApplet.mate-panel-applet.in.in \ + $(applet_in_files).in \ $(xmlui_DATA) \ $(service_in_files) \ $(netspeed_gschema_in_files) @@ -37,7 +38,7 @@ CLEANFILES = \ $(gsettings_SCHEMAS) \ $(service_DATA) \ $(applet_in_files) \ - org.mate.applets.NetspeedApplet.mate-panel-applet + $(applet_DATA) -include $(top_srcdir)/git.mk diff --git a/netspeed/data/org.mate.applets.NetspeedApplet.mate-panel-applet.in.in b/netspeed/data/org.mate.applets.NetspeedApplet.mate-panel-applet.desktop.in.in index 7563a229..fdc64666 100644 --- a/netspeed/data/org.mate.applets.NetspeedApplet.mate-panel-applet.in.in +++ b/netspeed/data/org.mate.applets.NetspeedApplet.mate-panel-applet.desktop.in.in @@ -1,12 +1,13 @@ [Applet Factory] Id=NetspeedAppletFactory Location=@LOCATION@ -_Name=Netspeed Applet Factory -_Description=Netspeed Applet - +Name=Netspeed Applet Factory +Description=Netspeed Applet + [NetspeedApplet] -_Name=Network Monitor -_Description=Netspeed Applet +Name=Network Monitor +Description=Netspeed Applet +# Translators: Do NOT translate or transliterate this text (this is an icon file name)! Icon=mate-netspeed-applet MateComponentId=OAFIID:MATE_NetspeedApplet X-MATE-Bugzilla-Bugzilla=MATE |