[arch-commits] Commit in kdebase/trunk (PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Fri May 16 13:21:26 UTC 2008
Date: Friday, May 16, 2008 @ 09:21:25
Author: pierre
Revision: 1756
upgpkg: kdebase 3.5.9-2
source correct zsh profile; fixes bug #8946
Modified:
kdebase/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-05-16 13:04:33 UTC (rev 1755)
+++ PKGBUILD 2008-05-16 13:21:25 UTC (rev 1756)
@@ -5,7 +5,7 @@
pkgname=kdebase
pkgver=3.5.9
kdever=3.5.9 # if minor 0, then without .0
-pkgrel=1
+pkgrel=2
pkgdesc="KDE Base Programs."
arch=(i686 x86_64)
url="http://www.kde.org"
@@ -25,7 +25,7 @@
# parallel builds break kcontrol and whatnot
options=(!makeflags)
source=(ftp://$mirror/stable/$kdever/src/$pkgname-$pkgver.tar.bz2
- tango.diff kdm-grub.patch fix-hal.patch)
+ tango.diff kdm-grub.patch fix-hal.patch kdm-zsh-profile.patch)
build() {
@@ -35,6 +35,7 @@
# start building
cd $startdir/src/$pkgname-$pkgver
patch -Np1 -i ../kdm-grub.patch || return 1
+ patch -Np1 -i ../kdm-zsh-profile.patch || return 1
patch -Np0 -i ../tango.diff || return 1
# fix hal #8342
patch -Np1 -i ../fix-hal.patch || return 1
@@ -68,4 +69,6 @@
md5sums=('c8c35389a238aa1b73e68ef5298eadf8'
'43232dcb916b1d25e0ad7ef3575763a4'
'f8645dc5d0044476a01c9c6a95c4853f'
- '6202110beb1faf768c3f76e2b4e811b7')
+ '6202110beb1faf768c3f76e2b4e811b7'
+ '40f5556820d52a14e9d9722a5a8a491e')
+
More information about the arch-commits
mailing list