You are not logged in.

#1 2004-10-15 11:17:43

sweiss
Member
Registered: 2004-02-16
Posts: 635

[new] Gwget

Gwget is a download manager for Gnome.

pkgname=gwget
pkgver=0.14.1
pkgrel=1
pkgdesc="Gwget its a download manager for Gnome."
url="http://gwget.sourceforge.net"
license="GPL"
depends=('wget' 'gtk2' 'libgnomeui' 'x-server')
makedepends=('perlxml')
source=(http://dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('31040273567636bcbb4d660dbde12909')

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

I prefixed it to /opt/gnome since there's no --disable-gnome option, and since the official description of the application states that it is for Gnome.

Enjoy.

EDIT: Changed the prefix to /usr

Offline

#2 2004-10-15 16:17:11

KalephOne
Member
From: Fortaleza, Brasil
Registered: 2004-04-02
Posts: 99

Re: [new] Gwget

Lol, just made a pkgbuild for it 2 days ago and forgot to post, but it's pretty much like yours. smile
Just one thing, you dont need to put x-server as a dep, since gtk2 depends on pango and pango depends on x-server.


Kaleph
jabber: kaleph@jabber.org

Offline

#3 2004-10-15 17:30:53

sweiss
Member
Registered: 2004-02-16
Posts: 635

Re: [new] Gwget

Well, I just followed namcap on this one. I checked to see wether gtk2 depended on x-server and since it wasn't the case I didn't bother to go deeper into the dependency tree.

Offline

#4 2004-10-16 09:14:15

ganlu
Member
From: ChongQing, China
Registered: 2004-01-04
Posts: 360

Re: [new] Gwget

Since gwget can be compiled without wget, so it's better write dependency like this:
make depends=('wget')
Just one suggestion.

Offline

#5 2004-10-16 09:32:49

sweiss
Member
Registered: 2004-02-16
Posts: 635

Re: [new] Gwget

Hmm, as far as I know the makedepends array should contain packages which are needed in order to build the application, but do not require it at runtime. Gwget might work without wget, but since it is a frontend to wget you will need it anyway.

Offline

#6 2004-10-16 11:19:45

The Katta
Member
From: Milan - Italy
Registered: 2004-07-28
Posts: 14

Re: [new] Gwget

With everything up2date and with the prefix /opt/gnome on my pc it crashes on startup

I've changed prefix with /usr and now everything is fine.

Offline

#7 2004-10-16 21:18:05

sweiss
Member
Registered: 2004-02-16
Posts: 635

Re: [new] Gwget

Actually I build it prefixed to /usr at the start, seeing it acts as a gnome application I changed the prefix in the pkgbuild but never rebuilt it myself, I'll change the prefix back.

Offline

#8 2004-10-17 03:36:55

ganlu
Member
From: ChongQing, China
Registered: 2004-01-04
Posts: 360

Re: [new] Gwget

as far as I know the makedepends array should contain packages which are needed in order to build the application, but do not require it at runtime.

Oh, thanks, I just understand it. But gwget doesn't work correctly on some links -it doesn't show speed or any useful information however downloading is going on by wget, so I prefer "downloader for x".

Offline

#9 2004-10-17 19:49:06

sweiss
Member
Registered: 2004-02-16
Posts: 635

Re: [new] Gwget

You'll have to ask the developers about it, maybe a bug report is needed?

Offline

Board footer

Powered by FluxBB