-
-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New AppData validation prevents building #304
Comments
|
Based on what @AsavarTzeth told me before implementing the validations the AppStream standard recommends short lines in a few fields descriptions. That is why you have the |
At least here the following commands run without problems: |
'Kompressor' and 'Компрессор' have the same lenght, but only 'Компрессор' gives errors. ubuntu 18.04 has appstream-glib 0.7.7, Arch has 0.7.10, 0.7.10 from ubuntu 18.10 is buildable on 18.04, but one self-test fails strangely ... |
I did not make any changes to po/ru.po Here is my ./obj-x86_64-linux-gnu/data/com.github.wwmm.pulseeffects.appdata.xml generated during building: |
Well let's have a look at the actual errors:
The first three seems to be an upper case issue. However, even though I cannot read Russian it seems to be that this is not true? Maybe its an issue with The last error also seems untrue; it looks like its bellow 30 chars to me. What version of The reason |
both appstream-util 0.7.7 and latest 0.7.12 give the same result |
|
I wanted to set an anvironmental variable to switch validation to relaxed from |
* version 4.3.1 deb * restore `appstream-util validate-strict`, but disable running autotests untill be find a better solution * * wwmm#304 * * wwmm#305 * `dh_missing --fail-missing`: Fail the build if some produced files are not included in neither of multiple packages * minor fixes in Russian localization
Is this still a problem? |
I did not try. I will try if I don't forget when a new version is released |
In all this cases the Russian translation is the first, if I remove the Russian lines, then appstream-util says OK.
E.g.
I just removed the 1st Russian line, and then validation passed.
I don't understand what's wrong.
@AsavarTzeth
(83f6cd1)
The text was updated successfully, but these errors were encountered: