You are not logged in.

#1 2007-04-29 13:35:29

Don-DiZzLe
Member
From: Nederland
Registered: 2007-03-31
Posts: 233

[REQUEST] D3lphin 0.9

Hi

D3lphin is the updated version of Dolphin 0.8.2. U can find it at https://marrat.homelinux.org/marratwiki/D3lphin

Can any one make a PKGBUILD for this please?

Thnx alot.

Offline

#2 2007-04-29 14:32:53

pelle.k
Member
From: Åre, Sweden (EU)
Registered: 2006-04-30
Posts: 667

Re: [REQUEST] D3lphin 0.9

Well, as i said - download the source to the d3lphin folder, since wget can't download it through the link provided...
This isn't rocket science. just modify the current dolphin PKGBUILD.

pkgname=d3lphin
pkgver=0.9
pkgrel=1
pkgdesc="File manager for KDE focusing on usability"
url=""
depends=('kdelibs')
source=($pkgname-$pkgver.tar.gz)
md5sums=('4c01a4e9b1a7306baf829115ceb8ba41')
arch=(i686)
license="GPL"

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

"Your beliefs can be like fences that surround you.
You must first see them or you will not even realize that you are not free, simply because you will not see beyond the fences.
They will represent the boundaries of your experience."

SETH / Jane Roberts

Offline

#3 2007-04-29 16:58:17

Don-DiZzLe
Member
From: Nederland
Registered: 2007-03-31
Posts: 233

Re: [REQUEST] D3lphin 0.9

Cool, It worked just great with your PKGBUILD.

Offline

Board footer

Powered by FluxBB