mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 15:22:11 +02:00
clapper-app: metainfo: Fix invalid values
Flathub validation no longer allows words for "display_length" - should be 360. Also all "Purism" keys are nowadays invalid. They cause problems as metainfo is parsed into hash table, thus there cannot be multiple keys with the same name.
This commit is contained in:
@@ -231,10 +231,6 @@
|
||||
<control>touch</control>
|
||||
</recommends>
|
||||
<requires>
|
||||
<display_length compare="ge">small</display_length>
|
||||
<display_length compare="ge">360</display_length>
|
||||
</requires>
|
||||
<custom>
|
||||
<value key="Purism::form_factor">workstation</value>
|
||||
<value key="Purism::form_factor">mobile</value>
|
||||
</custom>
|
||||
</component>
|
||||
|
Reference in New Issue
Block a user