From b91dbe12e8f334e7fbaf9a36814d36d63c94dfd4 Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Wed, 25 Dec 2019 17:58:28 +0800 Subject: migrate from intltools to gettext --- geyes/Makefile.am | 14 +++++++------- ....applets.GeyesApplet.mate-panel-applet.desktop.in.in | 17 +++++++++++++++++ ...org.mate.applets.GeyesApplet.mate-panel-applet.in.in | 16 ---------------- 3 files changed, 24 insertions(+), 23 deletions(-) create mode 100644 geyes/org.mate.applets.GeyesApplet.mate-panel-applet.desktop.in.in delete mode 100644 geyes/org.mate.applets.GeyesApplet.mate-panel-applet.in.in (limited to 'geyes') diff --git a/geyes/Makefile.am b/geyes/Makefile.am index f8bb8c28..38921e31 100644 --- a/geyes/Makefile.am +++ b/geyes/Makefile.am @@ -22,8 +22,8 @@ mate_geyes_applet_LDADD = \ -lm appletdir = $(datadir)/mate-panel/applets -applet_in_files = org.mate.applets.GeyesApplet.mate-panel-applet.in -applet_DATA = $(applet_in_files:.mate-panel-applet.in=.mate-panel-applet) +applet_in_files = org.mate.applets.GeyesApplet.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 \ @@ -31,7 +31,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.GeyesAppletFactory.service.in @@ -45,7 +46,6 @@ org.mate.panel.applet.GeyesAppletFactory.service: $(service_in_files) uidir = $(datadir)/mate/ui ui_DATA = geyes-applet-menu.xml -@INTLTOOL_XML_NOMERGE_RULE@ geyes_gschema_in_files = org.mate.panel.applet.geyes.gschema.xml.in gsettings_SCHEMAS = $(geyes_gschema_in_files:.xml.in=.xml) @GSETTINGS_RULES@ @@ -59,12 +59,12 @@ icons = \ mate-eyes-applet.22.png \ mate-eyes-applet.16.png -CLEANFILES = $(applet_DATA) $(applet_DATA).in $(service_DATA) $(gsettings_SCHEMAS) *.gschema.valid +CLEANFILES = $(applet_DATA) $(applet_in_files) $(service_DATA) $(gsettings_SCHEMAS) *.gschema.valid EXTRA_DIST = \ README.themes \ - org.mate.applets.GeyesApplet.mate-panel-applet.in.in \ - $(service_in_files) \ + $(applet_in_files).in \ + $(service_in_files) \ $(geyes_gschema_in_files) \ $(ui_DATA) \ $(icons) diff --git a/geyes/org.mate.applets.GeyesApplet.mate-panel-applet.desktop.in.in b/geyes/org.mate.applets.GeyesApplet.mate-panel-applet.desktop.in.in new file mode 100644 index 00000000..eaadb5f3 --- /dev/null +++ b/geyes/org.mate.applets.GeyesApplet.mate-panel-applet.desktop.in.in @@ -0,0 +1,17 @@ +[Applet Factory] +Id=GeyesAppletFactory +Location=@LIBEXECDIR@/mate-geyes-applet +Name=Eyes Applet Factory +Description=Eyes Applet Factory + +[GeyesApplet] +Name=Eyes +Description=A set of eyeballs for your panel +# Translators: Do NOT translate or transliterate this text (this is an icon file name)! +Icon=mate-eyes-applet +MateComponentId=OAFIID:MATE_GeyesApplet +X-MATE-Bugzilla-Bugzilla=MATE +X-MATE-Bugzilla-Product=mate-applets +X-MATE-Bugzilla-Component=geyes +X-MATE-Bugzilla-Version=@VERSION@ +X-MATE-Bugzilla-OtherBinaries=geyes_applet2 diff --git a/geyes/org.mate.applets.GeyesApplet.mate-panel-applet.in.in b/geyes/org.mate.applets.GeyesApplet.mate-panel-applet.in.in deleted file mode 100644 index dd2296fb..00000000 --- a/geyes/org.mate.applets.GeyesApplet.mate-panel-applet.in.in +++ /dev/null @@ -1,16 +0,0 @@ -[Applet Factory] -Id=GeyesAppletFactory -Location=@LIBEXECDIR@/mate-geyes-applet -_Name=Eyes Applet Factory -_Description=Eyes Applet Factory - -[GeyesApplet] -_Name=Eyes -_Description=A set of eyeballs for your panel -Icon=mate-eyes-applet -MateComponentId=OAFIID:MATE_GeyesApplet -X-MATE-Bugzilla-Bugzilla=MATE -X-MATE-Bugzilla-Product=mate-applets -X-MATE-Bugzilla-Component=geyes -X-MATE-Bugzilla-Version=@VERSION@ -X-MATE-Bugzilla-OtherBinaries=geyes_applet2 -- cgit v1.2.1