Update konversation to 1.3.1
Konversation 1.3.1 is a maintenance release that improves program behavior and fixes defects. Konversation 1.3 debuts a major new feature in the area of Direct-Client-to-Client (DCC) support: An implementation of the DCC Whiteboard extension that brings collaborative drawing - think two-player Kolourpaint - to IRC. It also brings back the integration with KDE's SSL certificate store the KDE 3 version enjoyed and expands support for auto-away to the Windows and Mac OS X platforms thanks to both recent advances in the KDE 4 platform and new code in Konversation. Interface tweaks, new keyboard shortcuts and many bugfixes round things out.
This commit is contained in:
parent
ded4024f4b
commit
d2426d6e6e
3 changed files with 15 additions and 11 deletions
|
@ -1,10 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.26 2010/09/14 11:01:29 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.27 2010/10/27 06:35:59 markd Exp $
|
||||
#
|
||||
|
||||
DISTNAME= konversation-1.2.3
|
||||
PKGREVISION= 3
|
||||
DISTNAME= konversation-1.3.1
|
||||
CATEGORIES= chat kde
|
||||
MASTER_SITES= ${MASTER_SITE_KDE:=konversation/1.2.3/src/}
|
||||
MASTER_SITES= ${MASTER_SITE_KDE:=konversation/1.3.1/src/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.9 2010/04/10 22:26:05 markd Exp $
|
||||
@comment $NetBSD: PLIST,v 1.10 2010/10/27 06:35:59 markd Exp $
|
||||
bin/konversation
|
||||
share/applications/kde4/konversation.desktop
|
||||
share/doc/kde/HTML/en/konversation/addchannel.png
|
||||
|
@ -202,7 +202,7 @@ share/kde4/services/konvirc.protocol
|
|||
share/kde4/services/konvirc6.protocol
|
||||
share/locale/bg/LC_MESSAGES/konversation.mo
|
||||
share/locale/ca/LC_MESSAGES/konversation.mo
|
||||
share/locale/cs/LC_MESSAGES/konversation.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/konversation.mo
|
||||
share/locale/da/LC_MESSAGES/konversation.mo
|
||||
share/locale/de/LC_MESSAGES/konversation.mo
|
||||
share/locale/el/LC_MESSAGES/konversation.mo
|
||||
|
@ -212,18 +212,23 @@ share/locale/et/LC_MESSAGES/konversation.mo
|
|||
share/locale/fi/LC_MESSAGES/konversation.mo
|
||||
share/locale/fr/LC_MESSAGES/konversation.mo
|
||||
share/locale/gl/LC_MESSAGES/konversation.mo
|
||||
share/locale/he/LC_MESSAGES/konversation.mo
|
||||
share/locale/hu/LC_MESSAGES/konversation.mo
|
||||
share/locale/it/LC_MESSAGES/konversation.mo
|
||||
share/locale/ja/LC_MESSAGES/konversation.mo
|
||||
share/locale/lt/LC_MESSAGES/konversation.mo
|
||||
share/locale/nb/LC_MESSAGES/konversation.mo
|
||||
share/locale/nds/LC_MESSAGES/konversation.mo
|
||||
share/locale/nl/LC_MESSAGES/konversation.mo
|
||||
share/locale/pa/LC_MESSAGES/konversation.mo
|
||||
share/locale/pl/LC_MESSAGES/konversation.mo
|
||||
share/locale/pt/LC_MESSAGES/konversation.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/konversation.mo
|
||||
share/locale/ru/LC_MESSAGES/konversation.mo
|
||||
share/locale/sk/LC_MESSAGES/konversation.mo
|
||||
share/locale/sr/LC_MESSAGES/konversation.mo
|
||||
share/locale/sr@ijekavian/LC_MESSAGES/konversation.mo
|
||||
share/locale/sr@ijekavianlatin/LC_MESSAGES/konversation.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/konversation.mo
|
||||
share/locale/sv/LC_MESSAGES/konversation.mo
|
||||
share/locale/tr/LC_MESSAGES/konversation.mo
|
||||
share/locale/uk/LC_MESSAGES/konversation.mo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.11 2010/04/10 22:26:05 markd Exp $
|
||||
$NetBSD: distinfo,v 1.12 2010/10/27 06:35:59 markd Exp $
|
||||
|
||||
SHA1 (konversation-1.2.3.tar.bz2) = 792fa864fe3e0de0c0cb994ce97f68345f57d09f
|
||||
RMD160 (konversation-1.2.3.tar.bz2) = 87d03ec13d90f74d991ff139f9f2e7125c5dd0ef
|
||||
Size (konversation-1.2.3.tar.bz2) = 2997272 bytes
|
||||
SHA1 (konversation-1.3.1.tar.bz2) = dd3e1436b769cf11218859b851a0c9b9623dbb12
|
||||
RMD160 (konversation-1.3.1.tar.bz2) = ad02eea73eff28de2b25f4ba384b785dd75249c6
|
||||
Size (konversation-1.3.1.tar.bz2) = 3275849 bytes
|
||||
SHA1 (patch-aa) = 7668c2c34c24506da8e92ca8fa4a3cbf501992e2
|
||||
|
|
Loading…
Reference in a new issue