mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 02:54:36 +08:00
kde-baseapps-konsole: Rename to konsole
This commit is contained in:
parent
de582f9964
commit
9411cc01ac
@ -1,52 +0,0 @@
|
||||
# Maintainer: H W Tovetjärn (totte) <totte@tott.es>
|
||||
# Contributors: Manuel Tortosa <manutortosa@chakra-project.org>
|
||||
|
||||
|
||||
|
||||
# Maintainer Manuel Tortosa <manutortosa@chakra-project@org>
|
||||
|
||||
# Include global configuration
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=kde-baseapps-konsole
|
||||
_pkgname=konsole
|
||||
pkgver=${_kdever}
|
||||
pkgrel=3
|
||||
pkgdesc="KDE Terminal"
|
||||
url='http://kde.org/applications/system/konsole/'
|
||||
screenshot="http://userbase.kde.org/images.userbase/6/64/Konsole-KDE4.png"
|
||||
arch=('x86_64')
|
||||
license=('GPL' 'LGPL' 'FDL')
|
||||
depends=("kde-runtime>=${_kdever}" "kde-baseapps>=${_kdever}")
|
||||
makedepends=('cmake' 'automoc4')
|
||||
groups=('kde' 'kde-baseapps' 'kde-uninstall')
|
||||
provides=('kdebase-konsole' 'konsole')
|
||||
conflicts=('kdebase-konsole')
|
||||
replaces=('kdebase-konsole')
|
||||
categories=('system')
|
||||
options=('docs' '!header' 'debug' 'log')
|
||||
|
||||
source=("$_mirror/${_pkgname}-$_kdever.tar.xz"
|
||||
"Shell_new.diff")
|
||||
sha256sums=(`grep ${_pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`
|
||||
'c7bd227cd60cd656501ca01f3fd4aa838544b38c')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${_pkgname}-${pkgver}
|
||||
|
||||
patch -p1 -i ${srcdir}/Shell_new.diff
|
||||
|
||||
msg "starting build ..."
|
||||
cmake . -DCMAKE_BUILD_TYPE=${_build_type} \
|
||||
-DCMAKE_INSTALL_PREFIX=${_installprefix} \
|
||||
-DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed'
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd ${srcdir}/${_pkgname}-${pkgver}
|
||||
make DESTDIR="${pkgdir}" install
|
||||
|
||||
}
|
||||
sha256sums=('029c15c7daca7344013360666d1437ac9de06cb87888292f5ad93ecb3e6239c5'
|
||||
'3a3f0fbc43cbeef19fecc5d6602ac97ff9982990a22b933e0f7c8333559e9d8e')
|
@ -1,20 +0,0 @@
|
||||
--- 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
|
@ -1,24 +0,0 @@
|
||||
diff -Naur kdebase-4.3.80.orig/apps/konsole/data/profiles/Shell.profile kdebase-4.3.80/apps/konsole/data/profiles/Shell.profile
|
||||
--- kdebase-4.3.80.orig/apps/konsole/data/profiles/Shell.profile 2009-11-21 10:43:48.000000000 +0100
|
||||
+++ kdebase-4.3.80/apps/konsole/data/profiles/Shell.profile 2009-12-06 20:45:03.000000000 +0100
|
||||
@@ -174,13 +174,18 @@
|
||||
LocalTabTitleFormat=%D : %n
|
||||
RemoteTabTitleFormat=(%u) %H
|
||||
|
||||
+[General]
|
||||
+ShowNewAndCloseTabButtons=true
|
||||
+
|
||||
[Appearance]
|
||||
+AntiAliasFonts=true
|
||||
ColorScheme=Linux
|
||||
+Font=Bitstream Vera Sans Mono,10,-1,0,75,0,0,0,0,0
|
||||
|
||||
[Scrolling]
|
||||
-ScrollMode=FixedLineCount
|
||||
-ScrollLineCount=1000
|
||||
+HistoryMode=2
|
||||
|
||||
[Terminal Features]
|
||||
+BlinkingCursorEnabled=true
|
||||
BidiRenderingEnabled=true
|
||||
|
Loading…
Reference in New Issue
Block a user