Search Criteria
Package Details: scrollz 2.3-1
Git Clone URL: | https://aur.archlinux.org/scrollz.git (read-only, click to copy) |
---|---|
Package Base: | scrollz |
Description: | An advanced IRC client based on ircII client. |
Upstream URL: | http://www.scrollz.info/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | ndowens |
Maintainer: | aksr |
Last Packager: | aksr |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2009-07-04 08:04 |
Last Updated: | 2016-11-09 03:50 |
Latest Comments
vorbote commented on 2014-12-08 19:11
Oops! Port number should be 6697 or 7000
vorbote commented on 2014-12-08 12:32
Much appreciated!
vorbote commented on 2014-12-06 16:30
Me again. :-)
Would you mind changing
--with-default-server=chat.freenode.net:6667
for
--with-default-server='!chat.freenode.net:6697'
so that the default connection is encrypted? Some security is better than none ;-)
vorbote commented on 2014-11-25 18:14
To clarify: Although you enable openssl, the configuration script is detecting gnutls and choosing it first. Furthermore, you only need to depend on what you use; gnutls or openssl, not both.
Cheers.
vorbote commented on 2014-11-25 17:53
Hi, scrollz doesn't depend on openssl and pk11-kit is already pulled by gnutls, you can drop both from the PKGBUILD to make it cleaner. This applies to scrollz-git as well.
blackdeagle commented on 2013-11-22 01:48
Couldn't compile it with this PKGBUILD. Had to change the following line in the build() section to compile it:
Change:
./configure --prefix=/usr --with-ssl --enable-ipv6 \
--with-default-server=chat.freenode.net:6667 --enable-regexp
To:
./configure --prefix=/usr --with-ssl --with-ipv6 \
--with-default-server=chat.freenode.net:6667 --enable-regexp
(Changed the --enable-ipv6 option)
Can anyone confirm?