transmission: update to 2.31.
This commit is contained in:
parent
c49018492a
commit
07e389e21e
1 changed files with 4 additions and 5 deletions
|
@ -1,13 +1,14 @@
|
||||||
# Template file for 'transmission'
|
# Template file for 'transmission'
|
||||||
pkgname=transmission
|
pkgname=transmission
|
||||||
version=2.22
|
version=2.31
|
||||||
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-libnotify --enable-nls --enable-cli
|
||||||
--enable-daemon --disable-libappindicator --enable-libcanberra"
|
--enable-daemon --disable-libappindicator --enable-libcanberra
|
||||||
|
--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>"
|
||||||
checksum=5a4079194f45260c143f21ea6f33ce2660d89fca02ad8f1e65169968d365e4d4
|
checksum=f38b207009a6df254811d4d6764ae59380ec26d8614c2f2d2e31aebcb4ba167c
|
||||||
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
|
||||||
|
@ -27,7 +28,6 @@ Add_dependency run gdk-pixbuf
|
||||||
Add_dependency run gtk+
|
Add_dependency run gtk+
|
||||||
Add_dependency run libnotify
|
Add_dependency run libnotify
|
||||||
Add_dependency run libcanberra
|
Add_dependency run libcanberra
|
||||||
Add_dependency run GConf
|
|
||||||
|
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build intltool
|
Add_dependency build intltool
|
||||||
|
@ -42,7 +42,6 @@ Add_dependency build gdk-pixbuf-devel
|
||||||
Add_dependency build gtk+-devel
|
Add_dependency build gtk+-devel
|
||||||
Add_dependency build libnotify-devel
|
Add_dependency build libnotify-devel
|
||||||
Add_dependency build libcanberra-devel
|
Add_dependency build libcanberra-devel
|
||||||
Add_dependency build GConf-devel
|
|
||||||
|
|
||||||
Add_dependency full desktop-file-utils
|
Add_dependency full desktop-file-utils
|
||||||
Add_dependency full hicolor-icon-theme
|
Add_dependency full hicolor-icon-theme
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue