pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libwnck Update to 2.10.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf588921d08e
branches:  trunk
changeset: 491229:bf588921d08e
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Tue Mar 22 16:05:36 2005 +0000

description:
Update to 2.10.0:

2.10.0
======

 Translations: ca, hu, ro, zh_TW

2.9.92.1
========

 Misc
  - COPYING was wrongly updated during 2.9.92 release. This is now fixed.

2.9.92
======

 Fixes

  - Fix warnings (Kjartan Maraas)
  - Remove hack needed because of a metacity bug (Elijah)
  - Check for whether a window or one of its transients has the demands
    attention hint set (Elijah)
  - Handle the changes to _NET_ACTIVE_WINDOW (Elijah)
  - API change to add a timestamp to _NET_CURRENT_DESKTOP message (Elijah)
  - Plug leak (Vincent)
  - Fix tasklist button not requesting a reasonable size (Vincent)

 Translators

  - Jordi Mallach (ca)
  - Nikos Charonitakis (el)
  - Benoît Dejean (fr)
  - Ankit Patel (gu)
  - Luca Ferretti (it)
  - Takeshi AIHANA (ja)
  - Changwoo Ryu (ko)
  - Tino Meinen (nl)
  - GNOME PL Team (pl)
  - Evandro Fernandes Giovanini (pt_BR)
  - Duarte Loreto (pt)
  - Leonid Kanter (ru)
  - Laurent Dhima (sq)
  - Paisa Seeluangsawat (th)
  - Maxim Dziumanenko (uk)

2.9.91
======

 Features

  - New WnckSelector widget, using code from gnome-panel (Vincent Noel)

 Fixes

  - Correct misleading and inaccurate wording (Elijah)
  - Make the tasklist window menu popup appear near the mouse pointer
    (Vincent Noel)
  - Fix warnings in WnckSelector (Vincent)

 Misc

  - Add MAINTAINERS & HACKING files (Elijah)

 Translators

  - Vladimir Petkov (bg)
  - Miloslav Trmac (cs)
  - Ole Laursen (da)
  - Frank Arnold (de)
  - Adam Weinberger (en_CA)
  - David Lodge (en_GB)
  - Lucas Vieites (es)
  - Priit Laes (et)
  - Pauli Virtanen (fi)
  - Takeshi AIHANA (ja)
  - Changwoo Ryu (ko)
  - Žygimantas Beručka (lt)
  - Kjartan Maraas (nb)
  - Kjartan Maraas (no)
  - Duarte Loreto (pt)
  - Christian Rose (sv)

2.9.90
======

 Fixes

  - Don't check the monitor-change if there's only one monitor (Juerg Billeter)
  - Show "close all" and "(un)minimize all" options in the right click menu for
    grouped windows (Jaap Haitsma)
  - Make the task order in the tasklist intuitive (Elijah Newren)

 Translators

  - Vladimir Petkov (bg)
  - Miloslav Trmac (cs)
  - Frank Arnold (de)
  - Adam Weinberger (en_CA)
  - Francisco Javier F. Serrador (es)
  - Kjartan Maraas (nb)
  - Åsmund Skjæveland (nn)
  - Kjartan Maraas (no)
  - Mişu Moldovan (ro)
  - Christian Rose (sv)
  - Wang Jian (zh_CN)

2.9.4
=====

 Fixes

  - Implemented switching workspaces when doing a DnD operation
    (Carlos Garnacho Parro, Fernando Villacis Postigo)
  - Allow minimizing an app via tasklist even when it has a transient
    (Elijah Newren)
  - Include pinned windows only for the active workspace (Elijah Newren)

 Translators

  - Rajeev Shrestha (ne)

2.9.3
=====

 Fixes

  - Ellipsize labels in tasklist (Benjamin Kahn)
  - Use right icon size in tasklist (Benjamin Kahn)
  - Add a default icon for windows without icon in tasklist (Benjamin Kahn)
  - Fix leak (Benoît Dejean)
  - Do not show windows from all screen when the tasklist is first created (Juerg Billeter)
  -  Show all windows in tasklist with xinerama if there's only one tasklist (Juerg Billeter)
  - Increase padding between text and icon in the tasklist (Benjamin Kahn)
  - Code cleanups (Mark McLoughlin)

 Misc

  - Add a rationales.txt file (Elijah Newren)

 Translators

  - Vladimir Petkov (bg)

diffstat:

 devel/libwnck/Makefile      |  8 +++++---
 devel/libwnck/PLIST         |  5 +++--
 devel/libwnck/buildlink3.mk |  5 ++---
 devel/libwnck/distinfo      |  8 ++++----
 4 files changed, 14 insertions(+), 12 deletions(-)

diffs (84 lines):

