mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-06-25 07:37:42 +00:00
Compare commits
2 commits
ddc2e4cb81
...
5c5d962b34
| Author | SHA1 | Date | |
|---|---|---|---|
| 5c5d962b34 | |||
| 7494733ca5 |
5 changed files with 10 additions and 3 deletions
|
|
@ -11,3 +11,7 @@ Files: HACKING.md
|
||||||
Copyright: Plasma-Mobile contributors
|
Copyright: Plasma-Mobile contributors
|
||||||
License: CC-BY-SA-4.0
|
License: CC-BY-SA-4.0
|
||||||
|
|
||||||
|
Files: Nebra.code-workspace
|
||||||
|
Copyright: Shift contributors
|
||||||
|
License: CC0-1.0
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -112,7 +112,7 @@ set_package_properties(PlasmaWaylandProtocols PROPERTIES
|
||||||
|
|
||||||
find_package(LibKWorkspace CONFIG REQUIRED)
|
find_package(LibKWorkspace CONFIG REQUIRED)
|
||||||
find_package(Libudev REQUIRED)
|
find_package(Libudev REQUIRED)
|
||||||
find_package(SDL3 REQUIRED)
|
find_package(SDL3)
|
||||||
|
|
||||||
find_package(KWinDBusInterface)
|
find_package(KWinDBusInterface)
|
||||||
set_package_properties(KWinDBusInterface PROPERTIES DESCRIPTION "KWin DBus interface"
|
set_package_properties(KWinDBusInterface PROPERTIES DESCRIPTION "KWin DBus interface"
|
||||||
|
|
|
||||||
|
|
@ -14,4 +14,6 @@ add_subdirectory(wallpaperimageplugin)
|
||||||
add_subdirectory(dpmsplugin)
|
add_subdirectory(dpmsplugin)
|
||||||
add_subdirectory(screenbrightnessplugin)
|
add_subdirectory(screenbrightnessplugin)
|
||||||
add_subdirectory(raiselockscreenplugin)
|
add_subdirectory(raiselockscreenplugin)
|
||||||
|
if(SDL3_FOUND)
|
||||||
add_subdirectory(gamingshellplugin)
|
add_subdirectory(gamingshellplugin)
|
||||||
|
endif()
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
# SPDX-FileCopyrightText: 2026 Marco Allegretti
|
# SPDX-FileCopyrightText: 2026 Marco Allegretti
|
||||||
# SPDX-License-Identifier: EUPL-1.2
|
# SPDX-License-Identifier: EUPL-1.2
|
||||||
|
|
||||||
find_package(SDL3 REQUIRED)
|
|
||||||
find_package(Qt6 REQUIRED COMPONENTS Sql DBus)
|
find_package(Qt6 REQUIRED COMPONENTS Sql DBus)
|
||||||
|
|
||||||
ecm_add_qml_module(gamingshellplugin URI org.kde.plasma.private.mobileshell.gamingshellplugin GENERATE_PLUGIN_SOURCE)
|
ecm_add_qml_module(gamingshellplugin URI org.kde.plasma.private.mobileshell.gamingshellplugin GENERATE_PLUGIN_SOURCE)
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
<!-- SPDX-FileCopyrightText: 2026 Shift contributors -->
|
||||||
|
<!-- SPDX-License-Identifier: GPL-2.0-or-later -->
|
||||||
<svg viewBox="0 0 96 96" xmlns="http://www.w3.org/2000/svg">
|
<svg viewBox="0 0 96 96" xmlns="http://www.w3.org/2000/svg">
|
||||||
<!-- top-left circle -->
|
<!-- top-left circle -->
|
||||||
<circle cx="16" cy="16" r="16" fill="#FBFBFB"/>
|
<circle cx="16" cy="16" r="16" fill="#FBFBFB"/>
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 401 B After Width: | Height: | Size: 509 B |
Loading…
Reference in a new issue