bin: kwinwrapper -> startplasmamobile

This commit is contained in:
Devin Lin 2022-06-27 12:04:54 -04:00
parent 7ae40ec495
commit b020230cd7
3 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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