transmission: update to 2.80.
This commit is contained in:
parent
358503b8dd
commit
6a47faed28
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'transmission'
|
# Template file for 'transmission'
|
||||||
pkgname=transmission
|
pkgname=transmission
|
||||||
version=2.77
|
version=2.80
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-nls --enable-cli --enable-daemon --enable-utp"
|
configure_args="--enable-nls --enable-cli --enable-daemon --enable-utp"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.transmissionbt.com/"
|
homepage="http://www.transmissionbt.com/"
|
||||||
license="MIT, GPL-2"
|
license="MIT, GPL-2"
|
||||||
distfiles="http://download.transmissionbt.com/files/$pkgname-$version.tar.xz"
|
distfiles="http://download.transmissionbt.com/files/$pkgname-$version.tar.xz"
|
||||||
checksum=55b1653fc18a10153ba9439f284bd7b2276a6859416dcae217d9e8c689841fde
|
checksum=0ea0bc62e3917ce4cb848582888ecdcd0c0dbe8ffb9482d7330c823e1ff15df3
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
# Build the qt frontend.
|
# Build the qt frontend.
|
||||||
|
@ -28,7 +28,7 @@ post_install() {
|
||||||
|
|
||||||
transmission-gtk_package() {
|
transmission-gtk_package() {
|
||||||
depends="${sourcepkg}>=${version} hicolor-icon-theme desktop-file-utils"
|
depends="${sourcepkg}>=${version} hicolor-icon-theme desktop-file-utils"
|
||||||
short_desc="${short_desc} -- GTK+ frontend"
|
short_desc+=" - GTK+ frontend"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/transmission-gtk
|
vmove usr/bin/transmission-gtk
|
||||||
vmove usr/share/man/man1/transmission-gtk.1
|
vmove usr/share/man/man1/transmission-gtk.1
|
||||||
|
@ -40,7 +40,7 @@ transmission-gtk_package() {
|
||||||
|
|
||||||
transmission-qt_package() {
|
transmission-qt_package() {
|
||||||
depends="${sourcepkg}>=${version}"
|
depends="${sourcepkg}>=${version}"
|
||||||
short_desc="${short_desc} -- QT Frontend"
|
short_desc+=" - QT Frontend"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/transmission-qt
|
vmove usr/bin/transmission-qt
|
||||||
vmove usr/share/man/man1/transmission-qt.1
|
vmove usr/share/man/man1/transmission-qt.1
|
||||||
|
@ -51,6 +51,6 @@ transmission-qt_package() {
|
||||||
|
|
||||||
transmission_package() {
|
transmission_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue