mirror of
https://github.com/KDE/konsole.git
synced 2025-12-23 23:38:08 -05:00
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:
committed by
Kurt Hindenburg
parent
b94f2c5cde
commit
02e4fbec97
@@ -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})
|
||||
@@ -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
28
data/data.qrc
Normal 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>
|
||||
@@ -1,7 +0,0 @@
|
||||
install( FILES
|
||||
default.keytab
|
||||
linux.keytab
|
||||
macos.keytab
|
||||
solaris.keytab
|
||||
DESTINATION
|
||||
${KDE_INSTALL_DATADIR}/konsole )
|
||||
@@ -1,6 +0,0 @@
|
||||
install (FILES
|
||||
1x2-terminals.json
|
||||
2x1-terminals.json
|
||||
2x2-terminals.json
|
||||
DESTINATION
|
||||
${KDE_INSTALL_DATADIR}/konsole)
|
||||
Reference in New Issue
Block a user