Update:
- Updated version
- Fixed incorrect dependency (gtkmm => gtkmm3)
Search Criteria
Package Details: gtorrent 0.0.1-3
Package Actions
| 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: | |
| Conflicts: | |
| Provides: | |
| Submitter: | hakurei |
| Maintainer: | hakurei |
| Last Packager: | hakurei |
| Votes: | 4 |
| First Submitted: | 2014-07-15 17:24 |
| Last Updated: | 2014-07-18 11:32 |
Required by (0)
Sources
Latest Comments
Comment by hakurei
Comment by SauSaurus
gTorrent didn't build until I installed gtkmm3, so please add it to the dependencies.
Comment by hakurei
@Madotsuki
Updated in the latest version
@archtux
Fixed
Comment by Madotsuki
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
$ 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.