From: Debian/Kubuntu Qt/KDE Maintainers Date: Sat, 18 May 2019 07:16:42 +0000 (+0100) Subject: Fix FTBFS due to missing comment/description X-Git-Tag: archive/raspbian/4%22.12.0-2+rpi1~2^2^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2659fbf4b21901066768213c2d260468c6a9f87e;p=marble.git Fix FTBFS due to missing comment/description 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 --- 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