diff options
author | skrll <skrll> | 2002-10-14 09:13:45 +0000 |
---|---|---|
committer | skrll <skrll> | 2002-10-14 09:13:45 +0000 |
commit | a05dc1fb6662622d3360d1f1d326cfe7d85b7614 (patch) | |
tree | 0753a9e3637e01a0b66619f26aba245972eefbd2 /x11 | |
parent | 0e5411f3e86e369a304afcebf8826b3f1991384f (diff) | |
download | pkgsrc-a05dc1fb6662622d3360d1f1d326cfe7d85b7614.tar.gz |
Update to KDE 3.0.4. Changes are as follows (note the security fixes)
arts
* Compile fix for IRIX64
kdelibs
* KHTML : Fixed progress bar.
* KHTML : Fixed several crashes and misrenderings.
* KHTML : Fixed "HTML source displayed in text viewer" after viewing
text.
* KHTML : Only ask "download plugins?" once per requested mimetype in
the same page.
* Javascript : several fixes (row.cells(), tablecaption.*, heading.*,
event.x/y) .
* libkscreensaver : Fixed bug that in rare cases prevented the
screensaver from showing anything.
* kio_file : Proper "disk full" error message in mkdir
* KIO : Dropping links to webpages onto the desktop works in all cases
now
* Drag-and-drop of URLs : Improved compatibility with non-KDE apps
* KToolBar : fix for oversized comboboxes in toolbars, e.g. in KOffice
kdebase
* NSPlugins : Compatibility with gcc-3.x
* Konqueror configuration : fixed default font size value
* KDesktop : better determination of icon heights, for "lineup Icons"
* KDesktop : Don't rearrange all icons when changing the font size
* KControl : Fixed proxy configuration dialog layout
* Fix a lot of mem leak
* Kaddressbook : fix crash when we export CSV list
* KDM
* Security: proper temp dir creation for QT and disabled
crash dialog
* Made chooser work at all
* Fixed compilation with older glibc
* Fixed bad lilo interaction wrt. warnings
kdegraphics
* Kamera: Fixed crash when we didn't select camera in kcmkamera
* KGhostview: Security related fixes
kdemultimedia
* KMix : Fixed compilation on Solaris
* Kaboodle : fixed when it was embedded in konqueror
* Fix a lot of memory leak
kdenetwork
* kpf: Security related fixes
kdepim
* KAlarm: Fix right-to-left character sets not being displayed in
message edit control
* KAlarm: Make "Help -> Report Bug" use the KDE bug system (bug
#43250)
* KNotes: Fixed session management (bug #22844)
* KNotes: Fixed mouse behaviour to be like kwin's (raise and lower
already on mouse press)
* KNotes: Fixed (in)famous bug that caused the big black windows
and lost data (bugs #22062, #44870, #45084, #45386, #45451,
#46570, #47352)
* KNotes: Fixed drag'n drop of links and plain text
kdesdk
* Disabled kbugbuster compilation because bug system changed. Use CVS
version if you need it.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kde3/Makefile | 27 | ||||
-rw-r--r-- | x11/kde3/Makefile.kde3 | 4 | ||||
-rw-r--r-- | x11/kdebase3/Makefile | 4 | ||||
-rw-r--r-- | x11/kdebase3/distinfo | 6 | ||||
-rw-r--r-- | x11/kdelibdocs3/Makefile | 4 | ||||
-rw-r--r-- | x11/kdelibdocs3/distinfo | 6 | ||||
-rw-r--r-- | x11/kdelibs3/Makefile | 5 | ||||
-rw-r--r-- | x11/kdelibs3/distinfo | 6 | ||||
-rw-r--r-- | x11/kdelibs3/patches/patch-bv | 6 |
9 files changed, 33 insertions, 35 deletions
diff --git a/x11/kde3/Makefile b/x11/kde3/Makefile index 91113d6b44b..5fe8aebaf05 100644 --- a/x11/kde3/Makefile +++ b/x11/kde3/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2002/10/07 07:57:53 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2002/10/14 09:13:53 skrll Exp $ -DISTNAME= kde-3.0.3 -PKGREVISION= 1 +DISTNAME= kde-3.0.4 CATEGORIES= x11 kde MASTER_SITES= # empty DISTFILES= # empty @@ -10,17 +9,17 @@ MAINTAINER= skrll@netbsd.org HOMEPAGE= http://www.kde.org/ COMMENT= "meta-package" for the KDE integrated X11 desktop -DEPENDS+= kdeartwork-3.0.3:../../misc/kdeartwork3 -DEPENDS+= kdeaddons-3.0.3:../../misc/kdeaddons3 -DEPENDS+= kdeadmin-3.0.3:../../misc/kdeadmin3 -DEPENDS+= kdeedu-3.0.3:../../misc/kdeedu3 -DEPENDS+= kdegames-3.0.3:../../games/kdegames3 -DEPENDS+= kdegraphics-3.0.3:../../graphics/kdegraphics3 -DEPENDS+= kdemultimedia-3.0.3:../../audio/kdemultimedia3 -DEPENDS+= kdenetwork-3.0.3:../../net/kdenetwork3 -DEPENDS+= kdepim-3.0.3nb1:../../misc/kdepim3 -DEPENDS+= kdetoys-3.0.3:../../games/kdetoys3 -DEPENDS+= kdeutils-3.0.3:../../misc/kdeutils3 +DEPENDS+= kdeartwork-3.0.4:../../misc/kdeartwork3 +DEPENDS+= kdeaddons-3.0.4:../../misc/kdeaddons3 +DEPENDS+= kdeadmin-3.0.4:../../misc/kdeadmin3 +DEPENDS+= kdeedu-3.0.4:../../misc/kdeedu3 +DEPENDS+= kdegames-3.0.4:../../games/kdegames3 +DEPENDS+= kdegraphics-3.0.4:../../graphics/kdegraphics3 +DEPENDS+= kdemultimedia-3.0.4:../../audio/kdemultimedia3 +DEPENDS+= kdenetwork-3.0.4:../../net/kdenetwork3 +DEPENDS+= kdepim-3.0.4:../../misc/kdepim3 +DEPENDS+= kdetoys-3.0.4:../../games/kdetoys3 +DEPENDS+= kdeutils-3.0.4:../../misc/kdeutils3 EXTRACT_ONLY= # empty USE_BUILDLINK2= yes diff --git a/x11/kde3/Makefile.kde3 b/x11/kde3/Makefile.kde3 index 3818f54a924..a94de06a224 100644 --- a/x11/kde3/Makefile.kde3 +++ b/x11/kde3/Makefile.kde3 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile.kde3,v 1.4 2002/08/28 07:15:39 skrll Exp $ +# $NetBSD: Makefile.kde3,v 1.5 2002/10/14 09:13:53 skrll Exp $ # # This Makefile fragment is included at the top of package Makefiles for # KDE3-distributed packages (they all share common configure and build # settings). CATEGORIES+= kde -_KDE_VERSION= 3.0.3 +_KDE_VERSION= 3.0.4 MASTER_SITES?= ftp://ftp.kde.org/pub/kde/stable/${_KDE_VERSION}/src/ \ ftp://ftp.us.kde.org/pub/kde/stable/${_KDE_VERSION}/src/ \ ftp://ftp.de.kde.org/pub/kde/stable/${_KDE_VERSION}/src/ diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index 2b86ad20e7b..da79ac4f39f 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2002/10/07 09:06:35 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2002/10/14 09:13:53 skrll Exp $ -DISTNAME= kdebase-3.0.3 +DISTNAME= kdebase-3.0.4 CATEGORIES= x11 COMMENT= Base modules for the KDE 3 integrated X11 desktop diff --git a/x11/kdebase3/distinfo b/x11/kdebase3/distinfo index 2a61241a04b..7357b953c56 100644 --- a/x11/kdebase3/distinfo +++ b/x11/kdebase3/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.10 2002/08/29 16:03:44 skrll Exp $ +$NetBSD: distinfo,v 1.11 2002/10/14 09:13:54 skrll Exp $ -SHA1 (kdebase-3.0.3.tar.bz2) = 075eaa470e8927fec676613080cd7944c8f7f31f -Size (kdebase-3.0.3.tar.bz2) = 13112153 bytes +SHA1 (kdebase-3.0.4.tar.bz2) = e1c56fffaa4678b7fe09143dab767d9da011157d +Size (kdebase-3.0.4.tar.bz2) = 13111203 bytes SHA1 (Daemon.png) = e77a42c644beecd66c4b95c0ae68c08c728a4e6d Size (Daemon.png) = 15725 bytes SHA1 (Daemon.README) = eb1e6af52adc02ded77af17e8953134b7e60d23b diff --git a/x11/kdelibdocs3/Makefile b/x11/kdelibdocs3/Makefile index 506489f70e8..9bc3034ba26 100644 --- a/x11/kdelibdocs3/Makefile +++ b/x11/kdelibdocs3/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2002/08/28 14:58:54 skrll Exp $ +# $NetBSD: Makefile,v 1.3 2002/10/14 09:13:54 skrll Exp $ -DISTNAME= kdelibs-3.0.3 +DISTNAME= kdelibs-3.0.4 PKGNAME= ${DISTNAME:S/kdelib/kdelibdoc/} CATEGORIES= x11 devel diff --git a/x11/kdelibdocs3/distinfo b/x11/kdelibdocs3/distinfo index a5a08b22c70..4e9dc3a8be8 100644 --- a/x11/kdelibdocs3/distinfo +++ b/x11/kdelibdocs3/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2002/08/28 14:58:54 skrll Exp $ +$NetBSD: distinfo,v 1.3 2002/10/14 09:13:54 skrll Exp $ -SHA1 (kdelibs-3.0.3.tar.bz2) = 54284f898a9f16eb0a0f14988308f20ce32d1d2c -Size (kdelibs-3.0.3.tar.bz2) = 7623931 bytes +SHA1 (kdelibs-3.0.4.tar.bz2) = f75bd9b813ccb688877aba4fa78c22747e8f3039 +Size (kdelibs-3.0.4.tar.bz2) = 7643484 bytes diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index 9f1ad82a140..87b08407093 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2002/10/08 19:04:01 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2002/10/14 09:13:55 skrll Exp $ -DISTNAME= kdelibs-3.0.3 -PKGREVISION= 1 +DISTNAME= kdelibs-3.0.4 CATEGORIES= x11 COMMENT= Support libraries for the KDE integrated X11 desktop diff --git a/x11/kdelibs3/distinfo b/x11/kdelibs3/distinfo index c5fa76ac2fa..80316cd967c 100644 --- a/x11/kdelibs3/distinfo +++ b/x11/kdelibs3/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.8 2002/09/18 06:34:47 skrll Exp $ +$NetBSD: distinfo,v 1.9 2002/10/14 09:13:55 skrll Exp $ -SHA1 (kdelibs-3.0.3.tar.bz2) = 54284f898a9f16eb0a0f14988308f20ce32d1d2c -Size (kdelibs-3.0.3.tar.bz2) = 7623931 bytes +SHA1 (kdelibs-3.0.4.tar.bz2) = f75bd9b813ccb688877aba4fa78c22747e8f3039 +Size (kdelibs-3.0.4.tar.bz2) = 7643484 bytes SHA1 (patch-aa) = dc26c7d5f845e881d313745b25ef9e90ead5707f SHA1 (patch-ab) = d4f9efbd17df2ee9a5e6cbd1830e343f1b0a8abe SHA1 (patch-ac) = 491ef6e556b7ce55e9c92b2dd641e20f9c94912e diff --git a/x11/kdelibs3/patches/patch-bv b/x11/kdelibs3/patches/patch-bv index b91364ada0c..a046b050f83 100644 --- a/x11/kdelibs3/patches/patch-bv +++ b/x11/kdelibs3/patches/patch-bv @@ -1,6 +1,6 @@ -$NetBSD: patch-bv,v 1.2 2002/08/25 19:23:55 jlam Exp $ +$NetBSD: patch-bv,v 1.3 2002/10/14 09:13:55 skrll Exp $ ---- mimetypes/application/x-core.desktop.orig Wed May 8 19:28:25 2002 +--- mimetypes/application/x-core.desktop.orig Tue Oct 1 17:40:02 2002 +++ mimetypes/application/x-core.desktop @@ -2,7 +2,7 @@ Encoding=UTF-8 @@ -10,4 +10,4 @@ $NetBSD: patch-bv,v 1.2 2002/08/25 19:23:55 jlam Exp $ +Patterns=*.core; MimeType=application/x-core Comment=Program crash data - Comment[af]=program omval data + Comment[af]=Program omval data |