Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Workspace
Commits
5926da56
Commit
5926da56
authored
Oct 25, 2020
by
Andrey Butirsky
Browse files
fix: components dir content is duplicated for sddm
preserve symlink on install
parent
97515dfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
5926da56
...
...
@@ -178,8 +178,8 @@ if (INSTALL_SDDM_THEME)
install
(
DIRECTORY sddm-theme/ DESTINATION
${
KDE_INSTALL_FULL_DATADIR
}
/sddm/themes/breeze PATTERN
"README.txt"
EXCLUDE PATTERN
"components"
EXCLUDE PATTERN
"dummydata"
EXCLUDE
PATTERN
"theme.conf.cmake"
EXCLUDE
)
install
(
FILES
${
CMAKE_CURRENT_BINARY_DIR
}
/sddm-theme/theme.conf DESTINATION
${
KDE_INSTALL_FULL_DATADIR
}
/sddm/themes/breeze
)
install
(
DIRECTORY lookandfeel/contents/components DESTINATION
${
KDE_INSTALL_FULL_DATADIR
}
/sddm/themes/breeze PATTERN
"README.txt"
EXCLUDE
)
file
(
RELATIVE_PATH relpath
${
KDE_INSTALL_FULL_DATADIR
}
/sddm/themes/breeze
${
KDE_INSTALL_FULL_DATADIR
}
/plasma/look-and-feel/org.kde.breeze.desktop/contents/components
)
file
(
CREATE_LINK
${
relpath
}
${
KDE_INSTALL_FULL_DATADIR
}
/sddm/themes/breeze/components SYMBOLIC
)
endif
()
add_definitions
(
-DQT_NO_URL_CAST_FROM_STRING
)
...
...
Nate Graham
@ngraham
mentioned in commit
9d673e92
·
Oct 27, 2020
mentioned in commit
9d673e92
mentioned in commit 9d673e920ef5d661619fdb38cfb1bfd3a3631fc1
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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