mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 13:54:37 +08:00
fix file conflict with kdebase-log
This commit is contained in:
parent
af83e86a9b
commit
b248acfd87
@ -17,7 +17,7 @@ _origname=kdebase-runtime
|
||||
#
|
||||
# package info
|
||||
#
|
||||
pkgbase=('kdebase')
|
||||
pkgbase=('kdebase-runtime')
|
||||
pkgname=('kdebase-runtime'
|
||||
'kdebase-runtime-doc')
|
||||
|
||||
|
@ -47,7 +47,7 @@ license=('GPL' 'LGPL' 'FDL')
|
||||
|
||||
options=('docs' '!splithdr' 'splitdbg' 'log')
|
||||
|
||||
makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' "kdebase-runtime>=${_kdever}"
|
||||
makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' "kdebase-runtime>=${_kdever}" 'antlr2'
|
||||
"kdepimlibs>=${_kdever}" 'subversion' "kdebindings-python>=${_kdever}") # "kdepim-runtime>=${_kdever}"
|
||||
|
||||
source=($_mirror/${_origname}-$_kdever.tar.bz2)
|
||||
@ -319,7 +319,7 @@ package_kdesdk-kuiviewer()
|
||||
package_kdesdk-poxml()
|
||||
{
|
||||
pkgdesc="Tools for using .po-files to translate DocBook XML files"
|
||||
depends=("${_origname}-common>=${_kdever}" 'qt')
|
||||
depends=("${_origname}-common>=${_kdever}" 'qt' 'antlr2')
|
||||
conflicts=("kdemod-${_origname}-poxml")
|
||||
groups=("kde-complete" "kde-devel" "kde-uninstall" "kdesdk")
|
||||
install=${_origname}.install
|
||||
|
Loading…
Reference in New Issue
Block a user