You are not logged in.
I've created a PKGBUILD for kasablanca and kftpgrabber, as well as i provide binary packages to them.
I've created them since KBear seems to be outdated, and doesn't work anymore.
Kasablanca needs two patches, since off_t isn't defined by glibc anymore.
I think for older versions of kasablanca there were pkgbuilds around, and i think i've also seen an actual one to kftpgrabber. Anyway, you can find the packages, pkgbuilds filelists and patches at:
Kasablanca
filelist
PKGBUILD
kbitem.patch
kbfileinfo.patch
(BINARY) kasablanca-0.4.0.1-1.pkg.tar.gz
kftpgrabber
filelist
PKGBUILD
(BINARY) kftpgrabber-0.5.0-1.pkg.tar.gz
// STi
Ability is nothing without opportunity.
Offline
Thanks!
Kasablanca is just what I've been looking for ![]()
To err is human... to really foul up requires the root password.
Offline
Pleasure, you are as always welcome.
// STi
Ability is nothing without opportunity.
Offline
I was looking for a QT/KDE FTP client, so I made a new PKGBUILD for kftpgrabber.
pkgname=kftpgrabber
pkgver=0.8.0beta2
pkgrel=1
pkgdesc="KFTPgrabber is a graphical FTP client for the K Desktop Environment"
url="http://www.kftp.org"
license="GPL"
depends=('qt' 'kdelibs' 'openssl')
source=(http://www.kftp.org/uploads/files/$pkgname-0.8.0-beta2.tar.bz2)
md5sums=('c0be2a92bd0550809c5e51a1e050719b')
build() {
cd $startdir/src/$pkgname-0.8.0-beta2
./configure --prefix=/opt/kde
make || return 1
make DESTDIR=$startdir/pkg install
}Linux user #438799
Offline