diff --git a/CMakeLists.txt b/CMakeLists.txt index aaae1ab9..d7ef4044 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,42 +1,44 @@ project(breeze) set(PROJECT_VERSION "5.4.90") set(PROJECT_VERSION_MAJOR 5) cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) include(WriteBasicConfigVersionFile) include(FeatureSummary) if(USE_KDE4) add_subdirectory(kstyle) else() find_package(ECM 0.0.9 REQUIRED NO_MODULE) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) include(ECMInstallIcons) include(KDEInstallDirs) include(KDECMakeSettings) include(KDECompilerSettings) include(GenerateExportHeader) add_subdirectory(cursors) add_subdirectory(icons) add_subdirectory(icons-dark) add_subdirectory(kdecoration) add_subdirectory(kstyle) add_subdirectory(misc) add_subdirectory(qtquickcontrols) add_subdirectory(wallpapers) INSTALL(FILES colors/Breeze.colors DESTINATION ${DATA_INSTALL_DIR}/color-schemes/) INSTALL(FILES colors/BreezeDark.colors DESTINATION ${DATA_INSTALL_DIR}/color-schemes/) INSTALL(FILES colors/BreezeHighContrast.colors DESTINATION ${DATA_INSTALL_DIR}/color-schemes/) + find_package(KF5Plasma CONFIG REQUIRED) + plasma_install_package(lookandfeel.dark org.kde.breezedark.desktop look-and-feel lookandfeel) if(EXISTS ${CMAKE_SOURCE_DIR}/po AND IS_DIRECTORY ${CMAKE_SOURCE_DIR}/po) find_package(KF5I18n CONFIG REQUIRED) ki18n_install(po) endif() endif() feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES) message(" * Orion theme for GTK 2 and 3 will be set by gtkbreeze kconf_update binary," " please install or add a runtime dependency to packages. https://github.com/shimmerproject/Orion") diff --git a/lookandfeel.dark/contents/defaults b/lookandfeel.dark/contents/defaults new file mode 100644 index 00000000..b491d470 --- /dev/null +++ b/lookandfeel.dark/contents/defaults @@ -0,0 +1,20 @@ +[kdeglobals][KDE] +widgetStyle=Breeze + +[kdeglobals][General] +ColorScheme=Breeze Dark + +[kdeglobals][Icons] +Theme=breeze-dark + +[plasmarc][Theme] +name=breeze-dark + +[kcminputrc][Mouse] +cursorTheme=breeze_cursors + +[kwinrc][WindowSwitcher] +LayoutName=org.kde.breeze.desktop + +[kwinrc][DesktopSwitcher] +LayoutName=org.kde.breeze.desktop diff --git a/lookandfeel.dark/contents/previews/preview.png b/lookandfeel.dark/contents/previews/preview.png new file mode 100644 index 00000000..61a80a0f Binary files /dev/null and b/lookandfeel.dark/contents/previews/preview.png differ diff --git a/lookandfeel.dark/metadata.desktop b/lookandfeel.dark/metadata.desktop new file mode 100644 index 00000000..05150471 --- /dev/null +++ b/lookandfeel.dark/metadata.desktop @@ -0,0 +1,16 @@ +[Desktop Entry] +Comment=Breeze Dark Desktop Design Language by the KDE VDG +Encoding=UTF-8 +Name=Breeze Dark +Type=Service + +X-KDE-ServiceTypes=Plasma/LookAndFeel +X-KDE-ParentApp= +X-KDE-PluginInfo-Author=KDE Visual Design Group +X-KDE-PluginInfo-Category= +X-KDE-PluginInfo-Email=plasma-devel@kde.org +X-KDE-PluginInfo-License=GPLv2+ +X-KDE-PluginInfo-Name=org.kde.breezedark.desktop +X-KDE-PluginInfo-Version=2.0 +X-KDE-PluginInfo-Website=http://www.kde.org +X-Plasma-MainScript=defaults