octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #49952] Incorrect license in appdata file


From: Orion Poplawski
Subject: [Octave-bug-tracker] [bug #49952] Incorrect license in appdata file
Date: Thu, 12 Jan 2017 04:46:12 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #2, bug #49952 (project octave):

I would assume so, since that's what the docs indicate.  Apparently though
there must be some backwards compatibility going on.

$ appstream-util validate
/usr/share/appdata/www.octave.org-octave.appdata.xml
/usr/share/appdata/www.octave.org-octave.appdata.xml: FAILED:
• tag-invalid           : <metadata_license> is not valid [GPLv3+]
• url-not-found         : <screenshot> url not found
[http://www.gnu.org/software/octave/images/screenshot.png]

so it seems to translate <license> to <metadata_license>.  Looks there is an
issue with the screenshot url as well.

Also, instead of:
<application>
 <id type="desktop">/path/to/desktopfile</id>

the docs now have:

<component type="desktop">
 <id>gnome-power-statistics.desktop</id>

but again, the validate tool isn't complaining.  Ah, but in strict mode:

$ appstream-util validate-strict
/usr/share/appdata/www.octave.org-octave.appdata.xml
/usr/share/appdata/www.octave.org-octave.appdata.xml: FAILED:
• tag-invalid           : <metadata_license> is not valid [GPLv3+]
• tag-missing           : <project_license> is not present
• value-missing         : <!-- Copyright [year] [name] --> is not present
• url-not-found         : <screenshot> url not found
[http://www.gnu.org/software/octave/images/screenshot.png]
• translations-required  : <name> has no translations
• translations-required  : <summary> has no translations
• translations-required  : <description> has no translations
• attribute-invalid     : <licence> is deprecated, use <metadata_license>
instead


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49952>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]