Package Details: transmission-qt-git 3.00-1

Git Clone URL: https://aur.archlinux.org/transmission-qt-git.git (read-only, click to copy)
Package Base: transmission-qt-git
Description: Fast, easy, and free BitTorrent client (Qt GUI)
Upstream URL: http://www.transmissionbt.com/
Licenses: MIT
Conflicts: transmission-qt
Provides: transmission-qt
Submitter: muesli
Maintainer: muesli
Last Packager: muesli
Votes: 3
Popularity: 0.004733
First Submitted: 2019-04-27 07:52 (UTC)
Last Updated: 2020-04-25 22:00 (UTC)

Required by (14)

Sources (3)

Latest Comments

andyturfer commented on 2023-07-06 01:35 (UTC)

Unable to build:

-- Build files have been written to: /home/andy/Workspace/aur/transmission-qt-git/src/transmission/build /home/andy/Workspace/aur/transmission-qt-git/PKGBUILD: line 41: cd: qt: No such file or directory ==> ERROR: A failure occurred in build(). Aborting...

uint2048_t commented on 2023-01-10 16:42 (UTC)

Fails to build. Same issue as other commenters here:

install: cannot stat 'qt/icons/transmission.png': No such file or directory

ArchieMeng commented on 2022-11-06 06:51 (UTC) (edited on 2022-11-06 06:52 (UTC) by ArchieMeng)

@RaizenEx Sorry, I didn't notice that you failed at line 41. qt is a directory in the root path of transmission repo, so normally it should be there. Could you check if the src/transmission is intact with qt directory? Or you may try makepkg with -C option to wipe $srcdir before building the package.

rossome commented on 2022-10-23 15:24 (UTC) (edited on 2022-10-25 00:01 (UTC) by rossome)

Any idea what dependency I'm missing at compile time to get the media/folder icons to show? I have qt5-svg and qt6-svg installed but can't think of what else it could be: https://i.imgur.com/cgpFzu3.png

RaizenEx commented on 2022-07-14 05:01 (UTC)

@ArchieMeng I tried that but it's still giving me the same error. transmission.png is on line 52, I'm erroring out before that on line 41 "cd qt". Even after changing to transmission.svg i still get ".cache/yay/transmission-qt-git/PKGBUILD: line 41: cd: qt: No such file or directory ==> ERROR: A failure occurred in build(). Aborting... -> error making: transmission-qt-git"

ArchieMeng commented on 2022-07-10 15:27 (UTC)

@RaizenEx The "transmission.png" in PKGBUILD should be renamed to transmission.svg.

RaizenEx commented on 2022-06-23 18:51 (UTC)

Can't seem to build the git version, trying to fix the qt progress bar bug that's been fixed in the master branch but keep getting this error.

".cache/yay/transmission-qt-git/PKGBUILD: line 41: cd: qt: No such file or directory ==> ERROR: A failure occurred in build(). Aborting... -> error making: transmission-qt-git"

florosus commented on 2022-03-10 16:17 (UTC) (edited on 2022-03-10 16:19 (UTC) by florosus)

Change git submodule update --init to git submodule update --init --recursive as per https://github.com/transmission/transmission/issues/2729

muesli commented on 2020-04-25 22:00 (UTC)

@Tjuh Fixed and pushed.

Tjuh commented on 2020-04-25 21:54 (UTC) (edited on 2020-04-25 21:56 (UTC) by Tjuh)

Needs git and cmake as makedepends.