mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 05:24:43 +08:00
Clean-up
This commit is contained in:
parent
b1ec7396e5
commit
558176f28e
@ -7,9 +7,6 @@
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
#
|
||||
# package info
|
||||
#
|
||||
pkgname=kde-baseapps-konsole
|
||||
_pkgname=konsole
|
||||
pkgver=${_kdever}
|
||||
@ -17,7 +14,7 @@ pkgrel=1
|
||||
pkgdesc="KDE Terminal"
|
||||
url='http://kde.org/applications/system/konsole/'
|
||||
screenshot="http://userbase.kde.org/images.userbase/6/64/Konsole-KDE4.png"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
license=('GPL' 'LGPL' 'FDL')
|
||||
depends=("kde-runtime>=${_kdever}" "kde-baseapps>=${_kdever}")
|
||||
makedepends=('cmake' 'automoc4')
|
||||
|
@ -7,19 +7,16 @@
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
#
|
||||
# package info
|
||||
#
|
||||
pkgname=('kde-baseapps-kwrite')
|
||||
_pkgname=kate
|
||||
pkgver=${_kdever}
|
||||
pkgrel=1
|
||||
url="http://kde.org/"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
license=('GPL' 'LGPL' 'FDL')
|
||||
pkgdesc="Text Editor"
|
||||
depends=("kde-runtime>=${_kdever}" 'kdesdk-kate')
|
||||
makedepends=("kdelibs>=${_kdever}" 'cmake' 'automoc4' 'docbook-xsl')
|
||||
makedepends=("kdelibs>=${_kdever}" 'cmake' 'automoc4' 'docbook-xsl' "kdebindings-pykde4>=${_kdever}")
|
||||
groups=('kde' 'kde-baseapps' 'kde-uninstall')
|
||||
provides=('kdebase-kwrite' 'kwrite')
|
||||
replaces=('kdebase-kwrite')
|
||||
@ -27,7 +24,8 @@ install='kde-baseapps-kwrite.install'
|
||||
source=("$_mirror/${_pkgname}-$_kdever.tar.xz"
|
||||
'pkgbuild-syntax-highlight.patch')
|
||||
md5sums=(`grep ${_pkgname}-$_kdever.tar.xz ../kde-sc.md5 | cut -d" " -f1`
|
||||
'bb189857e6d917ee8f9ecebab38c1b70')
|
||||
'8bd4ccaf58c40b8020c37228659f9f21')
|
||||
|
||||
options=('docs' '!splithdr' 'splitdbg' 'log')
|
||||
|
||||
build() {
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- kate-4.7.80/part/syntax/data/bash.xml~ 2011-11-20 06:14:30.581097154 +0000
|
||||
+++ kate-4.7.80/part/syntax/data/bash.xml 2011-11-20 06:14:45.494553146 +0000
|
||||
--- kate-4.9.80/part/syntax/data/bash.xml~ 2012-11-16 16:53:27.599718819 +0000
|
||||
+++ kate-4.9.80/part/syntax/data/bash.xml 2012-11-16 16:54:27.549287684 +0000
|
||||
@@ -8,7 +8,7 @@
|
||||
<!ENTITY noword "(?![\w$+-])"> <!-- no word, $, + or - following -->
|
||||
<!ENTITY pathpart "([\w_@.%*?+-]|\\ )"> <!-- valid character in a file name -->
|
||||
]>
|
||||
-<language name="Bash" version="2.14" kateversion="2.4" section="Scripts" extensions="*.sh;*.bash;*.ebuild;*.eclass;.bashrc;.bash_profile;.bash_login;.profile" mimetype="application/x-shellscript" casesensitive="1" author="Wilbert Berendsen (wilbert@kde.nl)" license="LGPL">
|
||||
+<language name="Bash" version="2.14" kateversion="2.4" section="Scripts" extensions="*.sh;*.bash;*.ebuild;*.eclass;.bashrc;.bash_profile;.bash_login;.profile;PKGBUILD" mimetype="application/x-shellscript" casesensitive="1" author="Wilbert Berendsen (wilbert@kde.nl)" license="LGPL">
|
||||
|
||||
-<language name="Bash" version="2.15" kateversion="2.4" section="Scripts" extensions="*.sh;*.bash;*.ebuild;*.eclass;.bashrc;.bash_profile;.bash_login;.profile" mimetype="application/x-shellscript" casesensitive="1" author="Wilbert Berendsen (wilbert@kde.nl)" license="LGPL">
|
||||
+<language name="Bash" version="2.15" kateversion="2.4" section="Scripts" extensions="*.sh;*.bash;*.ebuild;*.eclass;.bashrc;.bash_profile;.bash_login;.profile;PKGBUILD" mimetype="application/x-shellscript" casesensitive="1" author="Wilbert Berendsen (wilbert@kde.nl)" license="LGPL">
|
||||
|
||||
<!-- (c) 2004 by Wilbert Berendsen (wilbert@kde.nl)
|
||||
Changes by Matthew Woehlke (mw_triad@users.sourceforge.net)
|
||||
|
Loading…
Reference in New Issue
Block a user