mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-04 00:37:15 +08:00
add libxres to right pkg
This commit is contained in:
parent
c1495c535b
commit
e4c3ee66e3
@ -31,7 +31,7 @@ license=('GPL' 'LGPL' 'FDL')
|
||||
|
||||
options=('docs' '!splithdr' 'splitdbg' 'log')
|
||||
|
||||
makedepends=('pkgconfig' 'cmake' 'automoc4' "kdepimlibs>=${_kdever}" 'openslp' 'libxres'
|
||||
makedepends=('pkgconfig' 'cmake' 'automoc4' "kdepimlibs>=${_kdever}" 'openslp'
|
||||
'xine-lib' 'libpulse' 'libssh' 'ntrack' 'libcanberra' 'libcanberra-pulse' 'samba')
|
||||
|
||||
groups=('kde' 'kde-complete')
|
||||
@ -99,7 +99,7 @@ build()
|
||||
package_kdebase-runtime()
|
||||
{
|
||||
pkgdesc="KDE Base Runtime"
|
||||
depends=("kdelibs>=${_kdever}" 'oxygen-icons' 'xorg-xauth' 'hicolor-icon-theme' 'libxres'
|
||||
depends=("kdelibs>=${_kdever}" 'oxygen-icons' 'xorg-xauth' 'hicolor-icon-theme'
|
||||
'smbclient' 'rarian' 'libssh' 'libpulse' 'libssh' 'ntrack' 'libcanberra' 'libcanberra-pulse')
|
||||
optdepends=('htdig: to build the search index' 'gdb: drkonq crash handler')
|
||||
conflicts=("kdemod-${_origname}")
|
||||
|
@ -35,7 +35,7 @@ license=('GPL' 'LGPL' 'FDL')
|
||||
|
||||
options=('docs' '!splithdr' 'splitdbg' 'log')
|
||||
|
||||
makedepends=("kdebase-workspace>=${_kdever}" 'pkgconfig' 'cmake' 'automoc4' 'libraw1394' 'ruby') # 'opencv'
|
||||
makedepends=("kdebase-workspace>=${_kdever}" 'pkgconfig' 'cmake' 'automoc4' 'libraw1394' 'ruby' 'libxres') # 'opencv'
|
||||
|
||||
source=($_mirror/${_origname}-$_kdever.tar.bz2
|
||||
http://kde-apps.org/CONTENT/content-files/99752-kde_cdemu-0.3.tar.gz
|
||||
@ -99,7 +99,7 @@ build()
|
||||
package_kdebase()
|
||||
{
|
||||
pkgdesc="KDE Base Applications"
|
||||
depends=("kdebase-runtime>=${_kdever}" 'libraw1394') # 'opencv'
|
||||
depends=("kdebase-runtime>=${_kdever}" 'libraw1394' 'libxres') # 'opencv'
|
||||
optdepends=("cdemu-client: Support transparent CD/DVD image mounting in KDE")
|
||||
conflicts=("kdemod-${_origname}")
|
||||
groups=("kde" "kde-minimal" "kde-complete" "kde-uninstall")
|
||||
|
Loading…
Reference in New Issue
Block a user