mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
bin: kwinwrapper -> startplasmamobile
This commit is contained in:
parent
7ae40ec495
commit
b020230cd7
3 changed files with 4 additions and 4 deletions
|
|
@ -2,8 +2,8 @@
|
||||||
# SPDX-FileCopyrightText: 2020 Jonah Brüchert <jbb@kaidan.im>
|
# SPDX-FileCopyrightText: 2020 Jonah Brüchert <jbb@kaidan.im>
|
||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
configure_file(kwinwrapper.in ${CMAKE_CURRENT_BINARY_DIR}/kwinwrapper)
|
configure_file(startplasmamobile.in ${CMAKE_CURRENT_BINARY_DIR}/startplasmamobile)
|
||||||
install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/kwinwrapper DESTINATION ${KDE_INSTALL_BINDIR})
|
install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/startplasmamobile DESTINATION ${KDE_INSTALL_BINDIR})
|
||||||
|
|
||||||
configure_file(plasma-mobile.desktop.cmake ${CMAKE_CURRENT_BINARY_DIR}/plasma-mobile.desktop)
|
configure_file(plasma-mobile.desktop.cmake ${CMAKE_CURRENT_BINARY_DIR}/plasma-mobile.desktop)
|
||||||
install(FILES
|
install(FILES
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,8 @@
|
||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Exec=@CMAKE_INSTALL_FULL_LIBEXECDIR@/plasma-dbus-run-session-if-needed ${CMAKE_INSTALL_FULL_BINDIR}/kwinwrapper
|
Exec=@CMAKE_INSTALL_FULL_LIBEXECDIR@/plasma-dbus-run-session-if-needed ${CMAKE_INSTALL_FULL_BINDIR}/startplasmamobile
|
||||||
TryExec=${CMAKE_INSTALL_FULL_BINDIR}/kwinwrapper
|
TryExec=${CMAKE_INSTALL_FULL_BINDIR}/startplasmamobile
|
||||||
DesktopNames=KDE
|
DesktopNames=KDE
|
||||||
Name=Plasma Mobile
|
Name=Plasma Mobile
|
||||||
Name[ast]=Plasma Mobile
|
Name[ast]=Plasma Mobile
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue