You are not logged in.

#1 2004-06-28 11:30:36

kryo
Member
Registered: 2004-04-13
Posts: 40

[request] gaim 0.79

0.78 Package has been flagged out of date.  sad

Offline

#2 2004-06-28 15:16:29

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

Re: [request] gaim 0.79

patience is a virtue. its summer development slows so there will be lots of occasions where arch will not have the new releases at the momnet they are released.


AKA uknowme

I am not your friend

Offline

#3 2004-06-28 16:51:43

contrasutra
Member
From: New Jersey
Registered: 2003-07-26
Posts: 507

Re: [request] gaim 0.79

The maintainer is currently on vacation, so it'll be a while.


"Contrary to popular belief, penguins are not the salvation of modern technology.  Neither do they throw parties for the urban proletariat."

Offline

#4 2004-06-28 18:10:07

Thikasabrik
Member
Registered: 2004-02-23
Posts: 92

Re: [request] gaim 0.79

Here's a working PKGBUILD if anyone's interested. Although I still can't figure out why when I build the gaim package (incl. older versions) myself I don't get the option of X Usage as an idle time thingy.. Anyway..

# $Id: PKGBUILD,v 1.52 2004/06/03 02:16:44 judd Exp $
# Maintainer: dorphell <dorphell@archlinux.org>
# Contributor: Lucien Immink <l.immink@student.fnt.hvu.nl>
pkgname=gaim
pkgver=0.79
pkgrel=1
pkgdesc="A GTK+-based messaging client"
url="http://gaim.sourceforge.net"
depends=('startup-notification' 'gtk2' 'libao' 'gnutls' 'tk')
source=(http://dl.sourceforge.net/sourceforge/gaim/gaim-$pkgver.tar.bz2)
md5sums=('8d8758e4ef00187fcfe3ab14e4a3283e')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr --enable-nss=no
  make || return 1
  make DESTDIR=$startdir/pkg install
  rm $startdir/pkg/usr/lib/perl5/*/$CARCH-linux-thread-multi/perllocal.pod
}

This is nearly the same as the old one, except for the version, md5, and the addition of --enable-nss=no to avoid build problems when the /opt/mozilla environment variables are set (which they aren't in the 1.6 package). Works pretty good for me.[/code]

Offline

#5 2004-06-29 01:31:18

kryo
Member
Registered: 2004-04-13
Posts: 40

Re: [request] gaim 0.79

Woohoo! It's out!  big_smile

Offline

Board footer

Powered by FluxBB