You are not logged in.
could anyone confirm if they can install the new kcall
http://websvn.kde.org/trunk/playground/network/kcall/
someone suggested me a pkgbuild here but it is not working
http://chakra-project.org/bbs/viewtopic.php?id=1253
Acer Aspire V5-573P Antergos KDE
Offline
Add this
http://aur.archlinux.org/packages.php?ID=11357
to makedepends.
(first, look if it can be built at first)
(and, it actually telepathy-qt-svn's PKGBUILD is wrong in some parts, so may have to adopt it and fix it)
--------
OR this one http://aur.archlinux.org/packages.php?ID=29318
Last edited by flamelab (2009-08-16 11:27:57)
Offline
flame lab thanks telepathy-qt-svn is very old and should be removed also it seems kcall needs telepathy-mission-control-svn I requested in chakra forums (amnon) made a PKGBUILD for it but it has some issues i guess
here is what he made
# Chakra-Maintainer: venky80
# Arch-Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Bjorn Lindeijer <bjorn lindeijer nl>
# Contributor: Andreas Zwinkau <beza1e1@web.de>
pkgname=telepathy-mission-control-svn
pkgver=1234
pkgrel=1
pkgdesc="A Telepathy component providing abstraction of some of the details of connection managers."
arch=('i686' 'x86_64')
url="http://mission-control.sourceforge.net/"
license=('LGPL2')
# you can edit the deps if you need to ...
depends=('libtelepathy' 'gnome-keyring>=2.24.0')
# maybe makedeps needs edited aswell ...
makedepends=('libxslt' 'python')
options=('!libtool')
# stable source path
#source=(http://downloads.sourceforge.net/sourceforge/mission-control/${pkgname}-${pkgver}.tar.gz)
#md5sums=('0a547e7af4a33355bac3638dd2e40859')
# comment out when using stable tarball
_svntrunk=svn://what/ever/path/to/svn/trunk
_svnmod=NAMEOFCHECKOUTFOLDER
build() {
cd "$srcdir"
# comment out when using stable tarball
svn co $_svntrunk $_svnmod
msg "SVN checkout done or server timeout"
mkdir -p $srcdir/build
cd $srcdir/build
# maybe you have to run something else before configure gets created
../$_svnmod/configure --prefix=/usr || return 1
# stable build
# cd "${srcdir}/${pkgname}-${pkgver}"
# ./configure --prefix=/usr || return 1
make || return 1
make DESTDIR="${pkgdir}" install || return 1
}i think the svn url is https://mission-control.svn.sourceforge … n-control/
it is possible to correct this?
Last edited by venky80 (2009-08-16 12:11:15)
Acer Aspire V5-573P Antergos KDE
Offline
Τry the second one (telepath-qt) not the svn one.
Offline