first trial to patch konsole 4.9 for chakra settings again

This commit is contained in:
abveritas 2012-09-04 01:25:34 +00:00
parent b146f9cf3b
commit 1570be0f85
2 changed files with 24 additions and 4 deletions

View File

@ -13,7 +13,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=kde-baseapps-konsole
_pkgname=konsole
pkgver=${_kdever}
pkgrel=1
pkgrel=2
pkgdesc="KDE Terminal"
url='http://kde.org/applications/system/konsole/'
screenshot="http://userbase.kde.org/images.userbase/6/64/Konsole-KDE4.png"
@ -29,15 +29,15 @@ categories=('system')
options=('docs' '!splithdr' 'splitdbg' 'log')
source=("$_mirror/${_pkgname}-$_kdever.tar.xz"
"konsole_defaults.patch")
"Shell_new.diff")
md5sums=(`grep ${_pkgname}-$_kdever.tar.xz ../kde-sc.md5 | cut -d" " -f1`
'c2709d856ec8aa16329c65a759611ba0')
'56a4c03c72b14ffab92dd38f0e9e4a08')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}
# Fixme: addapt this patch to 4.9
# patch -Np2 -i ${srcdir}/konsole_defaults.patch || return 1
patch -p1 -i ${srcdir}/Shell_new.diff
msg "starting build ..."
cmake . -DCMAKE_BUILD_TYPE=${_build_type} \

View File

@ -0,0 +1,20 @@
--- a/data/profiles/Shell.profile 2012-08-13 05:24:27.000000000 -0400
+++ b/data/profiles/Shell.profile 2012-09-03 19:15:44.689246940 -0400
@@ -170,3 +170,17 @@
Comment[x-test]=xxKonsole default profilexx
Comment[zh_CN]=Konsole 默认配置
Comment[zh_TW]=Konsole 預設設定檔
+
+ShowNewAndCloseTabButtons=true
+
+[Appearance]
+AntiAliasFonts=true
+ColorScheme=Linux
+Font=Bitstream Vera Sans Mono,10,-1,0,75,0,0,0,0,0
+
+[Scrolling]
+HistoryMode=2
+
+[Terminal Features]
+BlinkingCursorEnabled=true
+BidiRenderingEnabled=true