diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-06-25 08:52:39 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-06-25 08:52:39 +0000 |
commit | 3d711ebbdfeefaa5a0ee66823de9ceca357d2b18 (patch) | |
tree | ddb1ee782d1107aae15d00f4e98b0529d66a2cf1 /chat | |
parent | d596563ef3eeaae8d057eea2b578cd51af23cfaa (diff) | |
download | pkgsrc-3d711ebbdfeefaa5a0ee66823de9ceca357d2b18.tar.gz |
Update to 0.7.6:
* Lot of bug fixing gone into the Group Chats (Micke)
* Drag contacts from roster to chat windows to start a chat (Micke)
* Show new message icon as window icon when new message
arrived (Sergey Dolgopolov)
* Crash fixes (Micke)
* Allow IP-numbers as hostpart of the JID (Fabio Bonelli)
* Added copy&paste to chat windows. (Micke)
* Fixed drawing error in chat windows tabs with certain themes
(Geert-Jan)
* Shrink chat windows after long messages has been sent
(Micke, Lionel Henry)
* Store log files as lowercase JID. (Micke)
* Resubscribe support if subscription isn't both way (Ross Burton)
* Show presence icon in new message popup list (Micke)
* Added support for editing your own vCard (Martyn Russel, Micke)
* New translations (en_CA, uk, eo, ar)
* Updated translations:
(lt, cs, en_GB, nl, ca, pt_BR, sv, zh_CN, da, pl, pt)
Diffstat (limited to 'chat')
-rw-r--r-- | chat/gossip/Makefile | 4 | ||||
-rw-r--r-- | chat/gossip/PLIST | 6 | ||||
-rw-r--r-- | chat/gossip/distinfo | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/chat/gossip/Makefile b/chat/gossip/Makefile index 37cf2459db7..c530cee088a 100644 --- a/chat/gossip/Makefile +++ b/chat/gossip/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2004/05/07 01:14:47 xtraeme Exp $ +# $NetBSD: Makefile,v 1.28 2004/06/25 08:52:39 jmmv Exp $ # -DISTNAME= gossip-0.7.5 +DISTNAME= gossip-0.7.6 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gossip/0.7/} EXTRACT_SUFX= .tar.bz2 diff --git a/chat/gossip/PLIST b/chat/gossip/PLIST index 0419ec94463..378102d0490 100644 --- a/chat/gossip/PLIST +++ b/chat/gossip/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2004/04/29 07:46:40 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.8 2004/06/25 08:52:39 jmmv Exp $ bin/gossip share/applications/gossip.desktop share/gconf/schemas/gossip.schemas @@ -39,13 +39,16 @@ share/gossip/query_48.png share/gossip/send.wav share/gossip/vcard_48.png share/gossip/watermark.png +${PKGLOCALEDIR}/locale/ar/LC_MESSAGES/gossip.mo ${PKGLOCALEDIR}/locale/az/LC_MESSAGES/gossip.mo ${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/gossip.mo ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gossip.mo ${PKGLOCALEDIR}/locale/cy/LC_MESSAGES/gossip.mo ${PKGLOCALEDIR}/locale/da/LC_MESSAGES/gossip.mo ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gossip.mo +${PKGLOCALEDIR}/locale/en_CA/LC_MESSAGES/gossip.mo ${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/gossip.mo +${PKGLOCALEDIR}/locale/eo/LC_MESSAGES/gossip.mo ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gossip.mo ${PKGLOCALEDIR}/locale/eu/LC_MESSAGES/gossip.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gossip.mo @@ -63,6 +66,7 @@ ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/gossip.mo ${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/gossip.mo ${PKGLOCALEDIR}/locale/sr@Latn/LC_MESSAGES/gossip.mo ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gossip.mo +${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/gossip.mo ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/gossip.mo ${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/gossip.mo share/pixmaps/gossip.png diff --git a/chat/gossip/distinfo b/chat/gossip/distinfo index 87b18e2cc1d..1e0a38c356b 100644 --- a/chat/gossip/distinfo +++ b/chat/gossip/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2004/04/29 07:46:40 jmmv Exp $ +$NetBSD: distinfo,v 1.7 2004/06/25 08:52:39 jmmv Exp $ -SHA1 (gossip-0.7.5.tar.bz2) = 2cc865763526b72fa1d25dc9ea7848b3fe5f7d68 -Size (gossip-0.7.5.tar.bz2) = 805139 bytes +SHA1 (gossip-0.7.6.tar.bz2) = 11b82185cca311cb0f6831d09063b759b969c32b +Size (gossip-0.7.6.tar.bz2) = 858619 bytes |