<p>In <a href="https://github.com/geany/geany/pull/1142#discussion_r71570822">geany.appdata.xml.in</a>:</p>
<pre style='color:#555'>> + </description>
> + <screenshots>
> +<!-- Screenshots are recommended to be 16:9 ratio but the ones here from the main website are not. Please
> + change the links to point to appropriate 16:9 sized screenshots. -->
> + <screenshot type="default">
> + <image height="808" width="942">http://www.geany.org/uploads/Gallery/geany_main.png</image>
> + </screenshot>
> + <screenshot>
> + <image height="808" width="942">http://www.geany.org/uploads/Gallery/geany_build.png</image>
> + </screenshot>
> + <screenshot>
> + <image height="808" width="942">http://www.geany.org/uploads/Gallery/geany_vte.png</image>
> + </screenshot>
> + </screenshots>
> + <update_contact>https://github.com/geany/geany</update_contact>
> + <translation type="gettext">@GETTEXT_PACKAGE@</translation>
</pre>
<p>That won't work just like that, it need to be replaced. Something like that would work:</p>
<div class="highlight highlight-source-diff"><pre><span class="pl-c1">diff --git a/Makefile.am b/Makefile.am</span>
index 1e65e44..351afb8 100644
<span class="pl-md">--- a/Makefile.am</span>
<span class="pl-mi1">+++ b/Makefile.am</span>
<span class="pl-mdr">@@ -17,7 +17,7 @@</span> WIN32_BUILD_FILES = \
EXTRA_DIST = \
autogen.sh \
scripts/gen-api-gtkdoc.py \
<span class="pl-md">- geany.appdata.xml.in \</span>
<span class="pl-mi1">+ geany.appdata.xml.in.in \</span>
geany.desktop.in \
geany.pc.in \
geany.spec \
<span class="pl-c1">diff --git a/configure.ac b/configure.ac</span>
index d921e95..6407bda 100644
<span class="pl-md">--- a/configure.ac</span>
<span class="pl-mi1">+++ b/configure.ac</span>
<span class="pl-mdr">@@ -162,6 +162,7 @@</span> AC_CONFIG_FILES([
geany.spec
geany.pc
geany.nsi
<span class="pl-mi1">+ geany.appdata.xml.in</span>
doc/Doxyfile
tests/Makefile
tests/ctags/Makefile
<span class="pl-c1">diff --git a/geany.appdata.xml.in b/geany.appdata.xml.in.in</span>
similarity index 100%
rename from geany.appdata.xml.in
rename to geany.appdata.xml.in.in</pre></div>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/1142/files/32c4f451695b330b5b74be23a93d02f4218908e6#r71570822">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJ4X52MZjnJ3mLgkSs5Ir00YEPtC0ks5qXlyAgaJpZM4JPu0w">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ7XhyzOxm2iXKgGcV59v0hEZbiM5ks5qXlyAgaJpZM4JPu0w.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
<link itemprop="url" href="https://github.com/geany/geany/pull/1142/files/32c4f451695b330b5b74be23a93d02f4218908e6#r71570822"></link>
<meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>