[gnome-software] Port away from intltool



commit 9ff05470cc056b7c131cf343ce2437101a1221d1
Author: Richard Hughes <richard hughsie com>
Date:   Tue Dec 6 15:29:13 2016 +0000

    Port away from intltool

 Makefile.am                                        |    7 ++
 configure.ac                                       |    4 +-
 contrib/gnome-software.spec.in                     |    1 -
 data/appdata/Makefile.am                           |    4 +-
 data/appdata/org.gnome.Software.appdata.xml.in     |   22 +++---
 ...org.gnome.software.external-appstream.policy.in |    4 +-
 po/Makevars                                        |   78 ++++++++++++++++++++
 po/POTFILES.in                                     |   56 +++++++-------
 src/Makefile.am                                    |    4 +-
 src/gnome-software-local-file.desktop.in           |    4 +-
 src/org.gnome.Software.desktop.in                  |    6 +-
 src/plugins/Makefile.am                            |    4 +-
 ....gnome.Software.Plugin.Epiphany.metainfo.xml.in |    4 +-
 ...g.gnome.Software.Plugin.Flatpak.metainfo.xml.in |    4 +-
 ...org.gnome.Software.Plugin.Fwupd.metainfo.xml.in |    4 +-
 ...org.gnome.Software.Plugin.Limba.metainfo.xml.in |    4 +-
 .../org.gnome.Software.Plugin.Odrs.metainfo.xml.in |    4 +-
 .../org.gnome.Software.Plugin.Snap.metainfo.xml.in |    4 +-
 ...org.gnome.Software.Plugin.Steam.metainfo.xml.in |    4 +-
 19 files changed, 155 insertions(+), 67 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index ee4948d..0a2b1c7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,6 +22,7 @@ MAINTAINERCLEANFILES =                                        \
        compile                                         \
        config.guess                                    \
        config.h.*                                      \
+       config.rpath                                    \
        config.sub                                      \
        configure                                       \
        depcomp                                         \
@@ -31,6 +32,12 @@ MAINTAINERCLEANFILES =                                       \
        Makefile.in                                     \
        missing                                         \
        mkinstalldirs                                   \
