diff options
author | Pawel "l0ner" Soltys <pwslts@gmail.com> | 2012-02-08 17:25:53 +0100 |
---|---|---|
committer | Pawel "l0ner" Soltys <pwslts@gmail.com> | 2012-02-08 17:25:53 +0100 |
commit | 8b3be13c90209048af4d46ff6e8580fbf4e9d543 (patch) | |
tree | 7de2116a44366d06a2a62cd18d1219f255560092 /arch | |
parent | e2765ea0613c2cf7fbda03e7df709f7cb021e0f9 (diff) | |
download | tde-packaging-8b3be13c90209048af4d46ff6e8580fbf4e9d543.tar.gz tde-packaging-8b3be13c90209048af4d46ff6e8580fbf4e9d543.zip |
kdebase: moved hal dep from global to kdebase pkg, removed xorg-iceaut dep which is kdelibs dep, removed xorg deps
Diffstat (limited to 'arch')
-rw-r--r-- | arch/3.5.13/trinity-base/trinity-kdebase/PKGBUILD | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/arch/3.5.13/trinity-base/trinity-kdebase/PKGBUILD b/arch/3.5.13/trinity-base/trinity-kdebase/PKGBUILD index 8413bac60..6c360661a 100644 --- a/arch/3.5.13/trinity-base/trinity-kdebase/PKGBUILD +++ b/arch/3.5.13/trinity-base/trinity-kdebase/PKGBUILD @@ -9,11 +9,9 @@ url='http://www.trinitydesktop.org' license=('GPL') groups=('trinity-base') pkgdesc="Trinity Desktop Enviroment base components" -depends=('trinity-kdelibs' 'hal' - 'postgresql-libs') - +depends=('trinity-kdelibs') makedepends=('pkgconfig' 'cmake' 'autoconf' 'imake' 'xorg-bdftopcf' 'smbclient' - 'libraw1394' 'libxtst' 'libxkbfile') + 'libraw1394' 'libxtst' 'libxkbfile' 'hal') confilicts=('kdemod3-kdebase') options=('libtool') source=('http://mirror.ets.kth.se/trinity/releases/3.5.13/kdebase-3.5.13.tar.gz' @@ -93,9 +91,9 @@ build() { package_trinity-kdebase() { pkgdesc='Trinity Desktop Enviroment' - depends=('trinity-dbus-tqt' - 'xorg-server' 'xorg-xset' 'xorg-xsetroot' 'xorg-xprop' 'xorg-xmessage' 'xorg-xinit' 'xorg-iceauth' + depends=('trinity-dbus-tqt' 'hal' 'libxtst' 'libraw1394') + #'xorg-server' 'xorg-xset' 'xorg-xsetroot' 'xorg-xprop' 'xorg-xmessage' 'xorg-xinit' optdepends=('desktop-file-utils: Command line utilities for working with desktop entries' 'pciutils: PCI bus configuration space access library and tools' 'xscreensaver: Screen saver and locker for the X Window System' |