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.000774
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

FredBezies commented on 2010-12-20 17:38 (UTC)

Cannot be build anymore. Needs libevent2 ! checking for LIBEVENT... configure: error: Package requirements (libevent >= 2.0.10) were not met: No package 'libevent' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBEVENT_CFLAGS and LIBEVENT_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.

disastro commented on 2010-11-24 16:01 (UTC)

Conflicts with transmission-gtk atleast on translations and manpage

FredBezies commented on 2010-09-10 06:14 (UTC)

Doesn't build anymore. svn repository not longer working.

FredBezies commented on 2010-08-08 07:32 (UTC)

Up to date PKGBUILD # Contributor: fredbezies <fredbezies@gmail.com> # Based on transmission-svn aur package. # Gtk-UI only version. pkgname=transmission-svn-gtk pkgver=11156 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>=7.16.3' 'openssl>=0.9.4' 'desktop-file-utils' 'hicolor-icon-theme') provides=('transmission') conflicts=('transmission') makedepends=('gtk2>=2.6.0' '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) || return 1 msg2 "make" make -s || return 1 msg2 "make install" cd "$srcdir/$_svnmod" make DESTDIR="$pkgdir" install || return 1 # Remove web client (seen in transmission official package) rm -rf "$pkgdir/usr/share/transmission" || return 1 cd "$srcdir/$_svnmod" install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" || return 1 } Could you please upgrade it ? Thanks !

<deleted-account> commented on 2010-05-30 00:05 (UTC)

libevent needs to be added as a dependency for the latest SVN revisions to compile sucessfully.