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:
Rafał Dzięgiel
2024-04-21 15:22:12 +02:00
parent 51e1dd8493
commit 5c41c3a8c7

View File

@@ -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>