diff options
author | Richard Hughes <autohughski@gmail.com> | 2016-01-05 14:42:45 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-01-05 14:55:16 +0100 |
commit | c7fee34686d22d164dd1f42f9d68c53832011d0f (patch) | |
tree | df8bfee28084c570710f70bd2b0f84af533a7b81 /sysui | |
parent | 59269d02adcfc3b892438c3ba7ad18eba1be36ce (diff) |
sysui: add "kudos" to AppData files
Change-Id: I36cf0a8aa2f501fa30d86de35ae083e78ce0904b
Diffstat (limited to 'sysui')
5 files changed, 20 insertions, 0 deletions
diff --git a/sysui/desktop/appstream-appdata/libreoffice-base.appdata.xml b/sysui/desktop/appstream-appdata/libreoffice-base.appdata.xml index 02578781c601..7795001802b3 100644 --- a/sysui/desktop/appstream-appdata/libreoffice-base.appdata.xml +++ b/sysui/desktop/appstream-appdata/libreoffice-base.appdata.xml @@ -32,4 +32,8 @@ to connect to virtually any other existing database engine as well. </screenshots> <developer_name>The Document Foundation</developer_name> <updatecontact>libreoffice_at_lists.freedesktop.org</updatecontact> +<kudos> + <kudo>HiDpiIcon</kudo> + <kudo>ModernToolkit</kudo> +</kudos> </component> diff --git a/sysui/desktop/appstream-appdata/libreoffice-calc.appdata.xml b/sysui/desktop/appstream-appdata/libreoffice-calc.appdata.xml index 836f10037e69..66859116178f 100644 --- a/sysui/desktop/appstream-appdata/libreoffice-calc.appdata.xml +++ b/sysui/desktop/appstream-appdata/libreoffice-calc.appdata.xml @@ -25,4 +25,8 @@ worrying about compatibility. </screenshots> <developer_name>The Document Foundation</developer_name> <updatecontact>libreoffice_at_lists.freedesktop.org</updatecontact> +<kudos> + <kudo>HiDpiIcon</kudo> + <kudo>ModernToolkit</kudo> +</kudos> </component> diff --git a/sysui/desktop/appstream-appdata/libreoffice-draw.appdata.xml b/sysui/desktop/appstream-appdata/libreoffice-draw.appdata.xml index 4888653da5d7..bbeac47db289 100644 --- a/sysui/desktop/appstream-appdata/libreoffice-draw.appdata.xml +++ b/sysui/desktop/appstream-appdata/libreoffice-draw.appdata.xml @@ -31,4 +31,8 @@ worrying about compatibility. </screenshots> <developer_name>The Document Foundation</developer_name> <updatecontact>libreoffice_at_lists.freedesktop.org</updatecontact> +<kudos> + <kudo>HiDpiIcon</kudo> + <kudo>ModernToolkit</kudo> +</kudos> </component> diff --git a/sysui/desktop/appstream-appdata/libreoffice-impress.appdata.xml b/sysui/desktop/appstream-appdata/libreoffice-impress.appdata.xml index 6174a086530d..ca61e3867369 100644 --- a/sysui/desktop/appstream-appdata/libreoffice-impress.appdata.xml +++ b/sysui/desktop/appstream-appdata/libreoffice-impress.appdata.xml @@ -26,4 +26,8 @@ worrying about compatibility. </screenshots> <developer_name>The Document Foundation</developer_name> <updatecontact>libreoffice_at_lists.freedesktop.org</updatecontact> +<kudos> + <kudo>HiDpiIcon</kudo> + <kudo>ModernToolkit</kudo> +</kudos> </component> diff --git a/sysui/desktop/appstream-appdata/libreoffice-writer.appdata.xml b/sysui/desktop/appstream-appdata/libreoffice-writer.appdata.xml index 7e4b07ff3ba7..583005755265 100644 --- a/sysui/desktop/appstream-appdata/libreoffice-writer.appdata.xml +++ b/sysui/desktop/appstream-appdata/libreoffice-writer.appdata.xml @@ -33,4 +33,8 @@ worrying about compatibility. </screenshots> <developer_name>The Document Foundation</developer_name> <updatecontact>libreoffice_at_lists.freedesktop.org</updatecontact> +<kudos> + <kudo>HiDpiIcon</kudo> + <kudo>ModernToolkit</kudo> +</kudos> </component> |