Tidy up the structure of the mysterious 'other' Konsole data directory. Put keyboard layouts, colour schemes and session types in their own respective directories. Everything is still installed to the same folder at the moment.
svn path=/branches/work/konsole-split-view/; revision=618302wilder-portage
parent
242e18a98a
commit
1343a6d748
36 changed files with 18 additions and 12 deletions
@ -1,12 +1,13 @@ |
||||
|
||||
add_subdirectory( icons ) |
||||
|
||||
add_subdirectory( color-schemes ) |
||||
add_subdirectory( keyboard-layouts ) |
||||
add_subdirectory( sessions ) |
||||
|
||||
|
||||
########### install files ############### |
||||
|
||||
install( FILES 2shells 3shells 4shells 5shells DESTINATION ${DATA_INSTALL_DIR}/konsole/profiles ) |
||||
install( FILES BlackOnLightColor.schema BlackOnLightYellow.schema BlackOnWhite.schema Example.Schema GreenOnBlack.schema WhiteOnBlack.schema README.default.Schema syscolor.schema Linux.schema XTerm.schema vim.schema DarkPicture.schema LightPicture.schema Transparent.schema GreenTint.schema Transparent_MC.schema GreenTint_MC.schema Transparent_lightbg.schema Transparent_darkbg.schema linux.desktop mc.desktop shell.desktop su.desktop sumc.desktop linux.keytab vt100.keytab vt420pc.keytab x11r5.keytab solaris.keytab README.Schema README.KeyTab README.default.Keytab screen.desktop DESTINATION ${DATA_INSTALL_DIR}/konsole ) |
||||
|
||||
kde4_install_icons( ${ICON_INSTALL_DIR} ) |
||||
|
||||
|
||||
Loading…
Reference in new issue