[latexila] AppData: fix `make check`
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [latexila] AppData: fix `make check`
- Date: Sun, 18 Dec 2016 16:00:25 +0000 (UTC)
commit b8344f95280bbacc79b3c0b718197f14e23d452c
Author: Sébastien Wilmet <swilmet gnome org>
Date: Sun Dec 18 16:47:25 2016 +0100
AppData: fix `make check`
The errors were:
org.gnome.latexila.appdata.xml: FAILED:
• tag-missing : <name> is not present
• tag-missing : <summary> is not present
• style-invalid: Too many <p> tags for a good description [5/4]
I don't really like merging the two paragraphs. I think when people see
long paragraphs they don't read them. And translations will need to be
updated, otherwise the description will be partly in English… Oh well,
anyway.
data/org.gnome.latexila.appdata.xml.in | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/data/org.gnome.latexila.appdata.xml.in b/data/org.gnome.latexila.appdata.xml.in
index d864640..bdf2a06 100644
--- a/data/org.gnome.latexila.appdata.xml.in
+++ b/data/org.gnome.latexila.appdata.xml.in
@@ -4,6 +4,8 @@
<id>org.gnome.latexila.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
+ <name>LaTeXila</name>
+ <_summary>Integrated LaTeX environment</_summary>
<description>
<_p>
LaTeXila is an integrated LaTeX environment for the GNOME desktop.
@@ -12,12 +14,10 @@
</_p>
<_p>
To help the writing of the LaTeX markup, auto-completion is available as
- well as menus and toolbars with the principal commands.
- </_p>
- <_p>
- New documents are created from templates. There are buttons to compile,
- convert and view a document in one click. And projects containing several
- .tex files are managed easily.
+ well as menus and toolbars with the principal commands. New documents are
+ created from templates. There are buttons to compile, convert and view a
+ document in one click. And projects containing several .tex files are
+ managed easily.
</_p>
<_p>
A side panel contains three components: the document structure to easily
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]