You are not logged in.

#1 2004-09-05 14:59:21

mzruya
Member
Registered: 2004-05-14
Posts: 20

Gaim 0.82.1

Hey.. i know gaim is being properly maintained .. but i just had to upgrade to 0.82.1 because of the new feature that allows me to set the encoding ..
I'm not sure if my PKGBUILD is compliant with Arch rules .. so forgive me if isn't ... just makepkg and pacman -F the package ..
It worked for me :-)

PKGBUILD

pkgname=gaim
pkgver=0.82.1
pkgrel=1
pkgdesc="Gaim instant messenger"
url="http://gaim.sourceforge.net/"
license=""
depends=('startup-notification' 'gtk2' 'libao' 'gnutls' 'tk' 'gtkspell')
conflicts=()
replaces=()
backup=()
install=
source=(http://heanet.dl.sourceforge.net/sourceforge/gaim/$pkgname-$pkgver.tar.gz)
md5sums=()

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

Offline

#2 2004-09-05 15:09:34

neotuli
Lazy Developer
From: London, UK
Registered: 2004-07-06
Posts: 1,204
Website

Re: Gaim 0.82.1

Fix the source..you're missing a "bz2" . And while I'm at it...I tried compiling this a looong time ago..like when it was first released..but something was mucked up on the SF servers and it claimed that the file didnt exist. *shrug* hey, it works now


The suggestion box only accepts patches.

Offline

#3 2004-09-05 15:15:52

mzruya
Member
Registered: 2004-05-14
Posts: 20

Re: Gaim 0.82.1

thanks..
fixed

Offline

#4 2004-09-06 06:48:44

oscar
Member
From: Kiruna, Sweden
Registered: 2004-08-13
Posts: 457

Re: Gaim 0.82.1

shouldn't the prefix be /opt/gnome?
gaim is a gnome application, after all.


To err is human... to really foul up requires the root password.

Offline

#5 2004-09-06 13:49:38

mzruya
Member
Registered: 2004-05-14
Posts: 20

Re: Gaim 0.82.1

thanks..
corrected

Offline

#6 2004-09-06 17:48:21

punkrockguy318
Member
From: New Jersey
Registered: 2004-02-15
Posts: 711
Website

Re: Gaim 0.82.1

The prefix should be /usr.  Gaim is not a gnome app, it is a GTK app.  Gaim runs perfectly fine without the gnome libaries.

Also:  If you don't really wanna wait for the new version to be official released, you can just go into abs /var/abs/network/gaim.. up the PKGBUILD to the new version and makepkg... It's easier then making a PKGBUILD 8)


If I have the gift of prophecy and can fathom all mysteries and all knowledge, and if I have a faith that can move mountains, but have not love, I am nothing.   1 Corinthians 13:2

Offline

#7 2004-09-08 03:57:23

slyski
Member
From: Cheese Head Land
Registered: 2004-01-11
Posts: 60

Re: Gaim 0.82.1

and there is still that issue about gtkspell in bugtracker.
looks like you could disable it on the config line and take it out of
depends till the matter is cleared up.

cheers,
slyski


Joey: If a cow passes away from natural causes can I eat it.
Pheobe: Not if I get there first.

Offline

Board footer

Powered by FluxBB