removing unneeded deps from kscd, kde Bug 303447

This commit is contained in:
Anke 2013-03-05 23:53:58 +00:00
parent 68f625d2fe
commit 847719eb0c

View File

@ -9,12 +9,12 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=kdemultimedia-kscd
_pkgname=kscd
pkgver=${_kdever}
pkgrel=1
pkgrel=2
pkgdesc="KDE CD player"
url='http://kde.org/applications/multimedia/kscd/'
arch=('x86_64')
license=('GPL' 'LGPL' 'FDL')
depends=("kde-runtime>=${_kdever}" "libkcddb>=${_kdever}" "libkcompactdisc>=${_kdever}" 'libmusicbrainz3')
depends=("kde-runtime>=${_kdever}" 'libmusicbrainz3')
makedepends=('cmake' 'automoc4')
source=("$_mirror/${_pkgname}-$_kdever.tar.xz")
md5sums=(`grep ${_pkgname}-$_kdever.tar.xz ../kde-sc.md5 | cut -d" " -f1`)
@ -33,6 +33,7 @@ build() {
package() {
cd ${srcdir}/${_pkgname}-${pkgver}
make DESTDIR=${pkgdir} install || return 1
make DESTDIR=${pkgdir} install
}