summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authoradrianp <adrianp>2006-10-30 23:02:26 +0000
committeradrianp <adrianp>2006-10-30 23:02:26 +0000
commit03d788ba07eb0797c4cc67a14980bcba320d5f02 (patch)
tree36b4571c1665cd7eee709dd7b461103f345b409c /chat
parent14f994ec4bf1bd2c9db31258261aecc235efce81 (diff)
downloadpkgsrc-03d788ba07eb0797c4cc67a14980bcba320d5f02.tar.gz
Update to 1.0.1
* A bug that caused left-to-right text contained in lines determined to be right-to-left text to appear reversed has been fixed. * Whether a line is treated as right-to-left vs. left-to-right text is now determined by the amount of each type of character in the line, improving the user experience in chats involving bi-directional text considerably. * The "Edit Network" dialog has been refined for clarity and ease of use. * A warning dialog to prevent accidentally quitting Konversation has been added. * The Auto Replace list can now be sorted. * The '/media' script command now sports improved player recognition, enhanced and easier configurability, the ability to distinguish between audio and video media as well as newly added support for kdetv. New '/audio' and '/video' command aliases have been added to expose these new abilities. * The lower boundary of the default DCC port range has been raised from 1025 to 1026 to avoid conflicts with the commonly blocked Windows RPC port 1025. * Dismissing an OSD notification by clicking on it will now also cancel the systray notification flash. * A new configuration file option [OSD]OSDCheckDesktopLock has been added, allowing to manually disable the screensaver check in non-KDE environments that do not support it, causing the OSD not to be displayed. * A bug that could lead to the "Switch to" sub-menu in the context menus of tabs not to be updated properly upon switching tabs has been fixed. * A bug that caused the 'irc setBack' DCOP call not to function has been fixed. * A bug that caused ampersands in the names of tabs not to be displayed and an immediately following character to be used as keyboard accelerator has been fixed. * A bug that caused ignoring nicknames with '[' or ']' characters in them to fail has been fixed. * Command aliases containing regular expression syntax can no longer cause built-in commands not to function. * A bug that caused the Konversation irc:// protocol handler not to function has been fixed. Its compatibility with systems that do not use the GNU bash shell as default shell has been improved. * A notable number of code quality improvements suggested by KDEs automated quality control service EBN have been implemented.
Diffstat (limited to 'chat')
-rw-r--r--chat/konversation/Makefile5
-rw-r--r--chat/konversation/PLIST10
-rw-r--r--chat/konversation/distinfo8
3 files changed, 15 insertions, 8 deletions
diff --git a/chat/konversation/Makefile b/chat/konversation/Makefile
index 61f477086d8..ededf079b7c 100644
--- a/chat/konversation/Makefile
+++ b/chat/konversation/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2006/10/01 13:56:38 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2006/10/30 23:02:26 adrianp Exp $
#
-DISTNAME= konversation-1.0
-PKGREVISION= 1
+DISTNAME= konversation-1.0.1
CATEGORIES= chat
MASTER_SITES= http://download.berlios.de/konversation/
EXTRACT_SUFX= .tar.bz2
diff --git a/chat/konversation/PLIST b/chat/konversation/PLIST
index d4b90bdcd77..8cdbacdde22 100644
--- a/chat/konversation/PLIST
+++ b/chat/konversation/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2006/09/15 09:50:39 he Exp $
+@comment $NetBSD: PLIST,v 1.4 2006/10/30 23:02:26 adrianp Exp $
bin/konversation
bin/konversationircprotocolhandler
share/doc/kde/HTML/da/konversation/common
@@ -294,8 +294,10 @@ share/kde/icons/hicolor/64x64/apps/konversation.png
share/kde/icons/hicolor/scalable/apps/konversation.svgz
share/kde/services/konvirc.protocol
share/kde/services/konvirc6.protocol
+share/locale/ar/LC_MESSAGES/konversation.mo
share/locale/bg/LC_MESSAGES/konversation.mo
share/locale/ca/LC_MESSAGES/konversation.mo
+share/locale/cs/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
@@ -304,17 +306,23 @@ share/locale/es/LC_MESSAGES/konversation.mo
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/ka/LC_MESSAGES/konversation.mo
share/locale/ko/LC_MESSAGES/konversation.mo
+share/locale/lt/LC_MESSAGES/konversation.mo
share/locale/nl/LC_MESSAGES/konversation.mo
+share/locale/pa/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/sr/LC_MESSAGES/konversation.mo
share/locale/sr@Latn/LC_MESSAGES/konversation.mo
share/locale/sv/LC_MESSAGES/konversation.mo
+share/locale/ta/LC_MESSAGES/konversation.mo
share/locale/tr/LC_MESSAGES/konversation.mo
share/locale/zh_TW/LC_MESSAGES/konversation.mo
@unexec ${RMDIR} %D/share/kde/icons/hicolor/scalable/apps 2>/dev/null || ${TRUE}
diff --git a/chat/konversation/distinfo b/chat/konversation/distinfo
index 060717573c6..50fecf444cc 100644
--- a/chat/konversation/distinfo
+++ b/chat/konversation/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2006/10/22 09:24:38 rillig Exp $
+$NetBSD: distinfo,v 1.5 2006/10/30 23:02:26 adrianp Exp $
-SHA1 (konversation-1.0.tar.bz2) = f592727626845e568696d06b3a086d4b607f4ab3
-RMD160 (konversation-1.0.tar.bz2) = 960a6bfbec3f7fc30dcb9215b10eded30dfc22e1
-Size (konversation-1.0.tar.bz2) = 5657702 bytes
+SHA1 (konversation-1.0.1.tar.bz2) = 7e4b2356e942848fb83584db1bf2a1b6ef63234d
+RMD160 (konversation-1.0.1.tar.bz2) = 1cf79a87f451aa2718560f00ddf987b68938310a
+Size (konversation-1.0.1.tar.bz2) = 5848563 bytes
SHA1 (patch-aa) = 1143627dbe906f77a8d16195b403653e1ab2d232
SHA1 (patch-ab) = 68c11c4e1c00286607d394cb0b0b4132cd4789d0