diff options
author | markd <markd@pkgsrc.org> | 2006-08-02 13:53:31 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-08-02 13:53:31 +0000 |
commit | 7a473dc0933d24f324d492500fcb5197ac5095f7 (patch) | |
tree | cd94afa31b33febfe6f0e138d4afa64f0ee432f4 /net | |
parent | 7cbe892f9ce1ac5a7cf614462fdbbd435fb3ade8 (diff) | |
download | pkgsrc-7a473dc0933d24f324d492500fcb5197ac5095f7.tar.gz |
Update to KDE 3.5.4
Kopete
* Fix ICQ server thinks the client you are using is too old.
krdc
* Fix advanced button not working after Scaling.
* Make "always show local cursor" and "view only" permanently
configurable via krdcrc.
* Handle "smb:/" as well as "smb://" URLs.
Diffstat (limited to 'net')
-rw-r--r-- | net/kdenetwork3/distinfo | 9 | ||||
-rw-r--r-- | net/kdenetwork3/patches/patch-an | 13 |
2 files changed, 18 insertions, 4 deletions
diff --git a/net/kdenetwork3/distinfo b/net/kdenetwork3/distinfo index 49552e903ae..73351b93c79 100644 --- a/net/kdenetwork3/distinfo +++ b/net/kdenetwork3/distinfo @@ -1,10 +1,11 @@ -$NetBSD: distinfo,v 1.38 2006/06/01 13:54:09 markd Exp $ +$NetBSD: distinfo,v 1.39 2006/08/02 13:53:31 markd Exp $ -SHA1 (kdenetwork-3.5.3.tar.bz2) = 237820320c02839b1b24e401230b7b2d812aa433 -RMD160 (kdenetwork-3.5.3.tar.bz2) = 0c57f39652946c577ad0d6ec7f4fc593fe38a0bc -Size (kdenetwork-3.5.3.tar.bz2) = 7524718 bytes +SHA1 (kdenetwork-3.5.4.tar.bz2) = 35fb92f0c76346ca38a63f796d505487b15ba748 +RMD160 (kdenetwork-3.5.4.tar.bz2) = 8c120d4fc80d1679289f3d60457e1812d9a7ae6a +Size (kdenetwork-3.5.4.tar.bz2) = 7526158 bytes SHA1 (patch-aa) = e89ce73221ef840ed600ae53acad16eaad824fa0 SHA1 (patch-ab) = cd2fe9a73be928e391923947cb29cbbdeb79ae03 SHA1 (patch-ac) = a0e2fbcf1348d5e91434878bac4977b649c94855 SHA1 (patch-ad) = 83bd8b1131366a093783f5dcbf498a0cd977009f SHA1 (patch-am) = e0511acfd35ebde0c919612f52dd63304934e8cf +SHA1 (patch-an) = b86d93cc8173629f5fb46fa9538a834e7b3edebe diff --git a/net/kdenetwork3/patches/patch-an b/net/kdenetwork3/patches/patch-an new file mode 100644 index 00000000000..ee7f08839dd --- /dev/null +++ b/net/kdenetwork3/patches/patch-an @@ -0,0 +1,13 @@ +$NetBSD: patch-an,v 1.9 2006/08/02 13:53:31 markd Exp $ + +--- kopete/protocols/oscar/liboscar/oscartypes.h.orig 2006-07-22 20:11:33.000000000 +1200 ++++ kopete/protocols/oscar/liboscar/oscartypes.h +@@ -237,7 +237,7 @@ struct ChatRoomInfo + const WORD ICQ_MAJOR = 0x0014; + const WORD ICQ_MINOR = 0x0034; + const WORD ICQ_POINT = 0x0000; +- const WORD ICQ_BUILD = 0x0A0F; ++ const WORD ICQ_BUILD = 0x0BB8; + const char ICQ_OTHER[] = { 0x00, 0x00, 0x04, 0x3d }; + const char ICQ_COUNTRY[] = "us"; + const char ICQ_LANG[] = "en"; |