diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-12-28 14:05:51 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-12-28 14:05:51 +0000 |
commit | 5ad549a7bba86c83ac036382ccc540254a363be7 (patch) | |
tree | 311a18cba5dae0b11f94f0195bb3cfb72fb0d673 /chat/gossip | |
parent | 4af0b8c9606f95a36643aedcf60e62e7a6be4153 (diff) | |
download | pkgsrc-5ad549a7bba86c83ac036382ccc540254a363be7.tar.gz |
Update to 0.8:
* Fixed #151737 (Martyn)
* Group chats now support tabbed windows (Geert-Jan)
* If only one window exists, open new chats in that window (Martyn)
* Fixed window title (Micke)
* Fixed issue when Gossip sent replies to error messages (Micke)
* New translations (nb, tr, bg)
* Updated translations (cs, pt_BR, fr, de, ca, da, nl, no, en_CA, zh_TW,
en_GB, lt, eu, sv)
Diffstat (limited to 'chat/gossip')
-rw-r--r-- | chat/gossip/Makefile | 7 | ||||
-rw-r--r-- | chat/gossip/PLIST | 11 | ||||
-rw-r--r-- | chat/gossip/distinfo | 6 |
3 files changed, 16 insertions, 8 deletions
diff --git a/chat/gossip/Makefile b/chat/gossip/Makefile index d25c2dccd6c..eb94adde46a 100644 --- a/chat/gossip/Makefile +++ b/chat/gossip/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.30 2004/10/03 00:13:14 tv Exp $ +# $NetBSD: Makefile,v 1.31 2004/12/28 14:05:51 jmmv Exp $ # -DISTNAME= gossip-0.7.8 -PKGREVISION= 1 +DISTNAME= gossip-0.8 CATEGORIES= chat -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gossip/0.7/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gossip/0.8/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= tech-pkg@NetBSD.org diff --git a/chat/gossip/PLIST b/chat/gossip/PLIST index 1c09f4ca7f3..e7a558611bc 100644 --- a/chat/gossip/PLIST +++ b/chat/gossip/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2004/09/04 14:29:13 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.10 2004/12/28 14:05:51 jmmv Exp $ bin/gossip share/applications/gossip.desktop share/gconf/schemas/gossip.schemas @@ -35,12 +35,18 @@ share/gossip/main.glade share/gossip/my-user_48.png share/gossip/offline.wav share/gossip/online.wav +share/gossip/protocols/aim.protocol +share/gossip/protocols/gossip-protocol.dtd +share/gossip/protocols/icq.protocol +share/gossip/protocols/msn.protocol +share/gossip/protocols/yahoo.protocol 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/bg/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 @@ -58,6 +64,7 @@ ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/gossip.mo ${PKGLOCALEDIR}/locale/lt/LC_MESSAGES/gossip.mo ${PKGLOCALEDIR}/locale/ml/LC_MESSAGES/gossip.mo ${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/gossip.mo +${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/gossip.mo ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gossip.mo ${PKGLOCALEDIR}/locale/no/LC_MESSAGES/gossip.mo ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/gossip.mo @@ -68,11 +75,13 @@ ${PKGLOCALEDIR}/locale/sq/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/tr/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 @comment in xdg-dirs: @dirrm share/pixmaps +@dirrm share/gossip/protocols @dirrm share/gossip @comment in GConf2: @dirrm share/gconf/schemas @comment in xdg-dirs: @dirrm share/applications diff --git a/chat/gossip/distinfo b/chat/gossip/distinfo index 5d81b892614..c42dd3845b1 100644 --- a/chat/gossip/distinfo +++ b/chat/gossip/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2004/09/04 14:29:13 jmmv Exp $ +$NetBSD: distinfo,v 1.9 2004/12/28 14:05:51 jmmv Exp $ -SHA1 (gossip-0.7.8.tar.bz2) = 9f0f1f3ebd3ac0cfa3c07411c7cc007ff568ca05 -Size (gossip-0.7.8.tar.bz2) = 879493 bytes +SHA1 (gossip-0.8.tar.bz2) = b1e26016f40cbe3d174f722923c27d2e7f61d178 +Size (gossip-0.8.tar.bz2) = 913257 bytes |