|
|
官方的qq用不了,启动之后,界面一闪就消失了。
按照网上的指南装了yaourt,然后
yaourt -S eva
没有编辑pkgbuid:
- pkgname=eva
- pkgver=0.4.1
- pkgrel=1
- arch=('i686')
- pkgdesc="QQ protocol instant messaging client for KDE."
- url="http://sourceforge.net/projects/evaq"
- license="GPL"
- depends=('kdelibs' 'qt3')
- makedepends=('pkgconfig' 'make')
- source=(http://internap.dl.sourceforge.net/sourceforge/evaq/$pkgname-$pkgver.tar.bz2)
- md5sums=('975ad99a5ae2286432896968cb07334b')
- build() {
- cd $srcdir/$pkgname
- ./configure --prefix=`kde-config --prefix`
- make || return 1
- make DESTDIR=$pkgdir install
- }
复制代码
然后这里出错:
- checking for rpath... yes
- checking for KDE... configure: error:
- in the prefix, you've chosen, are no KDE libraries installed. This will fail.
- So, check this please and use another prefix!
- make: *** No targets specified and no makefile found. Stop.
- ==> ERROR: Build Failed.
- Aborting...
- Error: Makepkg was unable to build eva package.
- missing dependency for bootchart : j2re
复制代码
不太明白,要改pkgbuid吗,怎么改呢?请大家指教
已经装了kde,和lxde |
|