You are not logged in.

#1 2005-03-22 01:30:41

oscar
Member
From: Kiruna, Sweden
Registered: 2004-08-13
Posts: 457

[Request] kuake

Could some kind soul make a PKGBUILD for the intresting app kuake?
http://www.nemohackers.org/kuake.php


To err is human... to really foul up requires the root password.

Offline

#2 2005-03-22 07:34:24

Evangel
Member
From: Germany - Hechingen/Balingen
Registered: 2004-02-22
Posts: 36

Re: [Request] kuake

i use kuake and i like it very much. I also have a pkgbuild.

pkgname=kuake
pkgver=0.3
pkgrel=1
pkgdesc="Kuake is a KDE konsole application with the look and feel of that in the Quake engine"
url="http://www.nemohackers.org/"
depends=('kdelibs')
source=(http://199.231.140.154/software/kuake/$pkgname-$pkgver.tar.gz)
md5sums=('bd0ebf7af08543bf947ce3d19bfa1c5d')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/opt/kde
  make || return 1
  make prefix=$startdir/pkg/opt/kde install
}

enjoy  big_smile

Offline

#3 2005-03-22 09:55:41

oscar
Member
From: Kiruna, Sweden
Registered: 2004-08-13
Posts: 457

Re: [Request] kuake

Thank you big_smile:D


To err is human... to really foul up requires the root password.

Offline

#4 2005-09-18 10:42:25

leeghoofd
Member
From: the Netherlands
Registered: 2005-04-28
Posts: 61

Re: [Request] kuake

hello,

someone at apps.kde.org who didn't like the code of kuake rewrote it and named it yakuake, I've made a PKGBUILD, (aur link)

cheers,
david

ps, I don't know if it better or less good than the original kuake, because I never tried the original one wink

Offline

#5 2005-09-18 12:14:07

oscar
Member
From: Kiruna, Sweden
Registered: 2004-08-13
Posts: 457

Re: [Request] kuake

leeghoofd wrote:

hello,

someone at apps.kde.org who didn't like the code of kuake rewrote it and named it yakuake, I've made a PKGBUILD, (aur link)

cheers,
david

ps, I don't know if it better or less good than the original kuake, because I never tried the original one wink

Wow, thanks!
I used the original kuake a lot, but yakuake is even better - thanks for the PKGBUILD smile


To err is human... to really foul up requires the root password.

Offline

#6 2005-09-24 14:59:00

leeghoofd
Member
From: the Netherlands
Registered: 2005-04-28
Posts: 61

Re: [Request] kuake

hello,

I just want to tell you that yakuake-2.0 is out, I updated the PKGBUILD which is in the AUR, imo this version is much improved

bye,
david

Offline

#7 2005-09-24 23:09:36

tmaynard
Member
Registered: 2005-07-29
Posts: 34

Re: [Request] kuake

And to keep adding on to all this....

kde-apps.org has a fork of kuake that feature tabs (just like konsole) which is very nice. It is called kuake-by-hunt0r.
http://www.kde-apps.org/content/show.php?content=28808

PKGBUILD in the AUR here : http://aur.archlinux.org/packages.php?d … =1&ID=2232

Offline

Board footer

Powered by FluxBB