transmission: update to 2.42.
This commit is contained in:
parent
dc44956a36
commit
4ca13ccbdf
2 changed files with 6 additions and 10 deletions
|
@ -1,18 +1,14 @@
|
|||
# Template file for 'transmission'
|
||||
pkgname=transmission
|
||||
version=2.41
|
||||
# WTF??!!!
|
||||
wrksrc=${pkgname}-2.40
|
||||
version=2.42
|
||||
distfiles="http://download.transmissionbt.com/files/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-gtk --enable-nls --enable-cli
|
||||
--enable-daemon --disable-libappindicator --enable-utp"
|
||||
revision=2
|
||||
configure_args="--enable-nls --enable-cli --enable-daemon --enable-utp"
|
||||
short_desc="A fast, easy, and free BitTorrent client"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.transmissionbt.com/"
|
||||
license="MIT, GPL-2"
|
||||
checksum=3ee19a5c0a15f0ae6112f34f2394c762f487ba8da690ecd0d7f3f9ede5770353
|
||||
checksum=765ff880d1763d99744299bbad0f268aee7fae844e5455e71214f36abaf6ad23
|
||||
long_desc="
|
||||
Transmission is a free, lightweight BitTorrent client. It features
|
||||
a simple, intuitive interface on top on an efficient, cross-platform
|
||||
|
@ -30,4 +26,4 @@ Add_dependency build openssl-devel
|
|||
Add_dependency build dbus-glib-devel
|
||||
Add_dependency build libcurl-devel
|
||||
Add_dependency build libevent-devel
|
||||
Add_dependency build gtk+-devel
|
||||
Add_dependency build gtk+3-devel
|
||||
|
|
|
@ -6,11 +6,11 @@ libz.so.1
|
|||
libpthread.so.0
|
||||
libc.so.6
|
||||
libm.so.6
|
||||
libgtk-x11-2.0.so.0
|
||||
libgdk-x11-2.0.so.0
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libpango-1.0.so.0
|
||||
libgio-2.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
libgthread-2.0.so.0
|
||||
libglib-2.0.so.0
|
||||
libgtk-3.so.0
|
||||
libgdk-3.so.0
|
||||
|
|
Loading…
Add table
Reference in a new issue