mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 10:32:13 +08:00
first trial to patch konsole 4.9 for chakra settings again
This commit is contained in:
parent
b146f9cf3b
commit
1570be0f85
@ -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} \
|
||||
|
20
kde-baseapps-konsole/Shell_new.diff
Normal file
20
kde-baseapps-konsole/Shell_new.diff
Normal 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
|
Loading…
Reference in New Issue
Block a user