[ktnef/Applications/18.12] /: Add platform information to the metainfo file.

Ben Cooksley null at kde.org
Thu Dec 6 07:39:13 GMT 2018


Git commit 9fab432ead8f4230167175794b5f5487182c4600 by Ben Cooksley.
Committed on 06/12/2018 at 07:39.
Pushed by bcooksley into branch 'Applications/18.12'.

Add platform information to the metainfo file.
This information is required within metainfo.yaml files when they are present, otherwise the CI system cannot perform necessary checks and builds will fail.

Fixes T10157

CCMAIL: kde-pim at kde.org
(cherry picked from commit 72f0389974fb0bfadb7818182331176da7e17f15)

M  +6    -0    metainfo.yaml

https://commits.kde.org/ktnef/9fab432ead8f4230167175794b5f5487182c4600

diff --git a/metainfo.yaml b/metainfo.yaml
index d26e27b..7d02946 100644
--- a/metainfo.yaml
+++ b/metainfo.yaml
@@ -1,6 +1,12 @@
 description: An API for handling TNEF data
 maintainer: mlaurent
 type: functional
+platforms:
+    - name: Linux
+    - name: FreeBSD
+    - name: Windows
+    - name: MacOSX
+    - name: Android
 portingAid: false
 deprecated: false
 release: false



More information about the kde-pim mailing list