You are not logged in.

#1 2007-01-14 19:01:17

XazZ
Member
From: Munich, Germany
Registered: 2006-12-30
Posts: 72

I'd like to update the gaim-xfire package

Hi...
I've built a new package for gaim-xfire
The newest version in AUR is 0.5.8 (31 May 2006)
The current stable version is  0.6.0 (2006-09-16)
I've built a package for 0.6.0 and for svn

Here comes the "normal" one:

# Contributor: xazz <xazz>

pkgname=gaim-xfire
pkgver=0.6.0
pkgrel=1
depends=('gaim')
pkgdesc="A plugin for Gaim that allows you to connect to the Xfire protocol"
source=(http://prdownloads.sourceforge.net/sourceforge/gfire/$pkgname-$pkgver.tar.gz)
url="http://www.fryx.ch/xfire"
md5sums=('fec1feb2d311c3264037124c77c2bc1b')

build()        {
        cd $startdir/src/$pkgname-$pkgver
        ./configure --with-gaim=`which gaim` --prefix=/usr
        make || return 1
        make DESTDIR=$startdir/pkg install
} 
 

and here is the svn one:

# Contributor: xazz <xazz>

pkgname=gaim-xfire-svn
pkgver=125
pkgrel=1
pkgdesc="A plugin for Gaim that allows you to connect to the Xfire protocol"
url="http://www.fryx.ch/xfire"
depends=('gaim')
conflicts=('gaim-xfire')

source=()
md5sums=()

_svntrunk=https://gfire.svn.sourceforge.net/svnroot/gfire
_svnmod=gfire

build()        {
  cd $startdir/src
  svn co $_svntrunk $_svnmod
  cd $_svnmod/trunk
  ./autogen.sh

  msg "SVN checkout done or server timeout"
  msg "Starting make..."

  ./configure --with-gaim=`which gaim` --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install

  msg "If building package worked run 'cp -r src/gfire/trunk/data/* ~/.gaim/' as USER!"
} 

It would be nice if you could make me maintainer of that project in AUR
The current maintainer has not been on the forum since Oct 05 2006

thanks and enjoy
XazZ

Offline

#2 2007-01-14 19:19:55

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

Re: I'd like to update the gaim-xfire package

Email the maintainer to ask him if he's still interested in maintaining gaim-xfire.

Offline

#3 2007-01-14 19:49:00

XazZ
Member
From: Munich, Germany
Registered: 2006-12-30
Posts: 72

Re: I'd like to update the gaim-xfire package

Snowman wrote:

Email the maintainer to ask him if he's still interested in maintaining gaim-xfire.

sorry, forgot that
first I couldn't klick on his name because I was not logged in  :oops:

XazZ

Offline

#4 2007-01-14 19:53:40

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: I'd like to update the gaim-xfire package

The wiki has CVS/SVN PKGBUILD Guidelines which should be applied to the SVN build.

Offline

#5 2007-01-14 20:05:01

XazZ
Member
From: Munich, Germany
Registered: 2006-12-30
Posts: 72

Re: I'd like to update the gaim-xfire package

tomk wrote:

The wiki has CVS/SVN PKGBUILD Guidelines which should be applied to the SVN build.

thank you...
there are so much wiki articles....
Sorry that I haven't seen it before... - I'm reading it at the moment...

ok... I emailed him and I got this answer:

Andrey Semenov :
ok u can have it


On 1/14/07, XazZ XazZ <xazz> wrote:

    Hi...
    are you still interested in maintaining gaim-xfire in aur?
    If not could I be maintainer?

    I've made PKGBUILD's for the new gaim-xfire...
    you can take a look at them here: http://bbs.archlinux.org/viewtopic.php?p=222017

    have a nice day
    XazZ

EDIT: new package online! - thank you all for your help
svn package will follow tomorrow

XazZ

Offline

Board footer

Powered by FluxBB