kde 4.9.97 build, added deps, 2 new tars, patches removed

This commit is contained in:
abveritas 2013-01-04 04:55:08 +00:00
parent 6c909ccb1d
commit ccc6eaaa5d
5 changed files with 8 additions and 22 deletions

View File

@ -21,18 +21,14 @@ groups=('kde' 'kde-baseapps' 'kde-uninstall')
provides=('kdebase-kwrite' 'kwrite')
replaces=('kdebase-kwrite')
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`
'8bd4ccaf58c40b8020c37228659f9f21')
source=("$_mirror/${_pkgname}-$_kdever.tar.xz")
md5sums=(`grep ${_pkgname}-$_kdever.tar.xz ../kde-sc.md5 | cut -d" " -f1`)
options=('docs' '!splithdr' 'splitdbg' 'log')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}
patch -p1 -i "${srcdir}"/pkgbuild-syntax-highlight.patch
rm -rf build
mkdir build && cd build

View File

@ -1,11 +0,0 @@
--- 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_@.&#37;*?+-]|\\ )"> <!-- valid character in a file name -->
]>
-<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)

View File

@ -23,7 +23,8 @@ license=('GPL' 'LGPL' 'FDL')
options=('docs' '!splithdr' 'splitdbg' 'log')
makedepends=("kde-workspace>=${_kdever}" 'pkg-config' 'cmake' 'automoc4' 'libraw1394' 'ruby' 'tidyhtml' 'docbook-xsl')
makedepends=("kde-workspace>=${_kdever}" 'pkg-config' 'cmake' 'automoc4' 'libraw1394' 'ruby'
'tidyhtml' 'docbook-xsl' 'nepomuk-widgets')
source=("$_mirror/${pkgbase}-$_kdever.tar.xz"
"http://www.kde-apps.org/CONTENT/content-files/99752-kde_cdemu-0.3.1.tar.bz2")
@ -45,7 +46,7 @@ build() {
package_kde-baseapps() {
pkgdesc="KDE Base Applications"
depends=("kde-runtime>=${_kdever}" 'libraw1394')
depends=("kde-runtime>=${_kdever}" 'libraw1394' 'nepomuk-widgets')
optdepends=("cdemu-client: Support transparent CD/DVD image mounting in KDE")
conflicts=("kdebase" 'kde-baseapps-doc')
replaces=('kdebase' 'kde-baseapps-doc')

View File

@ -21,7 +21,7 @@ ad48c12c94af103805795a9d661c4d88 kactivities-4.9.97.tar.xz
087047d83a17423d3591eddc47043982 kamera-4.9.97.tar.xz
dcadd88a7e2117c592539ced4a875ef9 kanagram-4.9.97.tar.xz
f55d0da58f94497f865b60c823153aea kapman-4.9.97.tar.xz
8ee61aa2f7e684ce94ed653c8bffb68c kate-4.9.97.tar.xz
f15c4614f051f0c6a5c77138f3af2ac2 kate-4.9.97.tar.xz
91d2ba9cf88bc423d578e053dfb515f4 katomic-4.9.97.tar.xz
70c28f8733ab654d3a3826689c9e0e90 kblackbox-4.9.97.tar.xz
9e1e509088495090781e544380c34111 kblocks-4.9.97.tar.xz
@ -129,7 +129,7 @@ a1a7c3621fe8016696308aa143a052de parley-4.9.97.tar.xz
ab569ec5d541a757d6849f83c8e0f311 perlqt-4.9.97.tar.xz
c3e84a537b459d8dbbe0e5c36292cb65 picmi-4.9.97.tar.xz
755754750f282ef8a33a16e1e12a459c print-manager-4.9.97.tar.xz
75ccbf7f5b34f735a0fbee17669a27f5 pykde4-4.9.97.tar.xz
b27f863387a354cdd93dc770d332bb5d pykde4-4.9.97.tar.xz
e519c69a5ccc6070511d73dc6acc95b2 qtruby-4.9.97.tar.xz
43a52476274f5291143bddfd845af2f0 qyoto-4.9.97.tar.xz
7cb3502450a4886153d3eeb79443a2b1 rocs-4.9.97.tar.xz

View File

@ -29,7 +29,7 @@ options=('docs' '!splithdr' 'splitdbg' 'log')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}
patch -p1 -i "${srcdir}"/pkgbuild-syntax-highlight.patch
#patch -p1 -i "${srcdir}"/pkgbuild-syntax-highlight.patch
rm -rf build
mkdir build && cd build