From 66b33fd7d2d219464e28cf0d7848c689100abe31 Mon Sep 17 00:00:00 2001 From: Martchus Date: Thu, 13 Oct 2022 00:06:04 +0200 Subject: [PATCH] Add special AppStream template for Plasmoid It needs to be an add-on extending the Plasma shell. As this is a special case it makes sense to add a special template overriding the one from c++utilities. --- plasmoid/lib/cmake/templates/appdata.xml.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 plasmoid/lib/cmake/templates/appdata.xml.in diff --git a/plasmoid/lib/cmake/templates/appdata.xml.in b/plasmoid/lib/cmake/templates/appdata.xml.in new file mode 100644 index 0000000..690295c --- /dev/null +++ b/plasmoid/lib/cmake/templates/appdata.xml.in @@ -0,0 +1,13 @@ + + + @META_PROJECT_RDNS@ + MIT + @META_PROJECT_LICENSE@ + org.kde.plasmashell + @META_APP_NAME@ + @META_APP_DESCRIPTION@ + @META_APP_APPDATA_BODY@ + @META_APP_URL@ + @META_APP_BUGTRACKER_URL@ + @META_APP_AUTHOR@ +