From 1062fb596d9494aced859766f099dfc049f6685c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sabri=20=C3=9Cnal?= Date: Thu, 30 May 2024 13:11:02 +0300 Subject: [PATCH 1/2] appdata: Update appdata - Add developer block with io.github.remindersdevs developer ID - Remove categories and keywords from appdata file - Add vcs-browser URL to show source code repository More information: https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines/#categories-and-keywords --- ...remindersdevs.Reminders.metainfo.xml.in.in | 26 ++++--------------- 1 file changed, 5 insertions(+), 21 deletions(-) diff --git a/data/io.github.remindersdevs.Reminders.metainfo.xml.in.in b/data/io.github.remindersdevs.Reminders.metainfo.xml.in.in index d2028b3..35252e3 100644 --- a/data/io.github.remindersdevs.Reminders.metainfo.xml.in.in +++ b/data/io.github.remindersdevs.Reminders.metainfo.xml.in.in @@ -4,6 +4,9 @@ Reminders Developers + + Reminders Developers + dgsasha04_at_gmail.com Reminders @@ -46,26 +49,6 @@ touch - - GNOME - GTK - Office - ProjectManagement - - - - Todo - Productivity - Task - Planning - Planner - Time - Management - Reminder - Remembrance - Reminders - - https://raw.githubusercontent.com/dgsasha/remembrance/c582346fdf564104042e67f329ea2caa5793920d/screenshot-dark.png @@ -77,9 +60,10 @@ @APP_EXECUTABLE@ - https://hosted.weblate.org/engage/reminders https://github.com/dgsasha/remembrance https://github.com/dgsasha/remembrance/issues + https://github.com/dgsasha/remembrance + https://hosted.weblate.org/engage/reminders From a067bafe318f1bce8c23f81f240a07a140921317 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sabri=20=C3=9Cnal?= Date: Thu, 30 May 2024 13:12:56 +0300 Subject: [PATCH 2/2] meson: Use --explain argument for appstreamcli "Print detailed explanation for found issues." --- data/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/meson.build b/data/meson.build index ef7aaee..78fac8b 100644 --- a/data/meson.build +++ b/data/meson.build @@ -22,7 +22,7 @@ if appstreamcli.found() test( 'Validate appstream file', appstreamcli, - args: ['validate', '--no-net', appstream] + args: ['validate', '--no-net', '--explain', appstream] ) endif