You are not logged in.

#1 2004-10-01 02:30:50

shastry
Member
Registered: 2004-08-24
Posts: 45

Baghira - working PKGBUILD

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

#2 2004-10-01 13:38:37

delmonico
Member
Registered: 2004-06-27
Posts: 82

Re: Baghira - working PKGBUILD

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 smile

regards, delmonico

Offline

#3 2004-10-01 14:03:49

dadexter
Member
From: Dorval, QC, Canada
Registered: 2004-09-07
Posts: 274
Website

Re: Baghira - working PKGBUILD

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?

Offline

#4 2004-10-01 14:21:31

shastry
Member
Registered: 2004-08-24
Posts: 45

Re: Baghira - working PKGBUILD

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

#5 2004-10-01 14:51:36

delmonico
Member
Registered: 2004-06-27
Posts: 82

Re: Baghira - working PKGBUILD

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

#6 2004-10-01 17:11:18

shastry
Member
Registered: 2004-08-24
Posts: 45

Re: Baghira - working PKGBUILD

That must be it - u need to initialise some stuff for ur zsh.

Offline

Board footer

Powered by FluxBB