From 2659fbf4b21901066768213c2d260468c6a9f87e Mon Sep 17 00:00:00 2001 From: Debian/Kubuntu Qt/KDE Maintainers Date: Sat, 18 May 2019 08:16:42 +0100 Subject: [PATCH] Fix FTBFS due to missing comment/description MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit After that commit https://phabricator.kde.org/D16867, a description is needed in .desktop files. The keyword actually looked for by desktoptojson converter utility is "Comment=" . Author: Frédéric Bonnard Gbp-Pq: Name fix-923592.patch --- src/plasma/applets/worldclock/package/metadata.desktop | 2 +- src/plasma/wallpapers/worldmap/metadata.desktop | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/plasma/applets/worldclock/package/metadata.desktop b/src/plasma/applets/worldclock/package/metadata.desktop index 3ace468..78b2ab2 100644 --- a/src/plasma/applets/worldclock/package/metadata.desktop +++ b/src/plasma/applets/worldclock/package/metadata.desktop @@ -49,7 +49,7 @@ Name[uk]=Світовий годинник Name[x-test]=xxWorld Clockxx Name[zh_CN]=世界时钟 Name[zh_TW]=世界時鐘 -# not yet... Comment=Shows the time in different parts of the world +Comment=Shows the time in different parts of the world Icon=marble Type=Service diff --git a/src/plasma/wallpapers/worldmap/metadata.desktop b/src/plasma/wallpapers/worldmap/metadata.desktop index fe7ad03..1f95c8c 100644 --- a/src/plasma/wallpapers/worldmap/metadata.desktop +++ b/src/plasma/wallpapers/worldmap/metadata.desktop @@ -23,6 +23,7 @@ Name[uk]=Карта світу Name[x-test]=xxWorld Mapxx Name[zh_CN]=世界地图 Name[zh_TW]=世界地圖 +Comment=Shows a map of the world as wallpaper Type=Service Icon=marble -- 2.30.2