Package Details: transmission-gtk-git 2:4.0.3.r600.g821a6816e-1

Git Clone URL: https://aur.archlinux.org/transmission-gtk-git.git (read-only, click to copy)
Package Base: transmission-gtk-git
Description: Fast, easy, and free BitTorrent client (GTK+ GUI)(Git version from github repository)
Upstream URL: http://www.transmissionbt.com/
Keywords: client gtk torrent transmission
Licenses: MIT
Conflicts: transmission-gtk, transmission-svn-gtk
Provides: transmission-gtk
Submitter: FredBezies
Maintainer: FredBezies
Last Packager: FredBezies
Votes: 21
Popularity: 0.000594
First Submitted: 2017-01-14 21:50 (UTC)
Last Updated: 2024-04-27 11:13 (UTC)

Required by (14)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

FredBezies commented on 2016-12-15 08:37 (UTC)

Two little tweaks. 1) You have to add rm m4/glib-gettext.m4 right before autogen.sh line in order to workaround this bug : https://github.com/transmission/transmission/issues/66 2) You can safely remove install file, not needed anymore since hooks were introduced. namcap transmission-svn-gtk-14736-1-x86_64.pkg.tar.xz transmission-svn-gtk W: .INSTALL file runs a command provided by hooks. transmission-svn-gtk W: Dependency desktop-file-utils included but already satisfied transmission-svn-gtk W: Dependency hicolor-icon-theme included but already satisfied

disastro commented on 2014-12-25 12:01 (UTC)

Pacman 4.2 is currently in testing and until it comes out makepkg won't generate a .SRCINFO file. When 4.2 passes testing I will update my packages. No point in using mkaurball now since it's just about to become obsolete. Thanks for notifying still!

FredBezies commented on 2014-12-25 10:38 (UTC)

You must upgrade package in order to support new AUR rules, like having a .SRCINFO file.

rustam commented on 2013-04-10 06:14 (UTC)

Is there any reason why you're manually specifying the revision to checkout(13255) rather than automatically get the latest trunk? Transmission is currently at revision 14063. Please bump the version.

disastro commented on 2012-03-14 17:18 (UTC)

PKGBUILD rewrite, so infrom me of any mistakes that were made, although I tested it works it could always fail. It should work with transmission-cli from official repo(can break though if changes or new features are made upstream to the web files, maybe I should make an svn version of cli if that happens) but I did not test it beyond if it conficts on file level or not.

<deleted-account> commented on 2012-03-14 14:02 (UTC)

package must provide and conflict with transmission-gtk to install

FredBezies commented on 2012-01-03 06:56 (UTC)

Cleaner PKGBUILD : # Contributor: fredbezies <fredbezies@gmail.com> # Based on transmission-svn aur package. # Gtk-UI only version. pkgname=transmission-svn-gtk pkgver=13127 pkgrel=1 pkgdesc="A fast, easy, and free multi-platform BitTorrent client with a focus on being lightweight yet feature-filled. GTK-UI only version" url="http://www.transmissionbt.com/" license="MIT" arch=('i686' 'x86_64') depends=('curl' 'openssl' 'desktop-file-utils' 'hicolor-icon-theme') provides=('transmission') conflicts=('transmission') makedepends=('gtk2' 'subversion' 'intltool' 'libevent') backup=('etc/conf.d/transmissiond') install=transmission.install #source=(transmissiond # transmissiond.conf) #md5sums=('2a87aa815d2702209639719a9179d6fb' # '7b019a710493ec4f8b54a1f528e1981d') _svntrunk="svn://svn.transmissionbt.com/Transmission/trunk" _svnmod="Transmission" build() { cd $startdir/src mkdir -p ~/.subversion svn co $_svntrunk $_svnmod msg "SVN checkout done or server timeout" msg "Starting make..." cd "$srcdir/$_svnmod" msg2 "autogen.sh..." (./autogen.sh --prefix=/usr --disable-cli --disable-daemon) msg2 "make" make -s msg2 "make install" cd "$srcdir/$_svnmod" make DESTDIR="$pkgdir" install # Remove web client (seen in transmission official package) rm -rf "$pkgdir/usr/share/transmission" cd "$srcdir/$_svnmod" install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" }

syne commented on 2011-01-14 12:27 (UTC)

libevent 2.0.10 is out on the official site, so if you rebuild libevent pkg with the correct version and md5sum, transmission builds. only you need to remember to rebuild all other pkgs that depend on libevent, as well (e.g. xulrunner)