Thanks to malditron (at) unixmexico.org for the original patches. Changes from 0.12 to 0.13 - Added an option to hide hostmasks in channel nick lists - Autojoin on invite with user interaction implemented - Added URL catcher interface - Added user interface for "don't show again" dialogs - Added slovenian translation by Barko (thanks!) - Added korean translation by Hye-Shik Chang (thanks!) - Added option to place tabs on top - Color configuration is now in preferences dialog - Quick buttons configuration is now in preferences dialog - Notify list is now in preferences dialog - Option for a background image added - Added /quote command for raw server messages - Added Copy URL into clipboard for URL catcher - Added option for reconnect on too long lag - Added "Server list" menu entry to "File" menu - Applied a patch by Peter Simonsson (thanks!) - Patch added Color picker, IRC colors and KNotify events - Added support for command aliases - Encodings are now on per-identity basis - Added indicator to show own away state - Added system tray icon patch by Frauke Oster (thanks!) - Channel list update is now more CPU friendly - Tell the user why the channel list could not be opened - Channel list now sorts correctly when number column is clicked - Applied a patch by Christian Muehlhaeuser to enable bigger mode changes (thanks) - Applied a patch by Christian Muehlhaeuser to right-align close widgets (thanks) - Info button on dcc panel now works - Added /unban command - Applied a patch by Christian Muehlhaeuser for OSD functions (thanks) - Applied a patch by Sascha Cunz for extended user modes beyond @ and + (thanks) - Applied a patch by Steve Wollkind to close visible tab via shortcut (thanks)
26 lines
726 B
Makefile
26 lines
726 B
Makefile
# $NetBSD: Makefile,v 1.3 2003/12/29 22:05:27 adrian_p Exp $
|
|
#
|
|
|
|
DISTNAME= konversation-0.13
|
|
CATEGORIES= kde net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=konversation/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= adrianp@stindustries.net
|
|
HOMEPAGE= http://konversation.sourceforge.net/
|
|
COMMENT= KDE IRC Client
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_BUILDLINK2= YES
|
|
USE_PERL5= YES
|
|
#USE_X11BASE= YES
|
|
|
|
post-configure:
|
|
cd ${WRKSRC}/konversation && \
|
|
${QTDIR}/bin/uic -o prefspageirccolorsui.h prefspageirccolorsui.ui && \
|
|
${QTDIR}/bin/uic -o irccolorchooserui.h irccolorchooserui.ui
|
|
|
|
.include "../../x11/kdebase3/buildlink2.mk"
|
|
.include "../../x11/qt3-tools/buildlink2.mk"
|
|
.include "../../graphics/jpeg/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|