mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-14 09:59:02 +08:00
kpat rebuild for missing openal
This commit is contained in:
parent
377f62e5fd
commit
29c259bac9
@ -54,7 +54,7 @@ pkgname=('kdegames-common'
|
|||||||
|
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
pkgver=${_kdever}
|
pkgver=${_kdever}
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
|
|
||||||
pkgdesc="split package"
|
pkgdesc="split package"
|
||||||
url="http://www.kde.org"
|
url="http://www.kde.org"
|
||||||
@ -488,7 +488,7 @@ package_kdegames-konquest() {
|
|||||||
|
|
||||||
package_kdegames-kpat() {
|
package_kdegames-kpat() {
|
||||||
pkgdesc="Collection of various patience games known all over the world"
|
pkgdesc="Collection of various patience games known all over the world"
|
||||||
depends=("${pkgbase}-common>=${_kdever}")
|
depends=("${pkgbase}-common>=${_kdever}" 'openal')
|
||||||
conflicts=('kdegames-doc')
|
conflicts=('kdegames-doc')
|
||||||
groups=("kde" "${pkgbase}" "kde-uninstall")
|
groups=("kde" "${pkgbase}" "kde-uninstall")
|
||||||
categories=('games')
|
categories=('games')
|
||||||
|
Loading…
Reference in New Issue
Block a user