diff options
author | markd <markd@pkgsrc.org> | 2004-08-21 14:56:17 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-08-21 14:56:17 +0000 |
commit | ee585e9c185873f64a5b3af723496881ff2e7172 (patch) | |
tree | 522b365129717fcb671ab92aae474f536a11bb04 /net/kdenetwork3/patches | |
parent | 10dabbf627f13fd61079bf1cde0cd0de7f4a5ac2 (diff) | |
download | pkgsrc-ee585e9c185873f64a5b3af723496881ff2e7172.tar.gz |
Update to KDE 3.3
Changes:
* Kopete
o Implement Jabber file transfers. Till Gerken
o Add Jabber group chat support. Till Gerken
o Complete Kopete's handling of external changes to IM data stored
in KABC - add new contacts if added in KABC and rearrange
metacontacts following the data in KABC, similarly, remove. Will
Stephenson
o New connection API that supporting logging in as a different status
than "online" Matt Rogers
o New disconnect API so we can tell when we've been disconnected by
the server and can then reconnect. Matt Rogers
o Latex render plugin Duncan Mac-Vicar
o Add support for bold, italic and underlined messages to Yahoo Matt
Rogers
o Add new mail notifications to the Yahoo! plugin Matt Rogers
o Add SSL Support in IRC Jason Keirstead
o Add the ability to associate custom KNotify event notifications with
a metacontact (Buddy Pounce) Will Stephenson
o Add support for irc:// protocols in Konqueror Jason Keirstead
o Change the KopeteAwayAction to be more like Konqueror's Recent
Documents Jason Keirstead
o Add an alias plugin Jason Keirstead
o Seperate the password handling from KopeteAccount Richard Smith
o Support amaroK in Kopete's Now Listening plugin Will Stephenson
o Action to toggle encryption on/off in a chat. Olivier Goffart
o Implement KIMIface in Kopete to enable presence and messaging
integration across the desktop. Will Stephenson
o Merge data acquired from Kopete's protocols to the KDE address book,
e.g. names, email addresses and phone numbers. Will Stephenson
o Plugin to invite MSN contacts to uses gnomemeeting. Olivier Goffart
o "Send Email..." context menu entry. Reuben Sutton
o ICQ, support mimetype application/x-icq to add contacts Stefan Gehn
o AIM, support aim: protocol to add contacts Stefan Gehn
o ICQ, support for ignore-, invisible- and visible-list Stefan Gehn
o MSN incoming File transfers trought the chat session as MSN
Messenger 6 does.Olivier Goffart
* Remote Desktop Connection (krdc)
o Rewrote the RDP client to use an external rdesktop process, which
includes support for RDP 5. Currently this requires a patched
rdesktop version to be installed. Future rdesktop versions will have
this support built-in. Arend van Beelen jr.
o Switch to enforce the local cursor. Tim Jansen
* KWiFiManager
o when multiple cards are in use, each instance shows information
for one card Stefan Winter
o major code cleanup Stefan Winter
o support for wireless scanning Stefan Winter
* File Sharing
o Create an advanced fileshare Control Center module, based on
KSambaPlugin and KNFSPlugin Jan Schaefer
o Create an advanced Konqueror properties dialog plugin, based on
KSambaPlugin and KNFSPlugin Jan Schaefer
Diffstat (limited to 'net/kdenetwork3/patches')
-rw-r--r-- | net/kdenetwork3/patches/patch-aa | 26 | ||||
-rw-r--r-- | net/kdenetwork3/patches/patch-an | 12 |
2 files changed, 1 insertions, 37 deletions
diff --git a/net/kdenetwork3/patches/patch-aa b/net/kdenetwork3/patches/patch-aa index 307ef14d0eb..b596b0ae629 100644 --- a/net/kdenetwork3/patches/patch-aa +++ b/net/kdenetwork3/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.12 2004/06/10 12:09:22 markd Exp $ +$NetBSD: patch-aa,v 1.13 2004/08/21 14:56:18 markd Exp $ --- configure.orig 2004-06-01 02:06:53.000000000 +1200 +++ configure @@ -75,27 +75,3 @@ $NetBSD: patch-aa,v 1.12 2004/06/10 12:09:22 markd Exp $ # darwin needs this to initialize the environment for ac_header in crt_externs.h -@@ -36391,12 +36325,12 @@ LIBS="$ac_save_LIBS" - CXXFLAGS="$ac_save_CXXFLAGS" - - if test "$use_libgadu_copy" = "yes"; then -- cp ${srcdir}/kopete/protocols/gadu/libgadu/libgadu-config.h{.in,} -+ cp ${srcdir}/kopete/protocols/gadu/libgadu/libgadu-config.h.in ${srcdir}/kopete/protocols/gadu/libgadu/libgadu-config.h - if test "$ac_cv_c_bigendian" = "yes"; then - - sed -e "s/#undef __GG_LIBGADU_BIGENDIAN/#define __GG_LIBGADU_BIGENDIAN/" \ - ${srcdir}/kopete/protocols/gadu/libgadu/libgadu-config.h > ${srcdir}/kopete/protocols/gadu/libgadu/libgadu-config.h.1 --mv ${srcdir}/kopete/protocols/gadu/libgadu/libgadu-config.h{.1,} -+mv ${srcdir}/kopete/protocols/gadu/libgadu/libgadu-config.h.1 ${srcdir}/kopete/protocols/gadu/libgadu/libgadu-config.h - - fi - -@@ -36489,7 +36423,7 @@ fi - - sed -e "s/#undef __GG_LIBGADU_HAVE_LONG_LONG/#define __GG_LIBGADU_HAVE_LONG_LONG/" \ - ${srcdir}/kopete/protocols/gadu/libgadu/libgadu-config.h > ${srcdir}/kopete/protocols/gadu/libgadu/libgadu-config.h.1 --mv ${srcdir}/kopete/protocols/gadu/libgadu/libgadu-config.h{.1,} -+mv ${srcdir}/kopete/protocols/gadu/libgadu/libgadu-config.h.1 ${srcdir}/kopete/protocols/gadu/libgadu/libgadu-config.h - - fi - diff --git a/net/kdenetwork3/patches/patch-an b/net/kdenetwork3/patches/patch-an deleted file mode 100644 index 20f4e375574..00000000000 --- a/net/kdenetwork3/patches/patch-an +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-an,v 1.5 2004/08/05 13:41:54 markd Exp $ - ---- kopete/protocols/gadu/libgadu/libgadu-config.h.in.orig 2004-05-30 22:44:14.000000000 +1200 -+++ kopete/protocols/gadu/libgadu/libgadu-config.h.in -@@ -25,6 +25,6 @@ - #undef __GG_LIBGADU_HAVE_OPENSSL - - /* Include file containing uintXX_t declarations. */ --#include <stdint.h> -+#include <inttypes.h> - - #endif /* __GG_LIBGADU_CONFIG_H */ |