You are not logged in.
pkgname=baghira
pkgver=0.5h
pkgrel=1
pkgdesc="KDE theme based on mosfet-liquid0.9.6pre4... the last heir of mosfet"
url="http://baghira.sourceforge.net/"
license="GPL"
depends=(kdebase)
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://aleron.dl.sourceforge.net/sourceforge/baghira/$pkgname-$pkgver.tar.bz2)
md5sums=(eac4696c0d66b172aac0dd037e60b4b7)
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/opt/kde --disable-debug
make || return 1
make prefix=$startdir/pkg/opt/kde install
}
Offline
Just saw your mail on the list and had some spare time so I checked this out...
I had to add a "--with-qt-dir=/opt/qt" to the configure-line to get this working... Looks great now ![]()
regards, delmonico
Offline
hummm... shastry posted that yesterday when I asked him too, and I didn't have to add the "--with-qt-dir=/opt/qt" option... I guess some people might have a different setup... did you run the PKGBUILD as root or user?
DaDeXTeR (Martin Lefebvre)
My screenshots on PicasaWeb
[img]http://imagegen.last.fm/dadexter/recenttracks/dadexter.gif[/img]
Offline
delmonico - may be ur scripts in /etc/profile.d are borked !
check if u have an environment variable QTDIR set to /opt/qt
the following are there in qt.sh
export QTDIR=/opt/qt
export PATH=$PATH:$QTDIR/bin
export MANPATH=$MANPATH:$QTDIR/man
There is no need of the option
Offline
The lines are in qt.sh but the file seems to be not parsed as I don't have a QTDIR-Variable... Maybe this is because I use zsh instead of bash?
Offline
That must be it - u need to initialise some stuff for ur zsh.
Offline