mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-25 02:52:13 +08:00
Add qhull dep
This commit is contained in:
parent
0d1e2cbdf5
commit
65bcaa2cab
@ -70,7 +70,7 @@ license=('GPL' 'LGPL' 'FDL')
|
||||
|
||||
options=('docs' '!splithdr' 'splitdbg' 'log')
|
||||
|
||||
makedepends=('pkgconfig' 'cmake' 'automoc4' "kdelibs>=${_kdever}" "kdebase-runtime>=${_kdever}" 'qca' 'ggz-client-libs' 'gnugo' 'twisted' 'openal')
|
||||
makedepends=('pkgconfig' 'cmake' 'automoc4' "kdelibs>=${_kdever}" "kdebase-runtime>=${_kdever}" 'qca' 'ggz-client-libs' 'gnugo' 'twisted' 'openal' 'qhull')
|
||||
|
||||
source=("$_mirror/${_origname}-$_kdever.tar.bz2")
|
||||
md5sums=(`grep ${_origname}-$_kdever.tar.bz2 ../kde-sc.md5 | cut -d" " -f1`)
|
||||
@ -714,7 +714,7 @@ package_kdegames-lskat()
|
||||
package_kdegames-palapeli()
|
||||
{
|
||||
pkgdesc="Palapeli is a jigsaw puzzle game."
|
||||
depends=("${_origname}-common>=${_kdever}")
|
||||
depends=("${_origname}-common>=${_kdever}" "qhull")
|
||||
conflicts=("kdemod-${_origname}-palapeli")
|
||||
groups=("kde-complete" "${_origname}" "kde-uninstall")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user