You are not logged in.
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
Email the maintainer to ask him if he's still interested in maintaining gaim-xfire.
Offline
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
The wiki has CVS/SVN PKGBUILD Guidelines which should be applied to the SVN build.
Offline
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=222017have a nice day
XazZ
EDIT: new package online! - thank you all for your help
svn package will follow tomorrow
XazZ
Offline