mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
transmission: update to 2.41.
This commit is contained in:
parent
0b00102476
commit
9724434a58
1 changed files with 6 additions and 9 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'transmission'
|
# Template file for 'transmission'
|
||||||
pkgname=transmission
|
pkgname=transmission
|
||||||
version=2.33
|
version=2.41
|
||||||
|
# WTF??!!!
|
||||||
|
wrksrc=${pkgname}-2.40
|
||||||
distfiles="http://download.transmissionbt.com/files/$pkgname-$version.tar.bz2"
|
distfiles="http://download.transmissionbt.com/files/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--enable-gtk --enable-libnotify --enable-nls --enable-cli
|
configure_args="--enable-gtk --enable-nls --enable-cli
|
||||||
--enable-daemon --disable-libappindicator --enable-libcanberra
|
--enable-daemon --disable-libappindicator --enable-utp"
|
||||||
--disable-gconf2 --enable-utp"
|
|
||||||
short_desc="A fast, easy, and free BitTorrent client"
|
short_desc="A fast, easy, and free BitTorrent client"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.transmissionbt.com/"
|
homepage="http://www.transmissionbt.com/"
|
||||||
license="MIT, GPL-2"
|
license="MIT, GPL-2"
|
||||||
checksum=025c485b515b41ea398af032640cec0876d153932ffb5ef6f2161ef8ee370c70
|
checksum=3ee19a5c0a15f0ae6112f34f2394c762f487ba8da690ecd0d7f3f9ede5770353
|
||||||
long_desc="
|
long_desc="
|
||||||
Transmission is a free, lightweight BitTorrent client. It features
|
Transmission is a free, lightweight BitTorrent client. It features
|
||||||
a simple, intuitive interface on top on an efficient, cross-platform
|
a simple, intuitive interface on top on an efficient, cross-platform
|
||||||
|
@ -28,8 +29,6 @@ Add_dependency run libevent
|
||||||
Add_dependency run pango
|
Add_dependency run pango
|
||||||
Add_dependency run gdk-pixbuf
|
Add_dependency run gdk-pixbuf
|
||||||
Add_dependency run gtk+
|
Add_dependency run gtk+
|
||||||
Add_dependency run libnotify
|
|
||||||
Add_dependency run libcanberra
|
|
||||||
Add_dependency run desktop-file-utils
|
Add_dependency run desktop-file-utils
|
||||||
Add_dependency run hicolor-icon-theme
|
Add_dependency run hicolor-icon-theme
|
||||||
|
|
||||||
|
@ -41,5 +40,3 @@ Add_dependency build dbus-glib-devel
|
||||||
Add_dependency build libcurl-devel
|
Add_dependency build libcurl-devel
|
||||||
Add_dependency build libevent-devel
|
Add_dependency build libevent-devel
|
||||||
Add_dependency build gtk+-devel
|
Add_dependency build gtk+-devel
|
||||||
Add_dependency build libnotify-devel
|
|
||||||
Add_dependency build libcanberra-devel
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue