You are not logged in.

#1 2004-12-24 04:59:04

darkcoder
Member
From: A bar near you
Registered: 2004-09-10
Posts: 310

[system:utilities] krusader 1.51

Updated 2004-12-24 Package resubmited with fixes

Here is the package for krusader 1.51

For those who don't know what is krusader, it is a MC style file manager for KDE.

You need these 2 files, and save them with the name specified on bold

PKGBUILD

pkgname=krusader
pkgver=1.51
pkgrel=1
pkgdesc="Twin panel file management for your desktop"
url="http://krusader.sourceforge.net/"
license=""
depends=('kdelibs>=3.2' 'kdebase>=3.2')
conflicts=()
replaces=()
backup=()
source=(http://dl.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz 
diskusage.patch)
md5sums=('3b31a49db60b9e7f0884d78ed1ee3eb6' '1fd373144af8c1d0d81aa8a41848af89')

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

diskusage.patch you can get it here
The patch fix a compile bug.  More info can be found here

Offline

#2 2004-12-24 09:57:04

Notze
Member
From: Germany
Registered: 2004-12-22
Posts: 46

Re: [system:utilities] krusader 1.51

Hi,

you also included the patch into the PKGBUILD.
Why does the user need to download the patch twice?

Notze

Offline

#3 2004-12-24 10:23:42

maor
Member
Registered: 2004-04-12
Posts: 29

Re: [system:utilities] krusader 1.51

You better change the url from kftpgrabber to krusader  wink

Offline

#4 2004-12-24 10:32:45

Notze
Member
From: Germany
Registered: 2004-12-22
Posts: 46

Re: [system:utilities] krusader 1.51

Hi,

Are you sure that the source option is right?
I don't think so because i replaced the variables and it didn't work.
You should have checked your PKGBUILD before posting it wink

Offline

#5 2004-12-24 16:02:06

darkcoder
Member
From: A bar near you
Registered: 2004-09-10
Posts: 310

Re: [system:utilities] krusader 1.51

Notze wrote:

Hi,

you also included the patch into the PKGBUILD.
Why does the user need to download the patch twice?

Notze

While the patch was included on the source lists, look that it do not contain a path, in that case makepkg will look for it on the same directory as the PKGBUILD.

The patch must be saved from the link I give above to the same directory as the PKGBUILD with the name diskusage.patch.

Offline

#6 2004-12-24 16:07:19

darkcoder
Member
From: A bar near you
Registered: 2004-09-10
Posts: 310

Re: [system:utilities] krusader 1.51

Which file you can't download, the source file or the patch?

Offline

#7 2004-12-24 16:17:57

darkcoder
Member
From: A bar near you
Registered: 2004-09-10
Posts: 310

Re: [system:utilities] krusader 1.51

To save the patch, either right click its link and select Save, or copy its link and download with wget.

Offline

#8 2004-12-25 10:05:14

Notze
Member
From: Germany
Registered: 2004-12-22
Posts: 46

Re: [system:utilities] krusader 1.51

hm.. .. i thought that dl.sourceforge.net might not work.. but i testet it with my
scizzor PKGBUILD and it worked... i'm sry  :oops:

Notze

Offline

Board footer

Powered by FluxBB