diff options
author | markd <markd@pkgsrc.org> | 2006-06-01 13:46:31 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-06-01 13:46:31 +0000 |
commit | 62d38265c28d39fc103316beb672aa0f34a37752 (patch) | |
tree | 77f74fcad41d8cfcdc5678bc7fe0532a8d0bd562 /x11 | |
parent | a93d8a92d78887961f99e0c82cbd2a91ec75ba29 (diff) | |
download | pkgsrc-62d38265c28d39fc103316beb672aa0f34a37752.tar.gz |
Update to KDE 3.5.3
Changes:
* General
o New: KDE startup reordered in order to improve startup time.
o KDialog: --title does not work in at least one case
o Don't show the screensaver when doing presentations
o If KDE shuts down while starting up (due to low battery status),
saved session is lost
o KSysGuard: Typos in the ksysguard PO file
o Random wallpapers don't change on every configuration change.
* Kicker
o Bookmarks: Look up konsole-bookmarks in the correct directory
o Show/hide arrow not shown if all icons are hidden
* KControl
o Fix the broken priority setting.
* KFind
o Don't draw a separator, it causes a couple of ugly pixels.
* Konsole
o Fix a possible crash on session save/logout
o Numerous fixes due to the Coverity reports.
o Fix DCOP call setEncoding.
o kwrited - Add a 'Clear Messages' to the popup menu.
o Fix crash when user deletes all the sessions.
o Fix underline issue when there are ampersands in tab title.
o Remember the text color while moving the tab.
o Fix issue with tab/window titles not refreshing for the
non-active session.
o Verify that the command is executable for '-e <command>.'
o Use the "DefaultSession" parameter in konsolerc.
* Kate
o Fix crash in View Difference
o Fix crash in external tools config when clicking the edit button.
* Konqueror
o Fix multi selection and Show/Hide in toolbar.
o Fix QString/KURL confusion which probably caused encoding bugs
with local paths on non-latin1 systems.
o Respect user-selected view mode when browsing removable media.
o Fixed detection of some Netscape plugins when packagers are built
with new ld flags.
* KWin
o Don't force new windows to be at the beginning of the focus chain
(windows with focus stealing prevention shouldn't be there).
o Don't deactivate the showing desktop state when a new window is
shown that belongs to the desktop.
o KWin messes up ConfigureRequest:s, causing X crashes.
o Move minimized windows to the right place in focus chain.
o Separate focus chains are nice, but KDE-style Alt+Tab not limited
to the current desktop
o Window switching (alt-tab) with focus (strictly) under or follow
mouse does not switch all windows and newly focused window
doesn't get focus
o Obey automatic un-hover option also when switching to a shaded
window with alt+tab.
o Mouse cursor covers tooltips of KDE applications
o Fixed timestamp handling on 64bit systems, fixes focus problems
when running KDE for a long time
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdebase3/Makefile | 3 | ||||
-rw-r--r-- | x11/kdebase3/PLIST | 6 | ||||
-rw-r--r-- | x11/kdebase3/distinfo | 10 | ||||
-rw-r--r-- | x11/kdebase3/patches/patch-ep | 11 |
4 files changed, 11 insertions, 19 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index fec0a0d7b3b..ddad93af918 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.113 2006/05/31 18:22:26 ghen Exp $ +# $NetBSD: Makefile,v 1.114 2006/06/01 13:46:31 markd Exp $ DISTNAME= kdebase-${_KDE_VERSION} -PKGREVISION= 3 CATEGORIES= x11 COMMENT= Base modules for the KDE 3 integrated X11 desktop diff --git a/x11/kdebase3/PLIST b/x11/kdebase3/PLIST index 65a2439d638..f52620b3c7b 100644 --- a/x11/kdebase3/PLIST +++ b/x11/kdebase3/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.42 2006/04/17 07:07:48 jlam Exp $ +@comment $NetBSD: PLIST,v 1.43 2006/06/01 13:46:31 markd Exp $ bin/appletproxy bin/drkonqi bin/extensionproxy @@ -13,6 +13,7 @@ bin/kbookmarkmerger bin/kcheckpass bin/kcheckrunning bin/kcminit +bin/kcminit_startup bin/kcontrol bin/kcontroledit bin/kdcop @@ -217,6 +218,7 @@ ${HAVE_USBVIEW}lib/kde3/kcm_usb.la lib/kde3/kcm_useraccount.la lib/kde3/kcm_xinerama.la lib/kde3/kcminit.la +lib/kde3/kcminit_startup.la lib/kde3/kcontrol.la lib/kde3/kcontroledit.la lib/kde3/kded_favicons.la @@ -351,6 +353,7 @@ lib/libkdeinit_extensionproxy.la lib/libkdeinit_kaccess.la lib/libkdeinit_kate.la lib/libkdeinit_kcminit.la +lib/libkdeinit_kcminit_startup.la lib/libkdeinit_kcontrol.la lib/libkdeinit_kcontroledit.la lib/libkdeinit_kdesktop.la @@ -1161,7 +1164,6 @@ share/kde/applnk/Settings/LookNFeel/panel_appearance.desktop share/kde/applnk/Settings/WebBrowsing/khtml_appearance.desktop share/kde/applnk/Settings/WebBrowsing/nsplugin.desktop share/kde/applnk/Settings/WebBrowsing/smb.desktop -share/kde/applnk/Settingsmenu/printmgr.desktop share/kde/applnk/System/ScreenSavers/KBlankscreen.desktop share/kde/applnk/System/ScreenSavers/KRandom.desktop share/kde/applnk/System/kappfinder.desktop diff --git a/x11/kdebase3/distinfo b/x11/kdebase3/distinfo index 9d7b8189ee1..a11ea72dd01 100644 --- a/x11/kdebase3/distinfo +++ b/x11/kdebase3/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.84 2006/05/16 13:21:06 tron Exp $ +$NetBSD: distinfo,v 1.85 2006/06/01 13:46:31 markd Exp $ -SHA1 (kdebase-3.5.2.tar.bz2) = 16cddd8766c3bd8821044fe9cce66f5291c8412b -RMD160 (kdebase-3.5.2.tar.bz2) = 216ff59c49bb4fee2aa3b7d976ec40a8cccff107 -Size (kdebase-3.5.2.tar.bz2) = 23590820 bytes +SHA1 (kdebase-3.5.3.tar.bz2) = 93f1566343af114b24987ee7b8e0e80877b57f25 +RMD160 (kdebase-3.5.3.tar.bz2) = ef55c72b97577dd86e5c64bf589ff9b2d556ec07 +Size (kdebase-3.5.3.tar.bz2) = 23634194 bytes SHA1 (Daemon.png) = e77a42c644beecd66c4b95c0ae68c08c728a4e6d RMD160 (Daemon.png) = eb317dc7ac501ee03aac1276856eee14674e3da7 Size (Daemon.png) = 15725 bytes @@ -36,7 +36,7 @@ SHA1 (patch-dc) = dd44652ad806d49d45ef86cbff58a01e506deeee SHA1 (patch-dd) = 4c98e62275ce9a632f79f99110e8fb4995e3f017 SHA1 (patch-de) = 94d7f083784b8b56c2b23c320772a80a27df19d1 SHA1 (patch-df) = ee6f6967d77d13217055d69dcf8be98b48d40598 -SHA1 (patch-ep) = a8124ccde88b487591107fbe16d0f29c16c5f78a +SHA1 (patch-ep) = 745f03daf088afdef4d5eff486311a49291eb947 SHA1 (patch-er) = ead52469004abbb4e04278e038fad8f850d79701 SHA1 (patch-ev) = 551dc4d79b637e15a580eb1dcd2f0930ff1e3dbc SHA1 (patch-ew) = f8f95cf602a9d88f620d5546ad58b87d5e6be2a5 diff --git a/x11/kdebase3/patches/patch-ep b/x11/kdebase3/patches/patch-ep index 8daea302368..49465f78d64 100644 --- a/x11/kdebase3/patches/patch-ep +++ b/x11/kdebase3/patches/patch-ep @@ -1,16 +1,7 @@ -$NetBSD: patch-ep,v 1.6 2005/12/11 11:01:48 markd Exp $ +$NetBSD: patch-ep,v 1.7 2006/06/01 13:46:31 markd Exp $ --- startkde.orig 2005-11-09 11:37:01.000000000 +1300 +++ startkde -@@ -48,7 +48,7 @@ fi - # - # * Then ksmserver is started which in turn starts - # 1) the window manager (kwin) --# 2) everything in $KDEDIR/share/autostart (kdesktop, kicker, etc.) -+# 2) everything in $KDEDIR/share/kde/autostart (kdesktop, kicker, etc.) - # 3) the rest of the session. - - # The user's personal KDE directory is usually ~/.kde, but this setting @@ -60,8 +60,9 @@ test -n "$KDEHOME" && kdehome=`echo "$KD # see kstartupconfig source for usage mkdir -m 700 -p $kdehome |