Bundle more file in resources

make deployment easier; like katepart or okularpart the ideal
is that just the .so is enough to work

This is just the start, will need to bundle more parts.
At the moment even many keys don't work if you just bundle the part.
This commit is contained in:
Christoph Cullmann
2024-06-05 22:18:19 +00:00
committed by Kurt Hindenburg
parent b94f2c5cde
commit 02e4fbec97
12 changed files with 59 additions and 66 deletions

View File

@@ -1,7 +0,0 @@
add_subdirectory( color-schemes )
add_subdirectory( keyboard-layouts )
add_subdirectory( layouts )
install( FILES konsole.knsrc DESTINATION ${KDE_INSTALL_KNSRCDIR})
install(FILES konsolerc DESTINATION ${KDE_INSTALL_CONFDIR})

View File

@@ -1,18 +0,0 @@
# Note some color schemes are deliberately not installed
# at present
install( FILES
BlackOnLightYellow.colorscheme
BlackOnRandomLight.colorscheme
BlackOnWhite.colorscheme
BlueOnBlack.colorscheme
Breeze.colorscheme
GreenOnBlack.colorscheme
WhiteOnBlack.colorscheme
Linux.colorscheme
DarkPastels.colorscheme
RedOnBlack.colorscheme
Solarized.colorscheme
SolarizedLight.colorscheme
DESTINATION
${KDE_INSTALL_DATADIR}/konsole )

28
data/data.qrc Normal file
View File

@@ -0,0 +1,28 @@
<!DOCTYPE RCC>
<RCC version="1.0">
<qresource prefix="/kconfig">
<file>konsolerc</file>
</qresource>
<qresource prefix="/konsole">
<file>konsole.knsrc</file>
<file>color-schemes/BlackOnLightYellow.colorscheme</file>
<file>color-schemes/BlackOnRandomLight.colorscheme</file>
<file>color-schemes/BlackOnWhite.colorscheme</file>
<file>color-schemes/BlueOnBlack.colorscheme</file>
<file>color-schemes/Breeze.colorscheme</file>
<file>color-schemes/GreenOnBlack.colorscheme</file>
<file>color-schemes/WhiteOnBlack.colorscheme</file>
<file>color-schemes/Linux.colorscheme</file>
<file>color-schemes/DarkPastels.colorscheme</file>
<file>color-schemes/RedOnBlack.colorscheme</file>
<file>color-schemes/Solarized.colorscheme</file>
<file>color-schemes/SolarizedLight.colorscheme</file>
<file>keyboard-layouts/default.keytab</file>
<file>keyboard-layouts/linux.keytab</file>
<file>keyboard-layouts/macos.keytab</file>
<file>keyboard-layouts/solaris.keytab</file>
<file>layouts/1x2-terminals.json</file>
<file>layouts/2x1-terminals.json</file>
<file>layouts/2x2-terminals.json</file>
</qresource>
</RCC>

View File

@@ -1,7 +0,0 @@
install( FILES
default.keytab
linux.keytab
macos.keytab
solaris.keytab
DESTINATION
${KDE_INSTALL_DATADIR}/konsole )

View File

@@ -1,6 +0,0 @@
install (FILES
1x2-terminals.json
2x1-terminals.json
2x2-terminals.json
DESTINATION
${KDE_INSTALL_DATADIR}/konsole)