Package Details: transmission-csd-git r1000-3

Git Clone URL: https://aur.archlinux.org/transmission-csd.git (read-only, click to copy)
Package Base: transmission-csd
Description: Fast, easy, and free BitTorrent client (GTK+ GUI), CSD port
Upstream URL: https://github.com/transmission/transmission/tree/wip/gtk-3.14
Licenses: GPL2
Conflicts: transmission-gtk
Provides: transmission-gtk
Submitter: brunelli
Maintainer: None
Last Packager: None
Votes: 18
Popularity: 0.000000
First Submitted: 2015-02-11 02:04 (UTC)
Last Updated: 2018-06-14 06:14 (UTC)

Required by (14)

Sources (1)

Latest Comments

1 2 Next › Last »

quequotion commented on 2018-10-01 17:05 (UTC) (edited on 2018-10-01 17:06 (UTC) by quequotion)

You may have noticed transmission's icon is broken with this branch.

Reported upstream: https://github.com/transmission/transmission/issues/725

Not sure if or when this branch might be updated; here's a patch in the interim:

--- src/transmission/gtk/CMakeLists.txt~    2018-10-02 00:18:39.057242890 +0900
+++ src/transmission/gtk/CMakeLists.txt 2018-10-02 00:39:31.577292877 +0900
@@ -190,7 +190,7 @@
 )

 foreach(ICON ${${PROJECT_NAME}_PUBLIC_ICONS})
-    install(FILES icons/${ICON} DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/${ICON})
+    install(FILES icons/${ICON} DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/ RENAME ${ICON})
 endforeach()

 if(INSTALL_DOC)

disquemonde commented on 2017-11-05 03:46 (UTC)

pacaur fail, sorry...

disquemonde commented on 2017-11-05 03:25 (UTC)

:: transmission-csd package(s) failed to install. :: ensure package version does not mismatch between .SRCINFO and PKGBUILD :: ensure package name has a VCS suffix if this is a devel package

Mel commented on 2017-10-06 14:33 (UTC)

If you modify build() in PKGBUILD "cmake .." to "cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .." then it doesn't cause issues with files installed in /usr/local/...

Mel commented on 2017-08-23 13:17 (UTC)

@gtkde-dav remove /usr/local/share/man beforehand and it will install correctly.

gtkde-dav commented on 2017-08-23 00:02 (UTC)

Packages (1) transmission-csd-r13142.ccb9188db-1 Total Installed Size: 4.18 MiB :: Proceed with installation? [Y/n] Y (1/1) checking keys in keyring [############################################################] 100% (1/1) checking package integrity [############################################################] 100% (1/1) loading package files [############################################################] 100% (1/1) checking for file conflicts [############################################################] 100% error: failed to commit transaction (conflicting files) transmission-csd: /usr/local/share/man exists in filesystem Errors occurred, no packages were upgraded.

Mel commented on 2017-08-22 09:57 (UTC)

Thank you for updating it!

<deleted-account> commented on 2017-08-12 15:31 (UTC)

Updated PKGBUILD source url to rebased Transmission 2.92 Updated compiler instructions and added dependencies (cmake; git)

m110s commented on 2017-05-27 19:21 (UTC)

Just tried to install but got this error: make[1]: *** [Makefile:1122: crypto.o] Error 1 make[1]: Leaving directory '...' make: *** [Makefile:492: all-recursive] Error 1 Gnome 3.24.2