+       po/*.header                                     \
+       po/Makevars.template                            \
+       po/Rules-quot                                   \
+       po/*.sed                                        \
+       po/*.sin                                        \
+       po/*.po~                                        \
        NEWS                                            \
        test-driver
 
diff --git a/configure.ac b/configure.ac
index 4499bba..f34d351 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,6 @@ AC_PROG_CC_C99
 AC_PROG_INSTALL
 LT_INIT
 AM_PROG_CC_C_O
-IT_PROG_INTLTOOL([0.35.0])
 
 # set up gtk-doc
 GTK_DOC_CHECK([1.11],[--flavour no-tmpl])
@@ -74,12 +73,13 @@ AC_SUBST(WARN_CFLAGS)
 dnl ---------------------------------------------------------------------------
 dnl - gettext stuff
 dnl ---------------------------------------------------------------------------
+AM_GNU_GETTEXT([external])
+AM_GNU_GETTEXT_VERSION([0.19.7])
 GETTEXT_PACKAGE=AC_PACKAGE_NAME
 AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE(GETTEXT_PACKAGE, "AC_PACKAGE_NAME", [gnome-software])
 
 AM_PATH_GLIB_2_0(2.46.0, :, AC_MSG_ERROR([GLib is required]), gobject gmodule gio)
-AM_GLIB_GNU_GETTEXT
 GLIB_GSETTINGS
 
 dnl ---------------------------------------------------------------------------
diff --git a/contrib/gnome-software.spec.in b/contrib/gnome-software.spec.in
index a7d824c..b8ced21 100644
--- a/contrib/gnome-software.spec.in
+++ b/contrib/gnome-software.spec.in
@@ -25,7 +25,6 @@ URL:       https://wiki.gnome.org/Apps/Software
 Source0:   http://download.gnome.org/sources/gnome-software/3.21/%{name}-%{version}.tar.xz
 
 BuildRequires: gettext
-BuildRequires: intltool
 BuildRequires: libxslt
 BuildRequires: docbook-style-xsl
 BuildRequires: desktop-file-utils
diff --git a/data/appdata/Makefile.am b/data/appdata/Makefile.am
index 2c09be8..fe35cf8 100644
--- a/data/appdata/Makefile.am
+++ b/data/appdata/Makefile.am
@@ -1,4 +1,6 @@
-@INTLTOOL_XML_RULE@
+%.appdata.xml: %.appdata.xml.in
+       $(AM_V_GEN) msgfmt --xml -d $(top_srcdir)/po --template $< -o $@
+
 appdatadir = $(datadir)/appdata
 appdata_DATA = $(appdata_in_files:.xml.in=.xml)
 appdata_in_files = org.gnome.Software.appdata.xml.in
diff --git a/data/appdata/org.gnome.Software.appdata.xml.in b/data/appdata/org.gnome.Software.appdata.xml.in
index 5fa4825..6a71ff3 100644
--- a/data/appdata/org.gnome.Software.appdata.xml.in
+++ b/data/appdata/org.gnome.Software.appdata.xml.in
@@ -4,41 +4,41 @@
   <id>org.gnome.Software.desktop</id>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
-  <_name>GNOME Software</_name>
-  <_summary>Application manager for GNOME</_summary>
+  <name>GNOME Software</name>
+  <summary>Application manager for GNOME</summary>
   <description>
-    <_p>
+    <p>
       Software allows you to find and install new applications and system
       extensions and remove existing installed applications.
-    </_p>
-    <_p>
+    </p>
+    <p>
       GNOME Software showcases featured and popular applications with useful
       descriptions and multiple screenshots per application.
       Applications can be found either through browsing the list of categories
       or by searching.
       It also allows you to update your system using an offline update.
-    </_p>
+    </p>
   </description>
   <screenshots>
     <screenshot height="675" width="1200" type="default">
       <image>https://git.gnome.org/browse/gnome-software/plain/data/appdata/ss-overview.png</image>
-      <_caption>Overview panel</_caption>
+      <caption>Overview panel</caption>
     </screenshot>
     <screenshot height="675" width="1200">
       <image>https://git.gnome.org/browse/gnome-software/plain/data/appdata/ss-details.png</image>
-      <_caption>Details panel</_caption>
+      <caption>Details panel</caption>
     </screenshot>
     <screenshot height="675" width="1200">
       <image>https://git.gnome.org/browse/gnome-software/plain/data/appdata/ss-installed.png</image>
-      <_caption>Installed panel</_caption>
+      <caption>Installed panel</caption>
     </screenshot>
     <screenshot height="675" width="1200">
       <image>https://git.gnome.org/browse/gnome-software/plain/data/appdata/ss-updates.png</image>
-      <_caption>Updates panel</_caption>
+      <caption>Updates panel</caption>
     </screenshot>
     <screenshot height="675" width="1200">
       <image>https://git.gnome.org/browse/gnome-software/plain/data/appdata/ss-updates-details.png</image>
-      <_caption>The update details</_caption>
+      <caption>The update details</caption>
     </screenshot>
   </screenshots>
 
diff --git a/data/org.gnome.software.external-appstream.policy.in 
b/data/org.gnome.software.external-appstream.policy.in
index a59df11..69af72a 100644
--- a/data/org.gnome.software.external-appstream.policy.in
+++ b/data/org.gnome.software.external-appstream.policy.in
@@ -8,8 +8,8 @@
   <vendor_url>https://www.gnome.org/</vendor_url>
 
   <action id="org.gnome.software.install-appstream">
-    <_description>Install an appstream file into a system location</_description>
-    <_message>Installing an appstream file into a system location</_message>
+    <description>Install an appstream file into a system location</description>
+    <message>Installing an appstream file into a system location</message>
     <defaults>
       <allow_any>yes</allow_any>
       <allow_active>yes</allow_active>
diff --git a/po/Makevars b/po/Makevars
new file mode 100644
index 0000000..0dfd398
--- /dev/null
+++ b/po/Makevars
@@ -0,0 +1,78 @@
+# Makefile variables for PO directory in any package using GNU gettext.
+
+# Usually the message domain is the same as the package name.
+DOMAIN = $(PACKAGE)
+
+# These two variables depend on the location of this directory.
+subdir = po
+top_builddir = ..
+
+# These options get passed to xgettext.
+XGETTEXT_OPTIONS = --from-code=UTF-8 --keyword=_ --keyword=N_ --keyword=C_:1c,2 --keyword=NC_:1c,2 
--keyword=g_dngettext:2,3
+
+# This is the copyright holder that gets inserted into the header of the
+# $(DOMAIN).pot file.  Set this to the copyright holder of the surrounding
+# package.  (Note that the msgstr strings, extracted from the package's
+# sources, belong to the copyright holder of the package.)  Translators are
+# expected to transfer the copyright for their translations to this person
+# or entity, or to disclaim their copyright.  The empty string stands for
+# the public domain; in this case the translators are expected to disclaim
+# their copyright.
+COPYRIGHT_HOLDER = Richard Hughes
+
+# This tells whether or not to prepend "GNU " prefix to the package
+# name that gets inserted into the header of the $(DOMAIN).pot file.
+# Possible values are "yes", "no", or empty.  If it is empty, try to
+# detect it automatically by scanning the files in $(top_srcdir) for
+# "GNU packagename" string.
+PACKAGE_GNU = no
+
+# This is the email address or URL to which the translators shall report
+# bugs in the untranslated strings:
+# - Strings which are not entire sentences, see the maintainer guidelines
+#   in the GNU gettext documentation, section 'Preparing Strings'.
+# - Strings which use unclear terms or require additional context to be
+#   understood.
+# - Strings which make invalid assumptions about notation of date, time or
+#   money.
+# - Pluralisation problems.
+# - Incorrect English spelling.
+# - Incorrect formatting.
+# It can be your email address, or a mailing list address where translators
+# can write to without being subscribed, or the URL of a web page through
+# which the translators can contact you.
+MSGID_BUGS_ADDRESS = richard hughsie com
+
+# This is the list of locale categories, beyond LC_MESSAGES, for which the
+# message catalogs shall be used.  It is usually empty.
+EXTRA_LOCALE_CATEGORIES =
+
+# This tells whether the $(DOMAIN).pot file contains messages with an 'msgctxt'
+# context.  Possible values are "yes" and "no".  Set this to yes if the
+# package uses functions taking also a message context, like pgettext(), or
+# if in $(XGETTEXT_OPTIONS) you define keywords with a context argument.
+USE_MSGCTXT = no
+
+# These options get passed to msgmerge.
+# Useful options are in particular:
+#   --previous            to keep previous msgids of translated messages,
+#   --quiet               to reduce the verbosity.
+MSGMERGE_OPTIONS = --no-location --no-wrap
+
+# These options get passed to msginit.
+# If you want to disable line wrapping when writing PO files, add
+# --no-wrap to MSGMERGE_OPTIONS, XGETTEXT_OPTIONS, and
+# MSGINIT_OPTIONS.
+MSGINIT_OPTIONS = --no-wrap
+
+# This tells whether or not to regenerate a PO file when $(DOMAIN).pot
+# has changed.  Possible values are "yes" and "no".  Set this to no if
+# the POT file is checked in the repository and the version control
+# program ignores timestamps.
+PO_DEPENDS_ON_POT = no
+
+# This tells whether or not to forcibly update $(DOMAIN).pot and
+# regenerate PO files on "make dist".  Possible values are "yes" and
+# "no".  Set this to no if the POT file and PO files are maintained
+# externally.
+DIST_DEPENDS_ON_UPDATE_PO = no
diff --git a/po/POTFILES.in b/po/POTFILES.in
index e552ee1..7d5eb92 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,72 +1,70 @@
-# List of source files containing translatable strings.
-# Please keep this file sorted alphabetically.
 data/appdata/org.gnome.Software.appdata.xml.in
 data/org.gnome.software.external-appstream.policy.in
 data/org.gnome.software.gschema.xml
-[type: gettext/glade]src/gs-app-folder-dialog.ui
-[type: gettext/glade]src/gs-app-tile.ui
+src/gs-app-folder-dialog.ui
+src/gs-app-tile.ui
 src/gnome-software-local-file.desktop.in
-[type: gettext/glade]src/gnome-software.ui
+src/gnome-software.ui
 src/gs-app-addon-row.c
 src/gs-app-folder-dialog.c
 src/gs-application.c
 src/gs-app-row.c
-[type: gettext/glade]src/gs-app-row.ui
+src/gs-app-row.ui
 src/gs-app-tile.c
 src/gs-auth-dialog.c
-[type: gettext/glade]src/gs-auth-dialog.ui
+src/gs-auth-dialog.ui
 src/gs-category.c
 src/gs-dbus-helper.c
 src/gs-feature-tile.c
-[type: gettext/glade]src/gs-first-run-dialog.ui
+src/gs-first-run-dialog.ui
 src/gs-hiding-box.c
 src/gs-history-dialog.c
-[type: gettext/glade]src/gs-history-dialog.ui
+src/gs-history-dialog.ui
 src/gs-main.c
 src/gs-page.c
 src/gs-plugin-loader.c
 src/gs-popular-tile.c
 src/gs-removal-dialog.c
-[type: gettext/glade]src/gs-removal-dialog.ui
+src/gs-removal-dialog.ui
 src/gs-review-dialog.c
-[type: gettext/glade]src/gs-review-dialog.ui
-[type: gettext/glade]src/gs-review-histogram.ui
+src/gs-review-dialog.ui
+src/gs-review-histogram.ui
 src/gs-review-row.c
-[type: gettext/glade]src/gs-review-row.ui
+src/gs-review-row.ui
 src/gs-screenshot-image.c
 src/gs-shell.c
-[type: gettext/glade]src/gs-shell-category.ui
+src/gs-shell-category.ui
 src/gs-shell-details.c
-[type: gettext/glade]src/gs-shell-details.ui
+src/gs-shell-details.ui
 src/gs-shell-extras.c
-[type: gettext/glade]src/gs-shell-extras.ui
+src/gs-shell-extras.ui
 src/gs-shell-installed.c
-[type: gettext/glade]src/gs-shell-installed.ui
-[type: gettext/glade]src/gs-shell-moderate.ui
+src/gs-shell-installed.ui
+src/gs-shell-moderate.ui
 src/gs-shell-overview.c
-[type: gettext/glade]src/gs-shell-overview.ui
+src/gs-shell-overview.ui
 src/gs-shell-search.c
-[type: gettext/glade]src/gs-shell-search.ui
+src/gs-shell-search.ui
 src/gs-shell-updates.c
-[type: gettext/glade]src/gs-shell-updates.ui
+src/gs-shell-updates.ui
 src/gs-sources-dialog.c
-[type: gettext/glade]src/gs-sources-dialog.ui
-[type: gettext/glade]src/gs-star-widget.ui
+src/gs-sources-dialog.ui
+src/gs-star-widget.ui
 src/gs-summary-tile.c
-[type: gettext/glade]src/gs-summary-tile.ui
+src/gs-summary-tile.ui
 src/gs-update-dialog.c
-[type: gettext/glade]src/gs-update-dialog.ui
+src/gs-update-dialog.ui
 src/gs-update-list.c
 src/gs-update-monitor.c
 src/gs-upgrade-banner.c
-[type: gettext/glade]src/gs-upgrade-banner.ui
+src/gs-upgrade-banner.ui
 src/gs-common.c
 src/gs-content-rating.c
-[type: gettext/glade]src/gs-menus.ui
+src/gs-menus.ui
 src/org.gnome.Software.desktop.in
-[type: gettext/glade]src/gs-popular-tile.ui
+src/gs-popular-tile.ui
 src/gs-shell-loading.c
-[type: gettext/glade]src/gs-shell-loading.ui
+src/gs-shell-loading.ui
 src/plugins/gs-desktop-common.c
 src/plugins/gs-install-appstream.c
 src/plugins/org.gnome.Software.Plugin.Epiphany.metainfo.xml.in
diff --git a/src/Makefile.am b/src/Makefile.am
index 978b2d5..73aa6b0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -41,7 +41,9 @@ gnomesoftware_include_HEADERS =                               \
        gs-plugin-vfuncs.h                              \
        gs-utils.h
 
-@INTLTOOL_DESKTOP_RULE@
+%.desktop: %.desktop.in
+       $(AM_V_GEN) msgfmt --desktop -d $(top_srcdir)/po --template $< -o $@
+
 desktopdir = $(datadir)/applications
 desktop_in_files =                                     \
        gnome-software-local-file.desktop.in            \
diff --git a/src/gnome-software-local-file.desktop.in b/src/gnome-software-local-file.desktop.in
index d5d6d6f..0ae4b17 100644
--- a/src/gnome-software-local-file.desktop.in
+++ b/src/gnome-software-local-file.desktop.in
@@ -1,6 +1,6 @@
 [Desktop Entry]
-_Name=Software Install
-_Comment=Install selected software on the system
+Name=Software Install
+Comment=Install selected software on the system
 Categories=System;
 Exec=gnome-software --local-filename=%f
 Terminal=false
diff --git a/src/org.gnome.Software.desktop.in b/src/org.gnome.Software.desktop.in
index 26762c4..e3987e1 100644
--- a/src/org.gnome.Software.desktop.in
+++ b/src/org.gnome.Software.desktop.in
@@ -1,12 +1,12 @@
 [Desktop Entry]
-_Name=Software
-_Comment=Add, remove or update software on this computer
+Name=Software
+Comment=Add, remove or update software on this computer
 Icon=org.gnome.Software
 Exec=gnome-software %U
 Terminal=false
 Type=Application
 Categories=GNOME;GTK;System;PackageManager;
-_Keywords=Updates;Upgrade;Sources;Repositories;Preferences;Install;Uninstall;Program;Software;App;Store;
+Keywords=Updates;Upgrade;Sources;Repositories;Preferences;Install;Uninstall;Program;Software;App;Store;
 StartupNotify=true
 MimeType=x-scheme-handler/appstream;
 X-GNOME-Bugzilla-Bugzilla=GNOME
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
index 95fef90..85014ce 100644
--- a/src/plugins/Makefile.am
+++ b/src/plugins/Makefile.am
@@ -407,7 +407,9 @@ libgs_plugin_ubuntuone_la_LDFLAGS = -module -avoid-version
 libgs_plugin_ubuntuone_la_CFLAGS = $(GS_PLUGIN_CFLAGS) $(WARN_CFLAGS)
 
 # MetaInfo files
-@INTLTOOL_XML_RULE@
+%.metainfo.xml: %.metainfo.xml.in
+       $(AM_V_GEN) msgfmt --xml -d $(top_srcdir)/po --template $< -o $@
+
 appdatadir = $(datadir)/appdata
 appdata_DATA = $(appdata_in_files:.xml.in=.xml)
 EXTRA_DIST = $(appdata_in_files)
diff --git a/src/plugins/org.gnome.Software.Plugin.Epiphany.metainfo.xml.in 
b/src/plugins/org.gnome.Software.Plugin.Epiphany.metainfo.xml.in
index 578978b..4ac3ba1 100644
--- a/src/plugins/org.gnome.Software.Plugin.Epiphany.metainfo.xml.in
+++ b/src/plugins/org.gnome.Software.Plugin.Epiphany.metainfo.xml.in
@@ -3,8 +3,8 @@
 <component type="addon">
   <id>org.gnome.Software.Plugin.Epiphany</id>
   <extends>org.gnome.Software.desktop</extends>
-  <_name>Wed Apps Support</_name>
-  <_summary>Run popular web applications in a browser</_summary>
+  <name>Wed Apps Support</name>
+  <summary>Run popular web applications in a browser</summary>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <update_contact>richard_at_hughsie.com</update_contact>
diff --git a/src/plugins/org.gnome.Software.Plugin.Flatpak.metainfo.xml.in 
b/src/plugins/org.gnome.Software.Plugin.Flatpak.metainfo.xml.in
index f4a976d..44d6d03 100644
--- a/src/plugins/org.gnome.Software.Plugin.Flatpak.metainfo.xml.in
+++ b/src/plugins/org.gnome.Software.Plugin.Flatpak.metainfo.xml.in
@@ -3,8 +3,8 @@
 <component type="addon">
   <id>org.gnome.Software.Plugin.Flatpak</id>
   <extends>org.gnome.Software.desktop</extends>
-  <_name>Flatpak Support</_name>
-  <_summary>Flatpak is a framework for desktop applications on Linux</_summary>
+  <name>Flatpak Support</name>
+  <summary>Flatpak is a framework for desktop applications on Linux</summary>
   <url type="homepage">http://flatpak.org/</url>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
diff --git a/src/plugins/org.gnome.Software.Plugin.Fwupd.metainfo.xml.in 
b/src/plugins/org.gnome.Software.Plugin.Fwupd.metainfo.xml.in
index 384ab2b..3f2067d 100644
--- a/src/plugins/org.gnome.Software.Plugin.Fwupd.metainfo.xml.in
+++ b/src/plugins/org.gnome.Software.Plugin.Fwupd.metainfo.xml.in
@@ -3,8 +3,8 @@
 <component type="addon">
   <id>org.gnome.Software.Plugin.Fwupd</id>
   <extends>org.gnome.Software.desktop</extends>
-  <_name>Firmware Upgrade Support</_name>
-  <_summary>Provides support for firmware upgrades</_summary>
+  <name>Firmware Upgrade Support</name>
+  <summary>Provides support for firmware upgrades</summary>
   <url type="homepage">http://www.fwupd.org</url>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
diff --git a/src/plugins/org.gnome.Software.Plugin.Limba.metainfo.xml.in 
b/src/plugins/org.gnome.Software.Plugin.Limba.metainfo.xml.in
index a409e38..a6f29fb 100644
--- a/src/plugins/org.gnome.Software.Plugin.Limba.metainfo.xml.in
+++ b/src/plugins/org.gnome.Software.Plugin.Limba.metainfo.xml.in
@@ -3,8 +3,8 @@
 <component type="addon">
   <id>org.gnome.Software.Plugin.Limba</id>
   <extends>org.gnome.Software.desktop</extends>
-  <_name>Limba Support</_name>
-  <_summary>Limba provides developers a way to easily create software bundles</_summary>
+  <name>Limba Support</name>
+  <summary>Limba provides developers a way to easily create software bundles</summary>
   <url type="homepage">https://people.freedesktop.org/~mak/limba/</url>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
diff --git a/src/plugins/org.gnome.Software.Plugin.Odrs.metainfo.xml.in 
b/src/plugins/org.gnome.Software.Plugin.Odrs.metainfo.xml.in
index 8e91184..833f69c 100644
--- a/src/plugins/org.gnome.Software.Plugin.Odrs.metainfo.xml.in
+++ b/src/plugins/org.gnome.Software.Plugin.Odrs.metainfo.xml.in
@@ -3,8 +3,8 @@
 <component type="addon">
   <id>org.gnome.Software.Plugin.Odrs</id>
   <extends>org.gnome.Software.desktop</extends>
-  <_name>Open Desktop Ratings Support</_name>
-  <_summary>ODRS is a service providing user reviews of applications</_summary>
+  <name>Open Desktop Ratings Support</name>
+  <summary>ODRS is a service providing user reviews of applications</summary>
   <url type="homepage">https://odrs.gnome.org/</url>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
diff --git a/src/plugins/org.gnome.Software.Plugin.Snap.metainfo.xml.in 
b/src/plugins/org.gnome.Software.Plugin.Snap.metainfo.xml.in
index cc01aea..1383a32 100644
--- a/src/plugins/org.gnome.Software.Plugin.Snap.metainfo.xml.in
+++ b/src/plugins/org.gnome.Software.Plugin.Snap.metainfo.xml.in
@@ -3,8 +3,8 @@
 <component type="addon">
   <id>org.gnome.Software.Plugin.Snap</id>
   <extends>org.gnome.Software.desktop</extends>
-  <_name>Snappy Support</_name>
-  <_summary>A snap is a universal Linux package</_summary>
+  <name>Snappy Support</name>
+  <summary>A snap is a universal Linux package</summary>
   <url type="homepage">https://www.ubuntu.com/desktop/snappy</url>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
diff --git a/src/plugins/org.gnome.Software.Plugin.Steam.metainfo.xml.in 
b/src/plugins/org.gnome.Software.Plugin.Steam.metainfo.xml.in
index 36fa13c..361b074 100644
--- a/src/plugins/org.gnome.Software.Plugin.Steam.metainfo.xml.in
+++ b/src/plugins/org.gnome.Software.Plugin.Steam.metainfo.xml.in
@@ -3,8 +3,8 @@
 <component type="addon">
   <id>org.gnome.Software.Plugin.Steam</id>
   <extends>org.gnome.Software.desktop</extends>
-  <_name>Steam Support</_name>
-  <_summary>The ultimate entertainment platform from Valve</_summary>
+  <name>Steam Support</name>
+  <summary>The ultimate entertainment platform from Valve</summary>
   <url type="homepage">http://store.steampowered.com/</url>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]