You are not logged in.

#1 2004-11-09 15:59:16

miasma
Member
From: Boulder, CO
Registered: 2004-11-09
Posts: 39
Website

[new] baghira

KDEQt OS X Theme (really nice looking!)

I uploaded this to incoming last night as baghira-0.5h-1.src.tar.gz

PKGBUILD

# Maintainer: Joshua Rubin <joshua@cybertron.cc>
pkgname=baghira
pkgver=0.5h
pkgrel=1
pkgdesc="Baghira is a native style for QT/KDE. Basically it's a perky imitation of Apple's OSX look."
url="http://baghira.sourceforge.net"
license="GPL"
depends=('kdebase' 'kdelibs')
source=(http://heanet.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
md5sums=('eac4696c0d66b172aac0dd037e60b4b7')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --disable-debug --enable-final
  make || return 1
  make DESTDIR=$startdir/pkg install
}

Offline

#2 2004-11-09 17:55:20

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: [new] baghira

this PKGBUILD is already on the boards in the same forum!

Offline

#3 2004-11-09 17:59:34

miasma
Member
From: Boulder, CO
Registered: 2004-11-09
Posts: 39
Website

Re: [new] baghira

it was not in incoming, and i simply wanted to announce that it is there now with a PKGBUILD and pre-built package.

Offline

#4 2004-11-09 19:34:43

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

Re: [new] baghira

It was on the forums... I asked shastry to post it a month or so ago... and BTW nobody uses incoming anymore... I was also told that a new system is in development

Offline

#5 2004-11-12 01:09:05

miasma
Member
From: Boulder, CO
Registered: 2004-11-09
Posts: 39
Website

Re: [new] baghira

package updated to version 0.6

PKGCONFIG

# Maintainer: Joshua Rubin <joshua@cybertron.cc>
pkgname=baghira
pkgver=0.6
pkgrel=1
pkgdesc="Baghira is a native style for QT/KDE. Basically it's a perky imitation of Apple's OSX look."
url="http://baghira.sourceforge.net"
license="GPL"
depends=('kdebase' 'x-server')
source=(http://dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
md5sums=('405e7a5c584fc2250aee972f4ed3d6c7')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --disable-debug --enable-final
  make || return 1
  make DESTDIR=$startdir/pkg install
}

Offline

Board footer

Powered by FluxBB