[kopete-bugs] [Bug 203572] Kopete crashed while starting up (std::string*, MSN::NotificationServerConnection::connect , libmsn?)

Pete Martin pbtrn10k at gmail.com
Sun Aug 16 16:56:13 CEST 2009


https://bugs.kde.org/show_bug.cgi?id=203572





--- Comment #11 from Pete Martin <pbtrn10k gmail com>  2009-08-16 16:56:09 ---
(In reply to comment #9)
> I don't find an archlinux package to downgrade it anywhere, so it seems I'll
> wait.
> Thank you.
(In reply to comment #10)
> @Álvaro Villalba: try using your pacman cache at /var/cache/pacman/pkg
> Regards


If it's not in /var/cache/pacman/pkg this PKGBUILD will work:

# $Id: $
# Maintainer: Andrea Scarpino <andrea at archlinux.org>
# Contributor: Charly Ghislain <charlyghislain at gmail.com>

pkgname=libmsn
pkgver=4.0beta6
_pkgver=4.0-beta6
pkgrel=1
pkgdesc="A reusable, open-source, fully documented library for connecting to
Microsoft's MSN"
url="http://sourceforge.net/projects/libmsn/"
arch=('i686' 'x86_64')
license=('GPL2')
depends=('openssl')
makedepends=('cmake')
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$_pkgver.tar.bz2)
md5sums=('b2f9d8fc63921f4f66b91873f9f3f662')

build() {
  cd ${srcdir}/$pkgname-$_pkgver

  mkdir build
  cd build
  cmake -D CMAKE_INSTALL_PREFIX=/usr .. || return 1
  make DESTDIR=${pkgdir} install
}

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the kopete-bugs mailing list