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

Ben Cooksley null at kde.org
Thu Dec 6 07:38:34 GMT 2018


Git commit 72f0389974fb0bfadb7818182331176da7e17f15 by Ben Cooksley.
Committed on 06/12/2018 at 07:38.
Pushed by bcooksley into branch 'master'.

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

M  +6    -0    metainfo.yaml

https://commits.kde.org/ktnef/72f0389974fb0bfadb7818182331176da7e17f15

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