You are not logged in.

#1 2008-05-31 19:08:57

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,523

[Request] Karia2

Hi,
Browsing sourceforge.net I saw a graphic interface for aria2c the download manager.

Any input well appreciated.


do it good first, it will be faster than do it twice the saint wink

Offline

#2 2008-06-01 07:40:50

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 1,391

Re: [Request] Karia2

Please post the link.

Offline

#3 2008-06-01 07:43:59

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,405
Website

Re: [Request] Karia2

I does not look like they actually have released anything so it will have to be a svn package...
http://sourceforge.net/project/showfile … _id=203432

Last edited by Allan (2008-06-01 07:45:33)

Offline

#4 2008-06-01 10:12:06

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 1,391

Re: [Request] Karia2

Here you are:

# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=karia2
pkgver=37
pkgrel=2
pkgdesc="KDE interface for aria2 download mananger"
arch=('i686')
url="http://sourceforge.net/project/showfiles.php?group_id=203432"
license=('GPL')
depends=('qt' 'aria2')
source=()
md5sums=()

_svntrunk=https://karia2.svn.sourceforge.net/svnroot/karia2
_svnmod=$pkgname

build() {
  cd $startdir/src

  if [ -d $_svnmod/.svn ]; then
    (cd $_svnmod && svn up -r $pkgver)
  else
    svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
  fi

  msg "SVN checkout done or server timeout"
  msg "Starting make..."

  rm -r $startdir/src/$_svnmod-build
  cp -r $_svnmod $_svnmod-build
  cd $_svnmod-build

  #
  # BUILD
  #
  qmake || return 1
  make PREFIX=/usr || return 1
  install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname || return 1
  install -d $pkgdir/usr/share/$pkgname/ || return 1
  cp -R images $pkgdir/usr/share/$pkgname/ || return 1
  install -Dm755 bin/resume $pkgdir/usr/bin/karia2-resume || return 1
  rm -rf $pkgdir/usr/share/karia2/images/.svn || return 1 
}

Last edited by Stefan Husmann (2008-06-01 12:15:16)

Offline

#5 2008-06-01 17:38:24

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,523

Re: [Request] Karia2

Is it out on AUR or I'll have to grab it from here smile ?


do it good first, it will be faster than do it twice the saint wink

Offline

#6 2008-06-01 17:59:51

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 1,391

Re: [Request] Karia2

Its in AUR now.

Offline

#7 2008-06-02 05:03:42

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,523

Re: [Request] Karia2

Testing smile smile


do it good first, it will be faster than do it twice the saint wink

Offline

#8 2008-06-02 07:57:39

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 1,391

Re: [Request] Karia2

Please tell me if you are using x86_64.

Offline

#9 2008-06-02 18:48:12

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,523

Re: [Request] Karia2

ehm, no just i686.


do it good first, it will be faster than do it twice the saint wink

Offline

#10 2008-06-03 10:43:53

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 1,391

Re: [Request] Karia2

Pity, so we must wait for x86_64-Testers to be able to put that to the arch-array.

Offline

#11 2008-06-03 16:43:57

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,523

Re: [Request] Karia2

But you may come up with your one.
Download aria2c, karia2 and compile them on your machine.

F


do it good first, it will be faster than do it twice the saint wink

Offline

#12 2008-06-03 19:14:53

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: [Request] Karia2

Stefan Husmann wrote:

Pity, so we must wait for x86_64-Testers to be able to put that to the arch-array.

it builds on x86_64

you may also want to add a sed line similar to (I hope I got it correct I removed the package already)

sed -i 's;/opt/karia2/resume;/usr/bin/karia2-resume;' karia2.cpp

I have not tested it btw, it just seemed odd that resume was hardcoded to the wrong path

Offline

#13 2008-06-03 20:58:53

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 1,391

Re: [Request] Karia2

added x86_64 and the suggestion sounds reasonable.

Offline

#14 2008-06-04 15:22:33

warlord
Member
Registered: 2007-07-04
Posts: 58

Re: [Request] Karia2

You must add subversion to dependencies

Offline

#15 2008-06-04 17:38:11

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 1,391

Re: [Request] Karia2

you are right, done.

Offline

Board footer

Powered by FluxBB