You are not logged in.
Seeing as the current version of KTorrent caps out at a few KB/s on all torrents, and the CVS version fixes a lot of these bugs, methinks it would be nice to have a PKGBUILD of the CVS version.
Offline
Try this, G. I can't test it, not being a KDE user, but it grabs the source correctly (SVN by the way, not CVS). If anything needs changing let me know.
# Maintainer: Tom K <tomk@runbox.com>
pkgname=ktorrent-svn
pkgver=491933
pkgrel=1
pkgdesc="KDE bittorrent client"
depends=('kdebase')
makedepends=('subversion')
conflicts=('ktorrent')
provides=('ktorrent')
source=()
md5sums=()
_svntrunk=svn://anonsvn.kde.org/home/kde/trunk/extragear/network/
_svnmod=ktorrent
build() {
cd $startdir/src
svn co $_svntrunk/$_svnmod --config-dir ./ -r $pkgver
cd $_svnmod
svn co svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kde-common/admin/
svn cat svn://anonsvn.kde.org/home/kde/trunk/extragear/network/Makefile.cvs > Makefile.cvs
cd ..
cp -r $_svnmod $_svnmod-build
cd $_svnmod-build
make -f Makefile.cvs
./configure --prefix=/usr
make all || return 1
make DESTDIR=$startdir/pkg install
}Recommend you use versionpkg to build it - very useful tool for cvs/svn stuff.
Offline
Should require kdebase, not the whole kde group.
Edit: other than that, it works perfectly.
Offline
Good stuff. I've edited depends line as advised, so I'll stick it in the AUR now.
Offline
I've voted for it.
Offline
I can´t understand voting for cvs/svn packages. From what I know votes should show the interest what package are wanted to move to cuurent or extra. And I guess cvs/svn packages will never go to the stable repos.
Offline
You probably have a point there, Andy. On the other hand, though, Gullible's vote makes me feel good - that's got to count for something, right? ![]()
Offline
If a package gets enough votes, it can go into the Community repo, IIRC.
Offline
WARNING - Re-animated thread
ktorrent-svn is now available for adoption, as I don't use it, and am unable to maintain it properly.
First come, first served, and no fighting please. ![]()
Offline