Package Details: gtorrent 0.0.1-3

Package Base: gtorrent
Description: A minimalistic lightweight bittorrent client written by the 4chan technology board.
Upstream URL: https://github.com/gtorrent/gTorrent
Category: network
Licenses: unknown
Conflicts: gtorrent
Provides: gtorrent
Submitter: hakurei
Maintainer: hakurei
Last Packager: hakurei
Votes: 4
First Submitted: 2014-07-15 17:24
Last Updated: 2014-07-18 11:32

Dependencies (6)

Required by (0)

Sources

Latest Comments

Comment by hakurei

2014-07-18 11:33

Update:
- Updated version
- Fixed incorrect dependency (gtkmm => gtkmm3)

Comment by SauSaurus

2014-07-17 18:25

gTorrent didn't build until I installed gtkmm3, so please add it to the dependencies.

Comment by hakurei

2014-07-16 14:57

@Madotsuki
Updated in the latest version

@archtux
Fixed

Comment by Madotsuki

2014-07-16 00:00

Follow the example of the install.sh file in Scripts please.

On the make command, please add -j`nproc` for multi-core users.

Comment by archtux

2014-07-15 19:18

$ gtorrent
bash: /usr/bin/gtorrent: Permission denied

A possible fix is changing last line of PKGBUILD with
'install -Dm755 gtorrent $pkgdir/usr/bin/gtorrent' without quotes.