pkgsrc/devel/libwnck/Makefile

33 lines
959 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.67 2009/10/22 17:06:35 drochner Exp $
#
DISTNAME= libwnck-2.28.0
CATEGORIES= devel x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libwnck/2.28/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Library to write pagers and tasklists
2008-07-14 14:55:56 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE= libwnck-1.0.pc.in
2004-02-11 05:58:15 +01:00
.include "../../devel/gettext-lib/buildlink3.mk"
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)
2005-03-22 17:05:36 +01:00
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/pango/buildlink3.mk"
2004-02-11 05:58:15 +01:00
.include "../../x11/startup-notification/buildlink3.mk"
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.0
2004-02-11 05:58:15 +01:00
.include "../../x11/gtk2/buildlink3.mk"
2007-01-11 16:53:59 +01:00
.include "../../x11/libSM/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
BUILDLINK_DEPMETHOD.libXt?= build
2007-01-11 16:53:59 +01:00
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"