You are not logged in.

#1 2004-07-23 09:44:59

ik0
Member
From: Bulgaria
Registered: 2004-07-23
Posts: 16
Website

[Request] CenterICQ 4.10.0

New version ot CenterICQ was released on 30 Jun 2004. Is there any problem to update to latest version ?

http://konst.org.ua/centericq

Offline

#2 2004-07-23 10:02:10

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: [Request] CenterICQ 4.10.0

ik0 wrote:

New version ot CenterICQ was released on 30 Jun 2004. Is there any problem to update to latest version ?

http://konst.org.ua/centericq

use the "Flag Package out-of-date" button on the page of the pkg:

http://www.archlinux.org/packages.php?id=598

and if it is already flagged, then wait or try yourself with ABS

package manitainers are also humans :-)


The impossible missions are the only ones which succeed.

Offline

#3 2004-12-01 00:43:22

Skee
Member
From: Bucuresti, Romania
Registered: 2004-10-29
Posts: 23
Website

Re: [Request] CenterICQ 4.10.0

CenterICQ version 4.12.0 came out at the end of september. Tried to build by hand, but choked in libicq2000. Package is flagged out of date for some time now.
Any chance anybody will get on this?
Thanks.

Call me Sir BumpALot.

Offline

#4 2004-12-01 02:13:12

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: [Request] CenterICQ 4.10.0

email the maintainer and politely ask why there is a delay in getting this upgraded. do not be demanding.


AKA uknowme

I am not your friend

Offline

#5 2004-12-06 03:49:05

Hum
Member
Registered: 2004-06-13
Posts: 46

Re: [Request] CenterICQ 4.10.0

Ok well i got a cvs copy to build right so i'll post that pkg

# $Id: PKGBUILD,v 1.18 2004/04/19 21:39:25 dorphell Exp $
# Maintainer: dorphell <dorphell@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>

pkgname=centericq
pkgver=centericq-cvs
pkgrel=1
pkgdesc="A text mode menu- and window-driven IM interface (ICQ, Yahoo!, MSN, Jabber, ...)"
depends=('gcc' 'openssl')
source=(http://www.centericq.de/archive/source/snapshots/centericq-20041206-020001.tar.gz)
url="http://konst.org.ua/centericq/"
md5sums=('7c2c3a83ad30cff1a45508f740fdaffb')

build() {
    cd $startdir/src/centericq-20041206-020001/centericq
    ./configure --prefix=/usr --with-ssl --without-libjpeg
    make || return 1
    make prefix=$startdir/pkg/usr install
}

Offline

#6 2004-12-20 21:06:43

luisfelipe
Member
Registered: 2004-05-06
Posts: 96

Re: [Request] CenterICQ 4.10.0

Well, CenterICQ 4.13.0 has been released, and now it is supposed to compile correctly with GCC 3.4 .
Just hope that it will be updated soon.

Offline

#7 2004-12-21 23:48:29

luisfelipe
Member
Registered: 2004-05-06
Posts: 96

Re: [Request] CenterICQ 4.10.0

hi,

anyone knows if dorphell is still active ? I ask this because I have already e-mailed him like 3 or 4 times, on 2 different subjects, and he still hasn't replied to any of them.

Offline

#8 2004-12-22 05:19:32

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: [Request] CenterICQ 4.10.0

centericq 4.13.0 builds easily. Here's the PKGBUILD:

# $Id: PKGBUILD,v 1.18 2004/04/19 21:39:25 dorphell Exp $
# Maintainer: dorphell <dorphell@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>

pkgname=centericq
pkgver=4.13.0
pkgrel=1
pkgdesc="A text mode menu- and window-driven IM interface (ICQ, Yahoo!, MSN, Jabber, ...)"
depends=('gcc' 'openssl')
source=(http://konst.org.ua/download/$pkgname-$pkgver.tar.gz)
url="http://konst.org.ua/centericq/"
md5sums=('bea0d5ead35d5046d5b7eb3e62b351f9')

build() {
    cd $startdir/src/$pkgname-$pkgver
    ./configure --prefix=/usr --with-ssl --without-libjpeg
    make || return 1
    make prefix=$startdir/pkg/usr install
}

Offline

Board footer

Powered by FluxBB