You are not logged in.

#26 2008-01-23 14:03:29

MrWeatherbee
Member
Registered: 2007-08-01
Posts: 277

Re: Qt4 and applications

Zer0 wrote:
sfabius wrote:

kdemod (according to their forum) should be OK now. But Keepassx is still refusing because it wants to see qt4. What's the best path here? pacman -Syf qt  ??

KeepassX works fine here.. and I just reinstalled it to see if I could get it on my system without error..  pacman -Syd keepassx
By using the -d switch your bypassing dependency checks on install.  KeepassX seems to only depend on qt4 (now qt) so you should be okay.

If you prefer to build the pkg for whatever reason, I made changes to the PKGBUILD and used it successfully after my system upgrade:

# Contributor: Philipp Giebel <arch@ambience-design.net>
pkgname=keepassx
pkgver=0.2.2
pkgrel=3
arch=('i686' 'x86_64')
pkgdesc="password manager or safe which helps you to manage your passwords in a secure way"
depends=('qt>=4.1.0')
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/KeePassX-$pkgver.tar.gz")
url="http://keepassx.sourceforge.net/"
license="GPL"
md5sums=('5ee945ab12c2667ef5c4013a0636c26f')

build() {

    cd $startdir/src/$pkgname-$pkgver
    /usr/bin/qmake PREFIX=$startdir/pkg/usr
    make || return 1
    make install

}

Last edited by MrWeatherbee (2008-01-23 14:05:46)

Offline

#27 2008-01-29 21:52:03

dyscoria
Member
Registered: 2008-01-10
Posts: 1,007

Re: Qt4 and applications

I've just installed KeepassX from the AUR, which should have the updated qt name. I still get this error though:

QColor::setNamedColor: Unknown color name 'rgba:0000/0000/0000/dddd'

Is this an unrelated error and how do I fix it?

Thanks.


flack 2.0.6: menu-driven BASH script to easily tag FLAC files (AUR)
knock-once 1.2: BASH script to easily create/send one-time sequences for knockd (forum/AUR)

Offline

Board footer

Powered by FluxBB