diff -r 522fdd4e7ee0 -r bf588921d08e devel/libwnck/Makefile
--- a/devel/libwnck/Makefile    Tue Mar 22 16:05:13 2005 +0000
+++ b/devel/libwnck/Makefile    Tue Mar 22 16:05:36 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.23 2004/10/26 21:04:20 jmmv Exp $
+# $NetBSD: Makefile,v 1.24 2005/03/22 16:05:36 jmmv Exp $
 #
 
-DISTNAME=      libwnck-2.8.1
+DISTNAME=      libwnck-2.10.0
 CATEGORIES=    devel x11 gnome
-MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libwnck/2.8/}
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libwnck/2.10/}
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    jmmv%NetBSD.org@localhost
@@ -23,6 +23,8 @@
 CONFIGURE_ARGS+=       --with-html-dir=${PREFIX}/share/doc
 
 .include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/pango/buildlink3.mk"
 .include "../../devel/pkgconfig/buildlink3.mk"
 .include "../../x11/startup-notification/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
diff -r 522fdd4e7ee0 -r bf588921d08e devel/libwnck/PLIST
--- a/devel/libwnck/PLIST       Tue Mar 22 16:05:13 2005 +0000
+++ b/devel/libwnck/PLIST       Tue Mar 22 16:05:36 2005 +0000
@@ -1,13 +1,13 @@
-@comment $NetBSD: PLIST,v 1.9 2004/11/08 15:08:10 wiz Exp $
+@comment $NetBSD: PLIST,v 1.10 2005/03/22 16:05:36 jmmv Exp $
 include/libwnck-1.0/libwnck/application.h
 include/libwnck-1.0/libwnck/class-group.h
 include/libwnck-1.0/libwnck/libwnck.h
 include/libwnck-1.0/libwnck/pager.h
 include/libwnck-1.0/libwnck/screen.h
+include/libwnck-1.0/libwnck/selector.h
 include/libwnck-1.0/libwnck/tasklist.h
 include/libwnck-1.0/libwnck/util.h
 include/libwnck-1.0/libwnck/window-action-menu.h
-include/libwnck-1.0/libwnck/window-menu.h
 include/libwnck-1.0/libwnck/window.h
 include/libwnck-1.0/libwnck/wnck-enum-types.h
 include/libwnck-1.0/libwnck/workspace.h
@@ -86,6 +86,7 @@
 ${PKGLOCALEDIR}/locale/mr/LC_MESSAGES/libwnck.mo
 ${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/libwnck.mo
 ${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/libwnck.mo
+${PKGLOCALEDIR}/locale/ne/LC_MESSAGES/libwnck.mo
 ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/libwnck.mo
 ${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/libwnck.mo
 ${PKGLOCALEDIR}/locale/no/LC_MESSAGES/libwnck.mo
diff -r 522fdd4e7ee0 -r bf588921d08e devel/libwnck/buildlink3.mk
--- a/devel/libwnck/buildlink3.mk       Tue Mar 22 16:05:13 2005 +0000
+++ b/devel/libwnck/buildlink3.mk       Tue Mar 22 16:05:36 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.6 2004/10/03 00:13:31 tv Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2005/03/22 16:05:36 jmmv Exp $
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
 LIBWNCK_BUILDLINK3_MK:=        ${LIBWNCK_BUILDLINK3_MK}+
@@ -11,8 +11,7 @@
 BUILDLINK_PACKAGES+=   libwnck
 
 .if !empty(LIBWNCK_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.libwnck+=    libwnck>=2.8.0
-BUILDLINK_RECOMMENDED.libwnck+=        libwnck>=2.8.0nb1
+BUILDLINK_DEPENDS.libwnck+=    libwnck>=2.10.0
 BUILDLINK_PKGSRCDIR.libwnck?=  ../../devel/libwnck
 .endif # LIBWNCK_BUILDLINK3_MK
 
diff -r 522fdd4e7ee0 -r bf588921d08e devel/libwnck/distinfo
--- a/devel/libwnck/distinfo    Tue Mar 22 16:05:13 2005 +0000
+++ b/devel/libwnck/distinfo    Tue Mar 22 16:05:36 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2005/02/23 22:24:21 agc Exp $
+$NetBSD: distinfo,v 1.11 2005/03/22 16:05:36 jmmv Exp $
 
-SHA1 (libwnck-2.8.1.tar.bz2) = 1a9bd1e266f0903c6588b7ebe26df0df50fc7598
-RMD160 (libwnck-2.8.1.tar.bz2) = 3134f416ff86afede1f25a508b9319a0f2c769cc
-Size (libwnck-2.8.1.tar.bz2) = 396274 bytes
+SHA1 (libwnck-2.10.0.tar.bz2) = 3b1cedf6fcdf52c35dc60fa4a74b0eba3251118e
+RMD160 (libwnck-2.10.0.tar.bz2) = b80478870ee482605067dbeb7af69ea299edfba6
+Size (libwnck-2.10.0.tar.bz2) = 419060 bytes


Home | Main Index | Thread Index | Old Index