Date: Tuesday, June 8, 2010 @ 14:21:27 Author: andrea Revision: 82140
minor fixes Modified: kdeaccessibility/kde-unstable/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-06-08 18:21:23 UTC (rev 82139) +++ PKGBUILD 2010-06-08 18:21:27 UTC (rev 82140) @@ -14,7 +14,7 @@ url='http://accessibility.kde.org' license=('GPL' 'FDL') groups=('kde' 'kdeaccessibility') -makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-runtime' 'kdelibs' 'docbook-xsl') +makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-runtime' 'docbook-xsl') source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2") sha1sums=('639b396b78bc7006520594c36ffd13fbb7509a01') @@ -44,7 +44,7 @@ package_kdeaccessibility-kmag() { pkgdesc='Screen Magnifier' - depends=('kdelibs' 'kdebase-runtime') + depends=('kdebase-runtime') url="http://kde.org/applications/utilities/kmag/" install='kdeaccessibility.install' cd $srcdir/build/kmag @@ -55,7 +55,7 @@ package_kdeaccessibility-kmousetool() { pkgdesc='Clicks the mouse for you, reducing the effects of RSI' - depends=('kdelibs' 'kdebase-runtime') + depends=('kdebase-runtime') url="http://kde.org/applications/utilities/kmousetool/" install='kdeaccessibility.install' cd $srcdir/build/kmousetool @@ -66,7 +66,7 @@ package_kdeaccessibility-kmouth() { pkgdesc='Speech Synthesizer Frontend' - depends=('kdelibs' 'kdebase-runtime') + depends=('kdebase-runtime') url="http://kde.org/applications/utilities/kmouth/" install='kdeaccessibility.install' cd $srcdir/build/kmouth
