Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
KGet
Commits
01a6512e
Commit
01a6512e
authored
Dec 07, 2021
by
Alexander Lohnau
💬
Browse files
Port service menus to new install location
Task:
https://phabricator.kde.org/T14543
parent
f9a9b5cf
Pipeline
#106533
failed with stage
in 30 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
01a6512e
...
...
@@ -9,7 +9,7 @@ set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_
project
(
kget VERSION
${
RELEASE_SERVICE_VERSION
}
)
set
(
REQUIRED_QT_VERSION
"5.15.0"
)
set
(
KF5_VERSION
"5.8
3
.0"
)
set
(
KF5_VERSION
"5.8
5
.0"
)
find_package
(
ECM
${
KF5_VERSION
}
REQUIRED NO_MODULE
)
...
...
desktop/CMakeLists.txt
View file @
01a6512e
...
...
@@ -2,8 +2,7 @@
configure_file
(
org.kde.kget.desktop.cmake
${
CMAKE_CURRENT_BINARY_DIR
}
/org.kde.kget.desktop
)
install
(
PROGRAMS
${
CMAKE_CURRENT_BINARY_DIR
}
/org.kde.kget.desktop DESTINATION
${
KDE_INSTALL_APPDIR
}
)
install
(
FILES kget_download.desktop DESTINATION
${
KDE_INSTALL_KSERVICES5DIR
}
/ServiceMenus
)
install
(
PROGRAMS kget_download.desktop DESTINATION
${
KDE_INSTALL_DATADIR
}
/kio/servicemenus
)
# For DBus activation:
configure_file
(
org.kde.kget.service.in
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment