mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 18:42:12 +08:00
Fixed a dependency name (twisted to python2-twisted) in kdegames.
This commit is contained in:
parent
bee45665e1
commit
a695daf077
@ -62,7 +62,8 @@ license=('GPL' 'LGPL' 'FDL')
|
||||
|
||||
options=('docs' '!splithdr' 'splitdbg' 'log')
|
||||
|
||||
makedepends=('pkg-config' 'cmake' 'automoc4' "kdelibs>=${_kdever}" "kde-runtime>=${_kdever}" 'qca' 'ggz-client-libs' 'gnugo' 'twisted' 'openal' 'qhull' 'pyqt'
|
||||
makedepends=('pkg-config' 'cmake' 'automoc4' "kdelibs>=${_kdever}" "kde-runtime>=${_kdever}" 'qca' 'ggz-client-libs' 'gnugo'
|
||||
'python2-twisted' 'openal' 'qhull' 'pyqt'
|
||||
"kdebindings-pykde4>=${_kdever}" 'docbook-xsl')
|
||||
|
||||
source=("$_mirror/${pkgbase}-$_kdever.tar.xz")
|
||||
@ -156,7 +157,7 @@ package_kdegames-granatier() {
|
||||
package_kdegames-kajongg() {
|
||||
let pkgrel=$pkgrel+1
|
||||
pkgdesc="The ancient Chinese board game for 4 players."
|
||||
depends=("${pkgbase}-common>=${_kdever}" 'twisted' 'pyqt' "kdebindings-pykde4>=${_kdever}")
|
||||
depends=("${pkgbase}-common>=${_kdever}" 'python2-twisted' 'pyqt' "kdebindings-pykde4>=${_kdever}")
|
||||
groups=("kde" "${pkgbase}" "kde-uninstall")
|
||||
categories=('games')
|
||||
conflicts=('kdegames-doc')
|
||||
|
Loading…
Reference in New Issue
Block a user