diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-10-12 21:50:09 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-10-12 21:50:09 +0000 |
commit | d0a6741c1face59eedf80a751a370286116ed0fd (patch) | |
tree | 69df5694b79ab20237d6c577931a3a7b405fae35 /devel | |
parent | 148fbbee739331891ccd2fac6f5474df851a7c8d (diff) | |
download | pkgsrc-d0a6741c1face59eedf80a751a370286116ed0fd.tar.gz |
Update to 2.12.1:
2.12.1
=======
Features
- add a test-selector program for testing. It doesn't get installed.
(Denis Jacquerye, Elijah) [#165269]
Fixes
- Use intltool & various other build enhanements (Rodney Dawes, Vincent)
[#317190]
- Detect windows that are removed from the skip_taskbar state (Jochen Baier)
[#163293]
Translators
- Mahay Alam Khan (bn)
- Iñaki Larrañaga Murgoitio (eu)
2.12.0
=======
Translators
- Bryn Salisbury (cy)
2.11.92
=======
Translators
- Mişu Moldovan (ro)
- Maxim Dziumanenko (uk)
2.11.91
=======
Fixes
- Have window list tooltips display WM_NAME instead of WM_ICON_NAME
(Mariano Suarez-Alvarez) [#124463]
- Zero out unused fields in ClientMessages, as required by the EWMH
spec (Gregory Merchan) [#135024]
- Fix an activation/minimization inconsistency (Elijah Newren)
- Correctly determine the active task when dealing with transients
(Xavier Claessens) [#310381]
- Clean up a number of warnings (Philipp Thomas, Benoit Dejean)
[#140175, #310829]
- Fix builds that don't disable docs, get make distcheck to work
(Matthias Clasen) [#302231]
- Add wnck_window_set_window_type() function (Olivier Andrieu)
[#133306]
- Add API for allowing the button relief to be set to
GTK_RELIEF_NONE for transparent panels (Ryan Lortie) [#167932]
- Fix workspace switching behavior (revert the stuff related to the
behavioral change from bug 161361 made in the 2.10 cycle -- Elijah
Newren)
- Prevent pager from flickering when moving windows between
workspaces (Christian Neumair) [#167745]
Translators
- Christophe Merlet (RedFox) (fr)
- Jaydeep Bhusal (ne)
2.11.4
======
Features
- Add support for the Urgent hint (Elijah)
Fixes
- Show the mini_icon instead of the regular icon for the selector
(Vincent Noel)
Translators
- Takeshi AIHANA (ja)
- Abel Cheung (zh_TW)
2.11.3
======
Features
- Make windows that demand attention more noticeable by glowing their
tasklist buttons (Ray Strode)
Fixes
- fix possible leak (Benoît Dejean)
- determine a group leader when the previous one gets removed (Jaap Haitsma)
Translators
- Ignacio Casal Quinteiro (gl)
2.11.1
======
Translators
- Adam Weinberger (en_CA)
- Ivar Smolin (et)
- Steve Murphy (rw)
- Ivan Noris (sk)
- Baris Cicek (tr)
- Canonical Ltd (xh)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libwnck/Makefile | 6 | ||||
-rw-r--r-- | devel/libwnck/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/libwnck/Makefile b/devel/libwnck/Makefile index 38601cd6e30..35b51dc8b2f 100644 --- a/devel/libwnck/Makefile +++ b/devel/libwnck/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.30 2005/08/26 16:25:05 drochner Exp $ +# $NetBSD: Makefile,v 1.31 2005/10/12 21:50:09 jmmv Exp $ # -DISTNAME= libwnck-2.10.3 +DISTNAME= libwnck-2.12.1 CATEGORIES= devel x11 gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libwnck/2.10/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libwnck/2.12/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= jmmv@NetBSD.org diff --git a/devel/libwnck/distinfo b/devel/libwnck/distinfo index 2390a8e44f1..280e722a1c8 100644 --- a/devel/libwnck/distinfo +++ b/devel/libwnck/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2005/08/26 16:25:05 drochner Exp $ +$NetBSD: distinfo,v 1.14 2005/10/12 21:50:09 jmmv Exp $ -SHA1 (libwnck-2.10.3.tar.bz2) = a49e702ff7e823f9d56afb99ce91584832215a2d -RMD160 (libwnck-2.10.3.tar.bz2) = 8de8abe505020b3c1cb21487556a5f54fa6d0284 -Size (libwnck-2.10.3.tar.bz2) = 429835 bytes +SHA1 (libwnck-2.12.1.tar.bz2) = 8f6405fd365e1384a3320e497940a4702abac6fa +RMD160 (libwnck-2.12.1.tar.bz2) = fdd9dbdccd2a907b9bea09a15b8e453579e4d080 +Size (libwnck-2.12.1.tar.bz2) = 441443 bytes |