diff options
author | tnn <tnn@pkgsrc.org> | 2007-08-13 14:20:21 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2007-08-13 14:20:21 +0000 |
commit | 0e563c685c27e4742b998c87db2cd96ff7087585 (patch) | |
tree | 90731825a47bdb9bbf96311db6305ab62aff7445 /chat/finch | |
parent | 575053a9365b054bfe1a4c3c5834ca9bb935c873 (diff) | |
download | pkgsrc-0e563c685c27e4742b998c87db2cd96ff7087585.tar.gz |
Update to finch-2.1.0:
version 2.1.0 (07/28/2007):
Finch:
* There's support for workspaces now (details in the manpage)
* There's a new custom window manager, Irssi
* Some improvements for tab-completion, tooltip and the password entries
* Some bugs regarding search results fixed
* A new DBus-script to create a docklet for finch
* Support for showing empty groups in the buddy list (Eric Polino)
version 2.0.2 (06/14/2007):
Finch:
* Auto account reconnecting
Diffstat (limited to 'chat/finch')
-rw-r--r-- | chat/finch/Makefile | 4 | ||||
-rw-r--r-- | chat/finch/PLIST | 9 |
2 files changed, 9 insertions, 4 deletions
diff --git a/chat/finch/Makefile b/chat/finch/Makefile index 05919e7f9fb..1c5f44b0787 100644 --- a/chat/finch/Makefile +++ b/chat/finch/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2007/08/11 14:54:07 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2007/08/13 14:20:21 tnn Exp $ # -PKGNAME= finch-${VERSION} +PKGNAME= finch-${PIDGIN_VERSION} COMMENT= Multi-protocol Instant Messaging client console frontend diff --git a/chat/finch/PLIST b/chat/finch/PLIST index 03e92ae2f60..7525168b1e8 100644 --- a/chat/finch/PLIST +++ b/chat/finch/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2007/07/28 12:13:33 gdt Exp $ +@comment $NetBSD: PLIST,v 1.2 2007/08/13 14:20:21 tnn Exp $ bin/finch include/finch/finch.h include/finch/gntaccount.h @@ -13,6 +13,7 @@ include/finch/gntplugin.h include/finch/gntpounce.h include/finch/gntprefs.h include/finch/gntrequest.h +include/finch/gntsound.h include/finch/gntstatus.h include/finch/gntui.h include/gnt/gnt.h @@ -32,6 +33,7 @@ include/gnt/gntmarshal.h include/gnt/gntmenu.h include/gnt/gntmenuitem.h include/gnt/gntmenuitemcheck.h +include/gnt/gntslider.h include/gnt/gntstyle.h include/gnt/gnttextview.h include/gnt/gnttree.h @@ -39,14 +41,17 @@ include/gnt/gntutils.h include/gnt/gntwidget.h include/gnt/gntwindow.h include/gnt/gntwm.h +include/gnt/gntws.h lib/finch/gntclipboard.la lib/finch/gntgf.la lib/finch/gnthistory.la lib/finch/gntlastlog.la -lib/finch/s.la lib/libgnt.la +lib/gnt/s.la +lib/gnt/irssi.la lib/pkgconfig/gnt.pc man/man1/finch.1 @dirrm include/finch @dirrm include/gnt +@dirrm lib/gnt @dirrm lib/finch |