pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/kdenetwork3 Update to KDE 3.2.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/555964eb0445
branches:  trunk
changeset: 470431:555964eb0445
user:      markd <markd%pkgsrc.org@localhost>
date:      Tue Mar 09 11:53:26 2004 +0000

description:
Update to KDE 3.2.1

Changes:

KNewsTicker: Removed BSDtoday from list, fixed addresses of SecurityFocus
 and Freshports
Kopete: disable send button when account goes offline while a chat is open
Kopete: allow renaming of groups inline, like we already do for contact
Kopete: fixed redraw bug in contactlist when scrollbar disappears
Kopete: rearrange icq account dialog to make it fit onto 800x600
Kopete: don't add contacts twice to contaclist
Kopete: fixed "Add Contact Wizard" forgetting contactname and KAB contact
 when going backwards
Kopete: choose preferred contact by online status for starting a chat
Kopete: don't parse links inside HTML tags
Kopete: stop jabber icon animation when connecting failed
Kopete: properly exit Kopete when chatwindows are open on exit
Kopete: fix several possiblities where icq/aim accounts are show offline
 although they are online
Kopete: don't get disconnected on sending long AIM messages
Kopete: fixed crashes when deleting contacts already deleted from the
 contactlist
Kopete: fix crash on exit caused by webpresence plugin
Kopete: don't show kopete balloon on incoming messages while being away
Kopete: add support for timestamps including date and timestamps with no
 date if it's a message from today
WiFi: improved ./configure behaviour which kept some distributions from
 including kdenetwork/wifi in their binary packages
KWiFiManager: system tray remains open when main app is closed or minimized

diffstat:

 net/kdenetwork3/Makefile |   3 +--
 net/kdenetwork3/PLIST    |  11 +++++++----
 net/kdenetwork3/distinfo |   6 +++---
 3 files changed, 11 insertions(+), 9 deletions(-)

diffs (79 lines):

diff -r 799b94c0ef78 -r 555964eb0445 net/kdenetwork3/Makefile
--- a/net/kdenetwork3/Makefile  Tue Mar 09 11:47:08 2004 +0000
+++ b/net/kdenetwork3/Makefile  Tue Mar 09 11:53:26 2004 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2004/03/08 19:40:42 jmmv Exp $
+# $NetBSD: Makefile,v 1.29 2004/03/09 11:53:26 markd Exp $
 
 DISTNAME=      kdenetwork-${_KDE_VERSION}
-PKGREVISION=   1
 CATEGORIES=    net
 COMMENT=       Network modules for the KDE integrated X11 desktop
 
diff -r 799b94c0ef78 -r 555964eb0445 net/kdenetwork3/PLIST
--- a/net/kdenetwork3/PLIST     Tue Mar 09 11:47:08 2004 +0000
+++ b/net/kdenetwork3/PLIST     Tue Mar 09 11:53:26 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2004/02/04 14:42:23 markd Exp $
+@comment $NetBSD: PLIST,v 1.9 2004/03/09 11:53:26 markd Exp $
 bin/dsirc
 bin/feedbrowser
 bin/kdict
@@ -482,6 +482,7 @@
 share/kde/apps/kopete/icons/crystalsvg/64x64/apps/msn_protocol.png
 share/kde/apps/kopete/icons/crystalsvg/64x64/apps/sms_protocol.png
 share/kde/apps/kopete/icons/crystalsvg/64x64/apps/yahoo_protocol.png
+share/kde/apps/kopete/ircchatui.rc
 share/kde/apps/kopete/kopetechatwindow.rc
 share/kde/apps/kopete/kopeteemailwindow.rc
 share/kde/apps/kopete/kopeteui.rc
@@ -1108,7 +1109,9 @@
 share/kde/apps/kppp/Rules/Portugal/PT_Regional_Ilhas.rst
 share/kde/apps/kppp/Rules/Portugal/PT_YesNET.rst
 share/kde/apps/kppp/Rules/Portugal/PT_YesNET_Ilhas.rst
-share/kde/apps/kppp/Rules/Romania/RomTelecom.rst
+share/kde/apps/kppp/Rules/Romania/Romtelecom_Acces_Special_Internet.rst
+share/kde/apps/kppp/Rules/Romania/Romtelecom_Interurban.rst
+share/kde/apps/kppp/Rules/Romania/Romtelecom_Local.rst
 share/kde/apps/kppp/Rules/Romania/Zapp-Mobile.rst
 share/kde/apps/kppp/Rules/Russia/TEMPLATE.ru
 share/kde/apps/kppp/Rules/Russia/mtu-intel_standart.rst
@@ -1203,15 +1206,14 @@
 share/kde/apps/kppp/pics/modemnone.png
 share/kde/apps/kppp/pics/modemright.png
 share/kde/apps/kppp/pics/phone.png
-share/kde/apps/krdc/pics/pindown.png
 share/kde/apps/krdc/pics/close.png
 share/kde/apps/krdc/pics/iconify.png
+share/kde/apps/krdc/pics/pindown.png
 share/kde/apps/krdc/pics/pinup.png
 share/kde/apps/krdc/pics/pointcursor.png
 share/kde/apps/krdc/pics/pointcursormask.png
 share/kde/apps/krdc/rdp-keymaps/ar
 share/kde/apps/krdc/rdp-keymaps/common
-share/kde/apps/krdc/rdp-keymaps/convert-map
 share/kde/apps/krdc/rdp-keymaps/da
 share/kde/apps/krdc/rdp-keymaps/de
 share/kde/apps/krdc/rdp-keymaps/en-gb
@@ -1449,6 +1451,7 @@
 @dirrm share/kde/apps/kppp/Rules/Sweden
 @dirrm share/kde/apps/kppp/Rules/Spain
 @dirrm share/kde/apps/kppp/Rules/South_Afrika
+@dirrm share/kde/apps/kppp/Rules/South_Africa
 @dirrm share/kde/apps/kppp/Rules/Slovenia
 @dirrm share/kde/apps/kppp/Rules/Slovakia
 @dirrm share/kde/apps/kppp/Rules/Singapore
diff -r 799b94c0ef78 -r 555964eb0445 net/kdenetwork3/distinfo
--- a/net/kdenetwork3/distinfo  Tue Mar 09 11:47:08 2004 +0000
+++ b/net/kdenetwork3/distinfo  Tue Mar 09 11:53:26 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.19 2004/02/04 14:42:23 markd Exp $
+$NetBSD: distinfo,v 1.20 2004/03/09 11:53:26 markd Exp $
 
-SHA1 (kdenetwork-3.2.0.tar.bz2) = 1ef0d3569b4e8f228a22ec0ffe100a956e529ccb
-Size (kdenetwork-3.2.0.tar.bz2) = 6113134 bytes
+SHA1 (kdenetwork-3.2.1.tar.bz2) = ed98f3ba036fcb6858da0a9173b3337cfb3a10b1
+Size (kdenetwork-3.2.1.tar.bz2) = 6210423 bytes
 SHA1 (patch-aa) = f44f9cff3a34ea491ec0b31f928e537c5cbaeb9f
 SHA1 (patch-ac) = a0e2fbcf1348d5e91434878bac4977b649c94855
 SHA1 (patch-ad) = 916bcbe11ca71f7a0f5f03c91fa18a6af9197be2



Home | Main Index | Thread Index | Old Index