diff --git a/src/platformtheme/cocoaplatformtheme.json b/src/platformtheme/cocoaplatformtheme.json index 520c4f5..ef2a3b1 100644 --- a/src/platformtheme/cocoaplatformtheme.json +++ b/src/platformtheme/cocoaplatformtheme.json @@ -1,3 +1,11 @@ { - "Keys": [ "cocoa" ] + "Keys": [ "cocoa" ], + "Name": "Kokoa", + "Copyright": "(C) 2015-17 René J.V. Bertin", + "Description": [ + "KDE platform integration plugin for Mac OS X/macOS", + "Based on the Plasma Integration plugin.", + "This version replaces and proxies the original Qt Cocoa and/or RJVB's QAltCocoa QPA plugins" + ], + "Url": [ "https://github.com/RJVB/osx-integration" ] } diff --git a/src/platformtheme/kdeplatformtheme.json b/src/platformtheme/kdeplatformtheme.json index 5d250cc..0e48a74 100644 --- a/src/platformtheme/kdeplatformtheme.json +++ b/src/platformtheme/kdeplatformtheme.json @@ -1,3 +1,12 @@ { - "Keys": [ "kde" ] + "Keys": [ "kde" ], + "Name": "KDEPlatformTheme", + "Copyright": "(C) 2015-17 René J.V. Bertin", + "Description": [ + "KDE platform integration plugin for Mac OS X/macOS", + "Based on the Plasma Integration plugin.", + "This version only proxies the original Qt Cocoa and/or RJVB's QAltCocoa QPA plugins;", + "Set QT_QPA_PLATFORMTHEME=kde to use it instead of the Cocoa plugin." + ], + "Url": [ "https://github.com/RJVB/osx-integration" ] }