diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-06-28 14:50:23 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-06-28 14:50:23 +0000 |
commit | 6552c52cd2f6efccbf5731f4027c8d8ebe3780a1 (patch) | |
tree | ee7b374c4e71942c9591257c831c397cbc544ed7 /x11/gnome-panel/Makefile | |
parent | e2cc546ce51007b667a7927a6e536a9ed68f3d1c (diff) | |
download | pkgsrc-6552c52cd2f6efccbf5731f4027c8d8ebe3780a1.tar.gz |
Update to 2.6.2:
Panel
* Fix a rare crasher while menu editing (Chris Lahey)
* Fix some problems with filename quoting (Mark)
* Fix issue with the tooltip on drawers no being updated (Vinay M R, Mark)
* Don't allow drawers to move offscreen (Shakti Sen, Mark)
* Fix issue with launcher save location not being valid with gnome-vfs
(Vincent Berger, Mark)
Screenshot Utility
* Don't make the entire desktop hang when using --delay with a11y (Padraig
O'Briain)
* Fix crasher when window icon not found (Mark)
Clock Applet
* Fix issue with the clock no resizing properly when making the panel bigger
(Mark)
* Fix problems with tasks edits affecting the wrong task (Carlos Garnacho Parro)
* Destroy the calendar if the clock is removed from the panel (Shakti Sen)
Translators
* Nirav, Ankit, Ankur, Atit, Bhavin, Kartik, Khushbu, Sweta (gu)
* Gil Osher (he)
* Changwoo Ryu (ko)
* John C Barstow (mi)
* Åsmund Skjæveland (nn)
* Kjartan Maraas (no)
* Stanislav Visnovsky (sk)
Diffstat (limited to 'x11/gnome-panel/Makefile')
-rw-r--r-- | x11/gnome-panel/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index a38e4564f63..10e2f980520 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2004/06/01 17:02:05 recht Exp $ +# $NetBSD: Makefile,v 1.41 2004/06/28 14:50:23 jmmv Exp $ # -DISTNAME= gnome-panel-2.6.1 -PKGREVISION= 1 +DISTNAME= gnome-panel-2.6.2 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-panel/2.6/} EXTRACT_SUFX= .tar.bz2 @@ -22,7 +21,7 @@ USE_LIBTOOL= YES PKGCONFIG_OVERRIDE= libpanel-applet/libpanelapplet-2.0.pc.in CONFIGURE_ARGS+= --enable-gtk-doc=no -CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html +CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc BUILDLINK_DEPENDS.GConf2+= GConf2>=2.6.1 |