summaryrefslogtreecommitdiff
path: root/devel/libwnck
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-03-22 16:05:36 +0000
committerjmmv <jmmv@pkgsrc.org>2005-03-22 16:05:36 +0000
commit03b8fa636b0c527bcaf71aaa5147e48bf1bb8943 (patch)
tree781089ceac4d2673967462695e01becdb62748a5 /devel/libwnck
parentc70f07ef82aaba8dd29830c98a7ad43b46050e78 (diff)
downloadpkgsrc-03b8fa636b0c527bcaf71aaa5147e48bf1bb8943.tar.gz
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 (limited to 'devel/libwnck')
-rw-r--r--devel/libwnck/Makefile8
-rw-r--r--devel/libwnck/PLIST5
-rw-r--r--devel/libwnck/buildlink3.mk5
-rw-r--r--devel/libwnck/distinfo8
4 files changed, 14 insertions, 12 deletions
diff --git a/devel/libwnck/Makefile b/devel/libwnck/Makefile
index 221f2d2af57..fe36189bdc2 100644
--- a/devel/libwnck/Makefile
+++ b/devel/libwnck/Makefile
@@ -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
@@ -23,6 +23,8 @@ PKGCONFIG_OVERRIDE= libwnck-1.0.pc.in
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 --git a/devel/libwnck/PLIST b/devel/libwnck/PLIST
index cde8769ab8b..31e5f1406a9 100644
--- a/devel/libwnck/PLIST
+++ b/devel/libwnck/PLIST
@@ -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/mn/LC_MESSAGES/libwnck.mo
${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 --git a/devel/libwnck/buildlink3.mk b/devel/libwnck/buildlink3.mk
index 8ed8c9357f5..46611145dc2 100644
--- a/devel/libwnck/buildlink3.mk
+++ b/devel/libwnck/buildlink3.mk
@@ -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:= ${BUILDLINK_PACKAGES:Nlibwnck}
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 --git a/devel/libwnck/distinfo b/devel/libwnck/distinfo
index 7e8b9ba8c72..93dae8109a0 100644
--- a/devel/libwnck/distinfo
+++ b/devel/libwnck/distinfo
@@ -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