add libxres to right pkg

This commit is contained in:
philm 2011-01-09 17:26:50 +00:00
parent c1495c535b
commit e4c3ee66e3
2 changed files with 4 additions and 4 deletions

View File

@ -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}")

View File

@ -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")