From 056200c0457933a193071db6266c70365476fe5b Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Wed, 1 Aug 2018 18:00:28 -0700 Subject: [PATCH 1/3] appdata: add content_rating OARS tag --- build/linux/appdata.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/linux/appdata.xml b/build/linux/appdata.xml index f0fc87f9c..fce08bd52 100644 --- a/build/linux/appdata.xml +++ b/build/linux/appdata.xml @@ -28,6 +28,8 @@ + + http://www.processing.org/ https://processing.org/reference/ https://github.com/processing/processing/issues?q=is%3Aopen From c8a6a8a8fdc3c90830fc8f24ed2a15bd85b042b8 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Wed, 1 Aug 2018 18:00:39 -0700 Subject: [PATCH 2/3] appdata: add releases tag --- build/linux/appdata.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build/linux/appdata.xml b/build/linux/appdata.xml index fce08bd52..be293a642 100644 --- a/build/linux/appdata.xml +++ b/build/linux/appdata.xml @@ -30,6 +30,13 @@ + + + + + + + http://www.processing.org/ https://processing.org/reference/ https://github.com/processing/processing/issues?q=is%3Aopen From 289ee599631ce8f780e7908a4dcd69ea2e4c46f9 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Fri, 19 Oct 2018 14:14:31 -0700 Subject: [PATCH 3/3] appdata: clean up license tags It does not make sense for the metadata license to be GPLv3 (see [1]), so make it CC0-1.0. On the other hand, the project is GPL-2.0, so add the appropriate tag. [1] https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-metadata_license --- build/linux/appdata.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/linux/appdata.xml b/build/linux/appdata.xml index be293a642..612d40d0e 100644 --- a/build/linux/appdata.xml +++ b/build/linux/appdata.xml @@ -2,7 +2,8 @@ org.processing.processingide.desktop - GPLv3 + CC0-1.0 + GPL-2.0 Processing Foundation Processing IDE