diff --git a/CMakeLists.txt b/CMakeLists.txt index dcf88c5b..2d696f3c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,79 +1,79 @@ project(lattedock) cmake_minimum_required(VERSION 3.0 FATAL_ERROR) set(CMAKE_CXX_STANDARD 14) -set(VERSION 0.8.7) +set(VERSION 0.8.8) set(AUTHOR "Michail Vourlakos, Smith Ar") set(EMAIL "mvourlakos@gmail.com, audoban@openmailbox.org") set(WEBSITE "https://github.com/psifidotos/Latte-Dock") set(BUG_ADDRESS "https://github.com/psifidotos/Latte-Dock/issues") set(FAQS "https://github.com/psifidotos/Latte-Dock/wiki/F.A.Q.") set(QT_MIN_VERSION "5.9.0") set(KF5_MIN_VERSION "5.38.0") set(KF5_LOCALE_PREFIX "") find_package(ECM ${KF5_MIN_VER} REQUIRED NO_MODULE) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED NO_MODULE COMPONENTS DBus Gui Qml Quick) find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS Activities Archive CoreAddons Crash DBusAddons Declarative GlobalAccel I18n IconThemes NewStuff Notifications Plasma PlasmaQuick Wayland WindowSystem XmlGui) find_package(X11 REQUIRED) set_package_properties(X11 PROPERTIES DESCRIPTION "X11 libraries" URL "http://www.x.org" TYPE OPTIONAL PURPOSE "Required for building the X11 based workspace") if(X11_FOUND) find_package(XCB MODULE REQUIRED COMPONENTS XCB RANDR EVENT) set_package_properties(XCB PROPERTIES TYPE REQUIRED) find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS X11Extras) if(NOT X11_SM_FOUND) message(FATAL_ERROR "\nThe X11 Session Management (SM) development package could not be found. \nPlease install libSM.\n") endif(NOT X11_SM_FOUND) endif() if(X11_FOUND AND XCB_XCB_FOUND) set(HAVE_X11 ON) endif() include(ECMQMLModules) ecm_find_qmlmodule(QtQuick 2.7) ecm_find_qmlmodule(QtQuick.Layouts 1.3) ecm_find_qmlmodule(QtQuick.Controls 1.4) ecm_find_qmlmodule(QtQuick.Controls.Styles.Plasma 2.0) ecm_find_qmlmodule(QtGraphicalEffects 1.0) ecm_find_qmlmodule(org.kde.kquickcontrolsaddons 2.0) ecm_find_qmlmodule(org.kde.plasma.core 2.0) ecm_find_qmlmodule(org.kde.plasma.components 2.0) include(CheckIncludeFiles) include(CMakePackageConfigHelpers) include(ECMOptionalAddSubdirectory) include(ECMQtDeclareLoggingCategory) include(KDECMakeSettings) #include(KDECompilerSettings NO_POLICY_SCOPE) include(KDEInstallDirs) include(KDEPackageAppTemplates) include(WriteBasicConfigVersionFile) include(Definitions.cmake) add_subdirectory(liblattedock) add_subdirectory(kwin_scripts) add_subdirectory(app) add_subdirectory(containmentactions) add_subdirectory(applets) add_subdirectory(containment) add_subdirectory(icons) add_subdirectory(plasmoid) add_subdirectory(shell) ki18n_install(${CMAKE_CURRENT_BINARY_DIR}/po) diff --git a/containment/package/metadata.desktop b/containment/package/metadata.desktop index 6a712ab5..84e1cf4c 100644 --- a/containment/package/metadata.desktop +++ b/containment/package/metadata.desktop @@ -1,66 +1,66 @@ [Desktop Entry] Encoding=UTF-8 Name=Latte Name[ast]=Latte Name[ca]=Latte Name[ca@valencia]=Latte Name[cs]=Latte Name[da]=Latte Name[de]=Latte Name[el]=Latte Name[en_GB]=Latte Name[es]=Latte Name[eu]=Latte Name[fi]=Latte Name[gl]=Latte Name[it]=Latte Name[nl]=Latte Name[nn]=Latte Name[pl]=Latte Name[pt]=Latte Name[pt_BR]=Latte Name[ru]=Latte Name[sv]=Latte Name[uk]=Латте Name[x-test]=xxLattexx Name[zh_CN]=Latte Name[zh_TW]=Latte Comment=Containment provided for the Latte Dock Comment[ca]=Intèrpret d'ordres proporcionat pel Latte Dock Comment[ca@valencia]=Intèrpret d'ordres proporcionat pel Latte Dock Comment[da]=Beholder til Latte-dokken Comment[de]=Containment für Latte-Dock Comment[el]=Περιέκτης της εφαρμογής Latte Comment[en_GB]=Containment provided for the Latte Dock Comment[es]=Contención proporcionada para Latte Dock Comment[eu]=Konfinamendua hornitu da Latte Dockentzako Comment[fi]=Latte-telakalla tarjottu sisällytys Comment[gl]=Contedor fornecido para a doca Latte. Comment[it]=Contenitore fornito per Latte Dock Comment[nl]=Container geleverd voor de Latte Dock Comment[nn]=Behaldar for Latte-dokk Comment[pl]=Pojemnik dla doku Latte Comment[pt]=Contentor oferecido para a área acoplável do Latte Comment[pt_BR]=Contêiner fornecido pelo Latte Dock Comment[ru]=Контейнер Latte Dock Comment[sv]=Omgivning tillhandahållen för Latte dockningsfönster Comment[uk]=Контейнер панелі Латте Comment[x-test]=xxContainment provided for the Latte Dockxx Comment[zh_CN]=用于 Latte 停靠栏的容器 Comment[zh_TW]=提供 Latte Dock 使用的容器 Type=Service NoDisplay=true X-KDE-PluginInfo-Author=Michail Vourlakos, Smith Ar X-KDE-PluginInfo-Email=mvourlakos@gmail.com, audoban@openmailbox.org X-KDE-PluginInfo-Name=org.kde.latte.containment -X-KDE-PluginInfo-Version=0.8.7 +X-KDE-PluginInfo-Version=0.8.8 X-KDE-PluginInfo-Website=https://github.com/psifidotos/Latte-Dock X-KDE-PluginInfo-Category=X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL X-KDE-PluginInfo-EnabledByDefault=true X-KDE-ServiceTypes=Plasma/Applet,Plasma/Containment X-Plasma-API=declarativeappletscript X-Plasma-MainScript=ui/main.qml X-Plasma-ContainmentType=Panel diff --git a/plasmoid/package/metadata.desktop b/plasmoid/package/metadata.desktop index 49871c34..d054a9ba 100644 --- a/plasmoid/package/metadata.desktop +++ b/plasmoid/package/metadata.desktop @@ -1,64 +1,64 @@ [Desktop Entry] Name=Latte Plasmoid Name[ca]=Plasmoide del Latte Name[ca@valencia]=Plasmoide del Latte Name[cs]=Plasmoid Latte Name[da]=Latte-plasmoid Name[de]=Latte-Plasmoid Name[el]=Πρόσθετο Latte Name[en_GB]=Latte Plasmoid Name[es]=Plasmoide Latte Name[eu]=Latte plasmoidea Name[fi]=Latte-sovelma Name[gl]=Plasmoide de Latte Name[it]=Plasmoide Latte Name[nl]=Latte-plasmoid Name[nn]=Latte-skjermelement Name[pl]=Plazmoid Latte Name[pt]=Plasmóide do Latte Name[pt_BR]=Plasmoide do Latte Name[ru]=Виджет Latte Name[sv]=Latte Plasmoid Name[uk]=Плазмоїд Латте Name[x-test]=xxLatte Plasmoidxx Name[zh_CN]=Latte Plasmoid Name[zh_TW]=Latte Plasmoid Comment=Plasmoid from the Latte Dock Comment[ca]=Plasmoide del Latte Dock Comment[ca@valencia]=Plasmoide del Latte Dock Comment[cs]=Plasmoid z doku Latte Comment[da]=Plasmoid fra Latte-dokken Comment[de]=Latte-Starterbereich als Miniprogramm Comment[el]=Πρόσθετο της εφαρμογής Latte Comment[en_GB]=Plasmoid from the Latte Dock Comment[es]=Plasmoide de Latte Dock Comment[eu]=Plasmoidea Latte Docketik Comment[fi]=Latte-telakan sovelma Comment[gl]=Plasmoide da doca Latte. Comment[it]=Plasmoide da Latte Dock Comment[nl]=Plasmoid uit de Latte Dock Comment[nn]=Skjermeelement frå Latte-dokk Comment[pl]=Plazmoid dla doku Latte Comment[pt]=Plasmóide da Área Acoplável do Latte Comment[pt_BR]=Plasmoide do Latte Dock Comment[ru]=Виджет из Latte Dock Comment[sv]=Plasmoid för Latte dockningsfönster Comment[uk]=Плазмоїд для панелі Латте Comment[x-test]=xxPlasmoid from the Latte Dockxx Comment[zh_CN]=Latte 停靠栏的 Plasmoid Comment[zh_TW]=從 Latte Dock 而來的 Plasmoid Type=Service Icon=latte-dock X-KDE-ServiceTypes=Plasma/Applet X-Plasma-API=declarativeappletscript X-Plasma-MainScript=ui/main.qml X-Plasma-Provides=org.kde.plasma.multitasking X-KDE-PluginInfo-Author=Michail Vourlakos, Smith Ar X-KDE-PluginInfo-Email=mvourlakos@gmail.com, audoban@openmailbox.org X-KDE-PluginInfo-Name=org.kde.latte.plasmoid -X-KDE-PluginInfo-Version=0.8.7 +X-KDE-PluginInfo-Version=0.8.8 X-KDE-PluginInfo-Website=https://github.com/psifidotos/Latte-Dock X-KDE-PluginInfo-Category=Windows and Tasks X-KDE-PluginInfo-Depends=X-KDE-PluginInfo-License=GPL v2+ X-KDE-PluginInfo-EnabledByDefault=true diff --git a/shell/package/metadata.desktop b/shell/package/metadata.desktop index 75e22d72..f4d6709c 100644 --- a/shell/package/metadata.desktop +++ b/shell/package/metadata.desktop @@ -1,84 +1,84 @@ [Desktop Entry] Encoding=UTF-8 Name=Latte Shell Name[ca]=Intèrpret d'ordres del Latte Name[ca@valencia]=Intèrpret d'ordres del Latte Name[cs]=Shell Latte Name[da]=Latte-skal Name[de]=Latte-Shell Name[el]=Κέλυφος Latte Name[en_GB]=Latte Shell Name[es]=Consola de Latte Name[eu]=Latte Shell-a Name[fi]=Latte-käyttöliittymä Name[gl]=Intérprete de ordes de Latte Name[it]=shell Latte Name[nl]=Latte-shell Name[nn]=Latte-skal Name[pl]=Powłoka Latte Name[pt]=Consola do Latte Name[pt_BR]=Latte Shell Name[ru]=Оболочка Latte Name[sv]=Latte skal Name[uk]=Оболонка Латте Name[x-test]=xxLatte Shellxx Name[zh_CN]=Latte Shell Name[zh_TW]=Latte Shell Comment=Shell provided for the Latte Dock Comment[ca]=Intèrpret d'ordres proporcionat pel Latte Dock Comment[ca@valencia]=Intèrpret d'ordres proporcionat pel Latte Dock Comment[da]=Skal til Latte-dokken Comment[de]=Shell für Latte-Dock Comment[el]=Κέλυφος που παρέχεται από την εφαρμογή Latte Comment[en_GB]=Shell provided for the Latte Dock Comment[es]=Shell proporcionada para Latte Dock Comment[eu]=Shell-a Latte Dockentzat Comment[fi]=Latte-telakalle tarjottu käyttöliittymä Comment[gl]=Intérprete de ordes fornecido para a doca Latte. Comment[it]=Shell fornita per Latte Dock Comment[nl]=Shell geleverd voor de Latte Dock Comment[nn]=Skal frå Latte-dokk Comment[pl]=Powłoka dla doku Latte Comment[pt]=Consola oferecida para a área acoplável do Latte Comment[pt_BR]=Shell fornecido pelo Latte Dock Comment[ru]=Оболочка для Latte Dock Comment[sv]=Skal tillhandahållet för Latte dockningsfönster Comment[uk]=Оболонка панелі Латте Comment[x-test]=xxShell provided for the Latte Dockxx Comment[zh_CN]=用于 Latte 停靠栏的 Shell Comment[zh_TW]=由 Latte Dock 提供的 Shell Keywords=shell Keywords[ca]=intèrpret d'ordres Keywords[ca@valencia]=intèrpret d'ordres Keywords[da]=skal Keywords[de]=Shell Keywords[el]=κέλυφος Keywords[en_GB]=shell Keywords[es]=consola Keywords[eu]=shell Keywords[fi]=käyttöliittymä Keywords[gl]=intérprete de ordes Keywords[it]=shell Keywords[nl]=shell Keywords[nn]=skal Keywords[pl]=powłoka Keywords[pt]=consola Keywords[pt_BR]=shell Keywords[ru]=оболочка Keywords[sk]=shell Keywords[sv]=skal Keywords[uk]=оболонка Keywords[x-test]=xxshellxx Keywords[zh_CN]=shell Keywords[zh_TW]=shell Type=Service X-KDE-ServiceTypes=Plasma/Shell X-KDE-ParentApp=latte-dock X-KDE-PluginInfo-Author=Michail Vourlakos, Smith Ar X-KDE-PluginInfo-Email=mvourlakos@gmail.com, audoban@openmailbox.org X-KDE-PluginInfo-License=GPLv3+ X-KDE-PluginInfo-Name=org.kde.latte.shell -X-KDE-PluginInfo-Version=0.8.7 +X-KDE-PluginInfo-Version=0.8.8 X-KDE-PluginInfo-Website=https://github.com/psifidotos/Latte-Dock