mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
removing unneeded deps from kscd, kde Bug 303447
This commit is contained in:
parent
68f625d2fe
commit
847719eb0c
@ -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
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user