diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-06-29 09:30:55 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-06-29 09:30:55 +0000 |
commit | b67eee1707864f20a852fb54e16b5668056fe16c (patch) | |
tree | 3953af16949082d1cd48a27245b90b0df2f8eedd | |
parent | 93dc7f7f96fb507d9ce0c7df2b9b40cedbe6d6d1 (diff) | |
download | pkgsrc-b67eee1707864f20a852fb54e16b5668056fe16c.tar.gz |
Update to 2.10.2:
Panel
* Fix crash when the "locked" gconf key is unset (Mark)
* Fix bad interactions between the panel and the recent menus (Mark)
* Fix crasher with recent items menu (Mark)
* Fix "dialogs pop up under panel dialogs" issue by making each panel
be in its own window group and the dialogs part of the default group.
(Mark)
* Help links update (Kjartan Maraas, Sébastien Bacher)
* Code cleanup (Kjartan Maraas)
* Plug leaks (Kjartan Maraas)
* Fix bad interaction between the panel and the window manager (Mark)
Translators
* Vladimir Petkov (bg)
* Priit Laes (et)
* Roozbeh Pournader (fa)
* Christophe Merlet (RedFox) (fr)
* Ignacio Casal Quinteiro (gl)
* Ankit Patel (gu)
* Yuval Tanny (he)
* Rajesh Ranjan (hi)
* Lilit Azizbekyan (hy)
* Takeshi AIHANA (ja)
* Clytie Siddall (vi)
* Canonical Ltd (xh)
* Woodman Tuen (zh_TW)
-rw-r--r-- | x11/gnome-panel/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome-panel/PLIST | 3 | ||||
-rw-r--r-- | x11/gnome-panel/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index 3d077dfbdfd..14934526034 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2005/06/01 18:03:28 jlam Exp $ +# $NetBSD: Makefile,v 1.53 2005/06/29 09:30:55 jmmv Exp $ # -DISTNAME= gnome-panel-2.10.1 +DISTNAME= gnome-panel-2.10.2 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-panel/2.10/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/gnome-panel/PLIST b/x11/gnome-panel/PLIST index 33309a32290..234a8e3f9f4 100644 --- a/x11/gnome-panel/PLIST +++ b/x11/gnome-panel/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.20 2005/04/26 20:05:24 drochner Exp $ +@comment $NetBSD: PLIST,v 1.21 2005/06/29 09:30:56 jmmv Exp $ bin/gnome-desktop-item-edit bin/gnome-panel bin/panel-test-applets @@ -269,6 +269,7 @@ ${PKGLOCALEDIR}/locale/he/LC_MESSAGES/gnome-panel-2.0.mo ${PKGLOCALEDIR}/locale/hi/LC_MESSAGES/gnome-panel-2.0.mo ${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/gnome-panel-2.0.mo ${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/gnome-panel-2.0.mo +${PKGLOCALEDIR}/locale/hy/LC_MESSAGES/gnome-panel-2.0.mo ${PKGLOCALEDIR}/locale/id/LC_MESSAGES/gnome-panel-2.0.mo ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/gnome-panel-2.0.mo ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/gnome-panel-2.0.mo diff --git a/x11/gnome-panel/distinfo b/x11/gnome-panel/distinfo index 39d047224d0..7f04ecb5e8a 100644 --- a/x11/gnome-panel/distinfo +++ b/x11/gnome-panel/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2005/04/26 20:05:24 drochner Exp $ +$NetBSD: distinfo,v 1.22 2005/06/29 09:30:56 jmmv Exp $ -SHA1 (gnome-panel-2.10.1.tar.bz2) = c39186612d32213469653c41ed52c80c6811c629 -RMD160 (gnome-panel-2.10.1.tar.bz2) = 57eee9c417b0e870b9d8026cf0d57de7254f01c3 -Size (gnome-panel-2.10.1.tar.bz2) = 2344963 bytes +SHA1 (gnome-panel-2.10.2.tar.bz2) = 6a931b17d36cc019d3af902fd9a87bfc30a85d8d +RMD160 (gnome-panel-2.10.2.tar.bz2) = c8859904ff1c3eadf7918f509f9d5b19661dc0b8 +Size (gnome-panel-2.10.2.tar.bz2) = 2366827 bytes |