diff options
author | hira <hira@pkgsrc.org> | 2008-12-17 12:50:02 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2008-12-17 12:50:02 +0000 |
commit | 9bd4d8b349fb66ba5d0dc2b5f3fdc9d53989d012 (patch) | |
tree | 8f4a1edbca2f92f370a24594b9eefee930d9138b /x11/xfce4-desktop | |
parent | e802ba65a231b0d829c15fd1d6e9a68fb7fcb5b8 (diff) | |
download | pkgsrc-9bd4d8b349fb66ba5d0dc2b5f3fdc9d53989d012.tar.gz |
Update Xfce to 4.4.3. This is bug fix release.
Changes since 4.4.2:
x11/xfce4-panel:
* Quite a bit code changed in the dnd code. Mostly to fix a segfault
in FreeBSD-amd64, but more problems were discovered and a lot of
code was simplified.
* Don't respond the uri drags, we don't use it and it only causes
problems like hiding the panel when a file was dragged over the
panel (Bug #3815).
* Fix crash with xrandr 1.2 (Bug #3620)
x11/xfce4-desktop:
* Make menu panel plugin honor CustomizeDesktopMenu kiosk setting
(Bug #1026).
* Fix incorrect initial desktop font size when setting custom font
size if a custom font was never set before (Bug #3957).
wm/xfce4-wm:
* Fix automaximize on move
* Remove trailing \0 in UTF-8 strings, that causes libwnck to
rightfully complain that NET_WM_NAME contains invalid UTF-8
* Exit on SelectionClear event so that xfwm4 exits even with WM who
do not send a ClientMessage event such as Openbox (Bug #2374)
* Backport overlay and compositor support from trunk (Bug #3849)
* Filter out grab/ungrab events so we don't end up redrawing the
frame twice
* Set monitor when positionning menu (Bug #4162)
* Reduce flickering during resize (Bug #4283)
* Fix NET_WM_STATE claiming maximization vertical and horizontal even
if only horizontal of vertical is actually set (Should fix Bug #3969)
* Loosen the rule that prevents an application from iconifying itself
when skip_taskbar is set (Bug #4434)
* Rework visual depth selection of the frame window (Bug #4452)
* Add support for NET_MOVERESIZE_WINDOW
* Take gravity bit into account in configure resize only requests to
comply with standard (Bug #3634)
* Add client windows to save set to avoid loosing all windows in case
of crash
* Use guint32 instead of Time internally to avoid potential issues in
64bits
* Add a "--replace" command line option to replace ICCCM2 compliant
window managers (Bug #3731)
x11/libxfce4gui:
* Fix format-string vulnerability in dialog code
x11/xfce4-terminal:
* Update to latest trunk translations.
sysutils/xfce4-thunar:
* Update to latest trunk translations.
editors/xfce4-mousepad:
* Sort recent items by most recently used.
x11/xfce4-utils:
* Fix missing translated chars (Bug #3543)
Updated translations:
* Basque
* Brazilian Portuguese
* Catalan
* Chinese Traditional
* Danish
* Estonian
* Finnish
* French
* Galician
* German
* Indonesian
* Japanese
* Korean
* Kurdish
* Latvian
* Norwegian
* Polish
* Sinhala
* Slovak
* Slovene
* Spanish
* Turkish
* Urdu
Diffstat (limited to 'x11/xfce4-desktop')
-rw-r--r-- | x11/xfce4-desktop/distinfo | 9 | ||||
-rw-r--r-- | x11/xfce4-desktop/patches/patch-ac | 12 |
2 files changed, 4 insertions, 17 deletions
diff --git a/x11/xfce4-desktop/distinfo b/x11/xfce4-desktop/distinfo index 0b37e2f470e..b1b24d0f544 100644 --- a/x11/xfce4-desktop/distinfo +++ b/x11/xfce4-desktop/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.18 2008/09/30 14:01:37 joerg Exp $ +$NetBSD: distinfo,v 1.19 2008/12/17 12:50:03 hira Exp $ -SHA1 (xfdesktop-4.4.2.tar.bz2) = f2ff4d429c0241401bdeebd3dc9b71b35dbe9ae8 -RMD160 (xfdesktop-4.4.2.tar.bz2) = 4e1e4db449a6e18e3c32458c7946246f399c52af -Size (xfdesktop-4.4.2.tar.bz2) = 3047839 bytes +SHA1 (xfdesktop-4.4.3.tar.bz2) = 6ba60fd7f8f57104195e3e17551315d0c3c2381e +RMD160 (xfdesktop-4.4.3.tar.bz2) = 490749cc579a30ea3689ab65c099d284ecffff56 +Size (xfdesktop-4.4.3.tar.bz2) = 3095897 bytes SHA1 (patch-aa) = 72eb8d6810d0a680f49fa03f45a73fe4f124d02d SHA1 (patch-ab) = 0816049644f48d4057b20d32f88629552216f5fc -SHA1 (patch-ac) = 8f0a6d2a27eae8b99660a7ae991030554584aed5 diff --git a/x11/xfce4-desktop/patches/patch-ac b/x11/xfce4-desktop/patches/patch-ac deleted file mode 100644 index 72cbc11d145..00000000000 --- a/x11/xfce4-desktop/patches/patch-ac +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ac,v 1.3 2008/09/30 14:01:37 joerg Exp $ - ---- modules/menu/desktop-menuspec.h.orig 2007-11-17 19:31:43.000000000 +0000 -+++ modules/menu/desktop-menuspec.h -@@ -82,6 +82,6 @@ G_CONST_RETURN gchar *desktop_menuspec_d - * @param paths A GPtrArray obtained from either menuspec_get_path_simple() or - * menuspec_get_path_multilevel(). - */ --G_INLINE_FUNC void desktop_menuspec_path_free(GPtrArray *paths); -+void desktop_menuspec_path_free(GPtrArray *paths); - - #endif /* ifdef __MENUSPEC_H__ */ |