diff --git a/srcpkgs/transmission/template b/srcpkgs/transmission/template index 188e36ef720..64906988f4f 100644 --- a/srcpkgs/transmission/template +++ b/srcpkgs/transmission/template @@ -1,6 +1,6 @@ # Template file for 'transmission' pkgname=transmission -version=2.77 +version=2.80 revision=1 build_style=gnu-configure configure_args="--enable-nls --enable-cli --enable-daemon --enable-utp" @@ -12,7 +12,7 @@ maintainer="Juan RP " homepage="http://www.transmissionbt.com/" license="MIT, GPL-2" distfiles="http://download.transmissionbt.com/files/$pkgname-$version.tar.xz" -checksum=55b1653fc18a10153ba9439f284bd7b2276a6859416dcae217d9e8c689841fde +checksum=0ea0bc62e3917ce4cb848582888ecdcd0c0dbe8ffb9482d7330c823e1ff15df3 post_build() { # Build the qt frontend. @@ -28,7 +28,7 @@ post_install() { transmission-gtk_package() { depends="${sourcepkg}>=${version} hicolor-icon-theme desktop-file-utils" - short_desc="${short_desc} -- GTK+ frontend" + short_desc+=" - GTK+ frontend" pkg_install() { vmove usr/bin/transmission-gtk vmove usr/share/man/man1/transmission-gtk.1 @@ -40,7 +40,7 @@ transmission-gtk_package() { transmission-qt_package() { depends="${sourcepkg}>=${version}" - short_desc="${short_desc} -- QT Frontend" + short_desc+=" - QT Frontend" pkg_install() { vmove usr/bin/transmission-qt vmove usr/share/man/man1/transmission-qt.1 @@ -51,6 +51,6 @@ transmission-qt_package() { transmission_package() { pkg_install() { - vmove usr + vmove all } }