mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
updated extra/transmission
This commit is contained in:
parent
3dd5c1345b
commit
9b6ee62687
2 changed files with 12 additions and 9 deletions
|
@ -1,29 +1,31 @@
|
|||
# $Id: PKGBUILD 109455 2011-02-09 19:20:17Z ibiru $
|
||||
# $Id: PKGBUILD 113430 2011-03-08 17:02:40Z ibiru $
|
||||
# Maintainer : Ionut Biru <ibiru@archlinux.org>
|
||||
|
||||
# PlugApps changes: Add rtmpdump to the dependencies.
|
||||
# PlugApps: Kevin Mihelich <kevin@plugapps.com>
|
||||
# - add 'rtmpdump' to depends
|
||||
|
||||
plugrel=1
|
||||
|
||||
pkgbase=transmission
|
||||
pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt')
|
||||
pkgver=2.21
|
||||
pkgver=2.22
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.transmissionbt.com/"
|
||||
license=('MIT')
|
||||
makedepends=('intltool' 'curl' 'libnotify' 'desktop-file-utils' 'qt' 'libevent')
|
||||
makedepends=('intltool' 'curl' 'libnotify' 'desktop-file-utils' 'qt' 'libevent' 'libcanberra')
|
||||
source=(http://mirrors.m0k.org/transmission/files/${pkgbase}-${pkgver}.tar.bz2
|
||||
transmissiond transmissiond.conf)
|
||||
md5sums=('65a00e3423834121c274717bde2b4dd9'
|
||||
md5sums=('6499986bf769276310b00bda1090090d'
|
||||
'50b7c17300bc8b38f44fb6f681ba05d0'
|
||||
'7cd2e5aea982cf3f0309a4751f237663')
|
||||
'be39806c35b7544856fa4070b00fc960')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgbase}-${pkgver}"
|
||||
|
||||
export CFLAGS="$CFLAGS -fno-strict-aliasing"
|
||||
|
||||
./configure --prefix=/usr
|
||||
./configure --prefix=/usr --disable-gconf2
|
||||
make
|
||||
pushd qt
|
||||
qmake qtr.pro
|
||||
|
@ -49,7 +51,8 @@ package_transmission-cli() {
|
|||
|
||||
package_transmission-gtk() {
|
||||
pkgdesc="Fast, easy, and free BitTorrent client (GTK+ GUI)"
|
||||
depends=('curl' 'libevent' 'libnotify' 'desktop-file-utils' 'hicolor-icon-theme' 'rtmpdump')
|
||||
depends=('curl' 'libevent' 'libnotify' 'desktop-file-utils' 'hicolor-icon-theme'
|
||||
'gtk2' 'dbus-glib' 'libcanberra' 'rtmpdump')
|
||||
optdepends=('notification-daemon: Desktop notification support'
|
||||
'transmission-cli: daemon and web support')
|
||||
install=transmission-gtk.install
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
# TRANSMISSION_HOME=/home/foo
|
||||
# TRANS_USER="foo"
|
||||
# TRANS_ARGS="-T --blocklist -g $TRANSMISSION_HOME/.config/transmission-daemon"
|
||||
# TRANS_ARGS="-g $TRANSMISSION_HOME/.config/transmission-daemon"
|
||||
|
|
Loading…
Reference in a new issue