You are not logged in.

#1 2006-06-08 06:36:00

ingvildr
Member
From: Brighton, England
Registered: 2005-04-19
Posts: 203

[request] Dolphin File Manager

anyone care to make a pkgbuild for this qt file manager.

Offline

#2 2006-06-08 06:53:19

test1000
Member
Registered: 2005-04-03
Posts: 834

Re: [request] Dolphin File Manager

pkgname=dolphin
pkgver=0.5
pkgrel=1
pkgdesc="a file manager for KDE focusing on usability."
url="http://enzosworld.gmxhome.de/"
#license="GPL"
depends=('kdebase')
source=(http://enzosworld.gmxhome.de/download/$pkgname-$pkgver.tar.gz)
md5sums=('b5a7d845e7e4e6bb7538473a50b55f91')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make DESTDIR=$startdir/pkg install
}

made it with pkgbuilder, which screwed up though, and a version i'll upload later.


KISS = "It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience." - Albert Einstein

Offline

#3 2006-06-08 07:02:32

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: [request] Dolphin File Manager

test1000: you beat me!  yikes
Here's my version. It has correct depends and installs in /opt/kde. If you want to put it in AUR, feel free to do so. If not, I'll put it.

pkgname=dolphin
pkgver=0.5
pkgrel=1
pkgdesc="Dolphin is a file manager for KDE focusing on usability."
url="http://enzosworld.gmxhome.de/"
license="GPL"
depends=('kdelibs')
source=(http://enzosworld.gmxhome.de/download/$pkgname-$pkgver.tar.gz)
md5sums=('b5a7d845e7e4e6bb7538473a50b55f91')

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

Offline

#4 2006-06-08 15:49:07

ingvildr
Member
From: Brighton, England
Registered: 2005-04-19
Posts: 203

Re: [request] Dolphin File Manager

thanks alot guys, works great.

Offline

#5 2007-04-29 09:38:01

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

Re: [request] Dolphin File Manager

Im tryin to build this with makepkg, this is the PKGBUILD:

# Contributor: shamrok <szamrok@gmail.com>
 
pkgname=dolphin
pkgver=0.8.2
pkgrel=1
pkgdesc="File manager for KDE focusing on usability" 
url="http://enzosworld.gmxhome.de/" 
depends=('kdelibs') 
source=(http://enzosworld.gmxhome.de/download/$pkgname-$pkgver.tar.gz)
md5sums=('376f7a1deca0f4d69fa96a393cea464b') 
arch=(i686)
license="GPL" 

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

and its located in /var/abs/loca/dolphin/ but when I do makepkg in that folder this is what I get:

[root@Don-DiZzLe dolphin]# makepkg -c
: command not found
: command not found
: command not found
: command not found
: command not found:
: command not found:
: command not found:
 (Sun Apr 29 11:37:02 CEST 2007)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
 was not found in the build directory and is not a proper URL.
==> Aborting...

How do i fix it?

Offline

#6 2007-04-29 10:39:58

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

Re: [request] Dolphin File Manager

D3lphin is the continuation of dolphin, since development of kde 3.5 version has siezed.
Get the source at https://marrat.homelinux.org/marratwiki/D3lphin, since i couldn't make wget follow it.


"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

#7 2007-04-29 11:03:26

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

Re: [request] Dolphin File Manager

So what are u sayin exactly, change the PKGBUILD source entry to point to https://marrat.homelinux.org/marratwiki … 0.9.tar.gz ?

Or create a new PKGBUILD for D3lphin?


EDIT: Nevermind it seems dolphin 0.8.2 is already in the community repo.

Last edited by Don-DiZzLe (2007-04-29 12:11:15)

Offline

Board footer

Powered by FluxBB