diff --git a/CMakeLists.txt b/CMakeLists.txt index c1aeac696..2953ccc2c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,89 +1,89 @@ cmake_minimum_required(VERSION 3.0) project(kdeplasma-addons) -set(PROJECT_VERSION "5.14.80") +set(PROJECT_VERSION "5.14.4") set(PROJECT_VERSION_MAJOR 5) ################# Disallow in-source build ################# if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}") message(FATAL_ERROR "plasma requires an out of source build. Please create a separate build directory and run 'cmake path_to_plasma [options]' there.") endif() set(QT_MIN_VERSION 5.11.0) set(KF5_MIN_VERSION 5.50.0) include(FeatureSummary) find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) include(KDEInstallDirs) include(KDECMakeSettings) include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE) include(ECMQtDeclareLoggingCategory) include(ECMInstallIcons) include(KDEPackageAppTemplates) include(GenerateExportHeader) include(CMakePackageConfigHelpers) find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED Core Gui DBus Quick Qml Widgets ) find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS Archive Config CoreAddons Declarative Holidays I18n IconThemes KIO KCMUtils Kross Notifications Plasma Runner Service Sonnet UnitConversion WindowSystem NewStuff ) find_package(KF5Purpose CONFIG QUIET) set_package_properties(KF5Purpose PROPERTIES DESCRIPTION "Framework for cross-application services and actions" PURPOSE "Needed for QuickShare applet" URL "https://commits.kde.org/purpose" TYPE RUNTIME ) add_definitions( -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050900 -DQT_NO_URL_CAST_FROM_STRING ) ######################################################################### ################# list the subdirectories ################# add_subdirectory(applets) add_subdirectory(dataengines) add_subdirectory(runners) add_subdirectory(wallpapers) add_subdirectory(windowswitchers) add_subdirectory(desktopswitchers) add_subdirectory(plasmacalendarplugins) add_subdirectory(templates) feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES) diff --git a/dataengines/potd/bingprovider.json b/dataengines/potd/bingprovider.json index a06efd16f..f0871a784 100644 --- a/dataengines/potd/bingprovider.json +++ b/dataengines/potd/bingprovider.json @@ -1,59 +1,60 @@ { "KPlugin": { "Description": "Bing Provider", + "Description[ast]": "Fornidor Bing", "Description[ca@valencia]": "Proveïdor Bing", "Description[ca]": "Proveïdor Bing", "Description[cs]": "Poskytovatel Bing", "Description[de]": "Bing-Anbieter", "Description[en_GB]": "Bing Provider", "Description[es]": "Proveedor de Bing", "Description[eu]": "Bing hornitzailea", "Description[fi]": "Bing-tarjoaja", "Description[fr]": "Fournisseur Bing", "Description[gl]": "Fornecedor de Bing", "Description[id]": "Penyedia Bing", "Description[it]": "Fornitore Bing", "Description[ko]": "Bing 공급자", "Description[nl]": "Bing-provider", "Description[nn]": "Bing-tilbydar", "Description[pl]": "Dostawca Bing", "Description[pt]": "Fornecedor do Bing", "Description[pt_BR]": "Fornecedor Bing", "Description[ru]": "Источник данных Bing", "Description[sk]": "Poskytovateľ Bing", "Description[sv]": "Tillhandahåll från Bing", "Description[uk]": "Постачальник даних Bing", "Description[x-test]": "xxBing Providerxx", "Description[zh_CN]": "必应提供源", "Icon": "", "Name": "Bing's Picture of the Day", "Name[ca@valencia]": "Imatge del dia del Bing", "Name[ca]": "Imatge del dia del Bing", "Name[cs]": "Obrázek dne na Bing", "Name[de]": "Bild des Tages von Bing", "Name[en_GB]": "Bing's Picture of the Day", "Name[es]": "Imagen del día de Bing", "Name[eu]": "Bing-eren eguneko argazkia", "Name[fi]": "Bingin päivän kuva", "Name[fr]": "Image du jour Bing", "Name[gl]": "Imaxe do día de Bing", "Name[id]": "Bing's Picture of the Day", "Name[it]": "Immagine del giorno di Bing", "Name[ko]": "Bing 오늘의 그림", "Name[nl]": "Afbeelding van de dag van Bing", "Name[nn]": "Dagens bilete frå Bing", "Name[pl]": "Obraz dnia Binga", "Name[pt]": "Imagem do Dia do Bing", "Name[pt_BR]": "Imagem do dia do Bing", "Name[ru]": "Изображение дня Bing", "Name[sk]": "Obrázok dňa Bing", "Name[sv]": "Dagens bild på Bing", "Name[uk]": "Картинка дня Bing", "Name[x-test]": "xxBing's Picture of the Dayxx", "Name[zh_CN]": "每日一图(必应)", "ServiceTypes": [ "PlasmaPoTD/Plugin" ] }, "X-KDE-PlasmaPoTDProvider-Identifier": "bing" }