Date: Friday, December 17, 2010 @ 13:14:42
Author: andrea
Revision: 103298
missing libxklavier dependence
Modified:
kdebase-workspace/kde-unstable/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-12-17 16:19:20 UTC (rev 103297)
+++ PKGBUILD 2010-12-17 18:14:42 UTC (rev 103298)
@@ -4,7 +4,7 @@
pkgname=kdebase-workspace
pkgver=4.5.85
-pkgrel=2
+pkgrel=3
pkgdesc="KDE Base Workspace"
arch=('i686' 'x86_64')
url='http://www.kde.org'
@@ -14,7 +14,7 @@
# not detected by namcap because libgl depends on it
# but nvidia providing libgl does not depend on libxdamage
depends=('kdepim-runtime' 'lm_sensors' 'libraw1394' 'qimageblitz'
'libqalculate'
- 'polkit-kde' 'consolekit' 'xorg-utils' 'libxdamage' 'libxkbfile'
'libdmtx'
+ 'polkit-kde' 'consolekit' 'xorg-utils' 'libxdamage' 'libxklavier'
'libdmtx'
'libxcursor')
makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'networkmanager' 'bluez'
'docbook-xsl' 'python2' 'kdebindings-python')