You are not logged in.
Pages: 1
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
this PKGBUILD is already on the boards in the same forum!
Offline
it was not in incoming, and i simply wanted to announce that it is there now with a PKGBUILD and pre-built package.
Offline
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
DaDeXTeR (Martin Lefebvre)
My screenshots on PicasaWeb
[img]http://imagegen.last.fm/dadexter/recenttracks/dadexter.gif[/img]
Offline
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
Pages: 1