Package Details: irssi-git 1.5+1.dev.r237.g5c159375-1

Git Clone URL: https://aur.archlinux.org/irssi-git.git (read-only, click to copy)
Package Base: irssi-git
Description: Modular text mode IRC client with Perl scripting
Upstream URL: https://irssi.org
Licenses: GPL-2.0-only
Conflicts: irssi
Provides: irssi
Submitter: None
Maintainer: atticf
Last Packager: atticf
Votes: 20
Popularity: 0.000000
First Submitted: 2009-04-21 11:52 (UTC)
Last Updated: 2024-05-11 09:26 (UTC)

Required by (12)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

sudokode commented on 2013-07-31 16:12 (UTC)

It appears as though the irssi git repo is down. They've either stopped caring about it and just gone back to svn or didn't really plan on moving to git as it was just a mirror of the svn. Check out the irssi-svn package.

toropisco commented on 2013-05-25 23:18 (UTC)

Would you mind updating the PKGBUILD with this one? https://raw.github.com/vorbote/arch-pkgbuild/master/irssi-svn/PKGBUILD I have updated the PKGBUILD to use pacman 4.1 features.

gtmanfred commented on 2012-05-30 16:56 (UTC)

just so it is a little better... # Contributor: Zariel <c.bannister@gmail.com> pkgname=irssi-git pkgver=20120530 pkgrel=1 pkgdesc="Irssi - A cli irc client" arch=('i686' 'x86_64') url="http://irssi.org/" license=('GPL') depends=('glib2' 'openssl' 'ncurses' 'perl>=5.10.0-1' 'lynx') provides=('irssi') _gitroot="git://git.irssi.org/irssi" _gitname="irssi" build() { cd "$srcdir" msg "Connecting to GIT server...." if [ -d $_gitname ] ; then cd $_gitname git fetch origin git merge origin/trunk msg "The local files are updated." else git clone $_gitroot $_gitname fi msg "GIT checkout done or server timeout" msg "Starting make..." [ -d $srcdir/$_gitname-build] && rm -rf "$srcdir/$_gitname-build" git clone $srcdir/$_gitname $srcdir/$_gitname-build cd "$srcdir/$_gitname-build" ./autogen.sh --prefix=/usr --with-proxy --sysconfdir=/etc \ --with-perl-lib=vendor make } package() { make DESTDIR=$startdir/pkg install rm $startdir/pkg/usr/lib/perl5/core_perl/perllocal.pod }

wodim commented on 2012-05-20 14:10 (UTC)

lynx!?

<deleted-account> commented on 2011-07-12 12:12 (UTC)

the rm line is useless: http://codepad.org/ZGv6FIiM

<deleted-account> commented on 2011-04-03 22:51 (UTC)

fixed.. erronous white space. Thanks

misc commented on 2011-04-03 20:02 (UTC)

Fails to build with pacman 3.5: ==> ERROR: Invalid syntax for optdepend : ':

esterun commented on 2011-03-23 14:58 (UTC)

and with conflics => http://pastebin.archlinux.fr/431610 That's good here.

esterun commented on 2011-03-23 14:33 (UTC)

=> http://pastebin.archlinux.fr/431609

esterun commented on 2011-03-23 13:42 (UTC)

hi There is an error at first time's compilation: the build directory dont here. Perhaps the solution is someting like this: [ ! -d "$srcdir/$_gitname-build" ] && rm -r "$srcdir/$_gitname-build" And put conflicts=('irssi') To is not a bad idea, because we arrive at install and "file exist on systeme" :) Thx for this PKGBUILD !!