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
PIM
Akonadi
Commits
2cf0db70
Commit
2cf0db70
authored
Jan 23, 2021
by
Laurent Montel
😁
Browse files
Use KDE_INSTALL_MIMEDIR instead of custom XDG_MIME_INSTALL_DIR
parent
3120ea30
Pipeline
#48395
passed with stage
in 12 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
2cf0db70
...
...
@@ -343,8 +343,8 @@ endif()
############### install stuff ###############
install
(
FILES akonadi-mime.xml DESTINATION
${
XDG_MIM
E_INSTALL_DIR
}
)
update_xdg_mimetypes
(
${
XDG_MIM
E_INSTALL_DIR
}
)
install
(
FILES akonadi-mime.xml DESTINATION
${
KD
E_INSTALL_
MIME
DIR
}
)
update_xdg_mimetypes
(
${
KD
E_INSTALL_
MIME
DIR
}
)
############### CMake Config Files ###############
...
...
Write
Preview
Supports
Markdown
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