You are not logged in.
Pages: 1
How would I get this? Tried the PKGBUILD's but It doesnt install.
checking for Qt... configure: error: Qt (>= Qt 3.0 and < 4.0) (headers and libraries) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
make: *** No targets specified and no makefile found. Stop.
Don't no which Qt package to install, I use kdemod with its own qt package so won't they conflict?
Offline
Do you mean baghira sidebar? If so kdemod has a pkg for it.
Offline
No, the mac style menu bar.
Offline
try adding
source /etc/profile.d/qt.sh
to your pkg build
# Contributor: Michal Krenek <mikos@sg1.cz>
pkgname=kdestyle-baghira
pkgver=0.8
pkgrel=1
pkgdesc="KDE 3.4.x Window Decoration and Style (like Mac OS X)"
url="http://baghira.sourceforge.net"
license=""
depends=('kdebase')
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://dl.sourceforge.net/sourceforge/baghira/baghira-$pkgver.tar.bz2)
md5sums=('d76e04020c628ba5de69d066a66221f8')
build() {
source /etc/profile.d/qt.sh
cd $startdir/src/baghira-$pkgver
./configure --disable-debug --enable-final --prefix=/opt/kde
make || return 1
make DESTDIR=$startdir/pkg install
}
Last edited by somairotevoli (2008-01-04 18:43:43)
Offline
Maybe this thread helps:
Offline
Thanks its all sorted now.
Offline
Pages: 1