transmission: update to 2.76.

This commit is contained in:
Juan RP 2013-01-16 08:56:05 +01:00
parent b5ca68b0d5
commit 19004e20bf
3 changed files with 3 additions and 13 deletions

View file

@ -1,7 +1,8 @@
# Template file for 'transmission'
pkgname=transmission
version=2.75
version=2.76
revision=1
subpackages="${pkgname}-gtk ${pkgname}-qt"
build_style=gnu-configure
configure_args="--enable-nls --enable-cli --enable-daemon --enable-utp"
makedepends="pkg-config intltool zlib-devel openssl-devel dbus-glib-devel
@ -11,12 +12,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.transmissionbt.com/"
license="MIT, GPL-2"
distfiles="http://download.transmissionbt.com/files/$pkgname-$version.tar.xz"
checksum=2869f9a5c1202fa1b65dbf60ffae9e4cad7d6e2fff0de55416a761e60d894a66
long_desc="
Transmission is a free, lightweight BitTorrent client. It features a simple,
intuitive interface on top on an efficient, cross-platform back-end."
subpackages="${pkgname}-gtk ${pkgname}-qt"
checksum=02c8c47da5b5567f9018d4a1fdad585cff58d315bd2a544da71e7bd473853b33
post_build() {
# Build the qt frontend.

View file

@ -2,9 +2,6 @@
#
depends="${sourcepkg}>=${version} hicolor-icon-theme desktop-file-utils"
short_desc="${short_desc} -- GTK+ frontend"
long_desc="${long_desc}
This package contains transmission-gtk, the GTK+ frontend."
do_install() {
vmove usr/bin/transmission-gtk usr/bin

View file

@ -2,9 +2,6 @@
#
depends="${sourcepkg}>=${version}"
short_desc="${short_desc} -- QT Frontend"
long_desc="${long_desc}
This package contains transmission-qt, the QT frontend."
do_install() {
make -C ${wrksrc}/qt INSTALL_ROOT=${DESTDIR}/usr install