15d98ee60f
2.14.0 ====== Fixes - Don't minimize the window when it's on another desktop and it was the last active window (Vincent) [#331661] - Fix C89 compliance (Jens Granseuer) [#332866] Translations - Rhys Jones (cy) - Hendrik Richter (de) - Rajesh Ranjan (hi) - Raivis Dejus (lv) - Mugurel Tudor (ro) - Laurent Dhima (sq) - Daniel Nylander (sv) - Maxim Dziumanenko (uk) 2.13.92 ======= Fixes - Fix window disappearing in workspace switcher after drag and drop (Vincent) [#317373] - Fix corrupted drawing of windows (Vincent) [#155502] - Fix critical warning with action menu of pinned windows (Vincent) Translations - Lasse Bang Mikkelsen (da) - Kostas Papadimas (el) - Iñaki Larrañaga (eu) - Gabor Kelemen (hu) - Aiet Kolkhi (ka) - Žygimantas Beručka (lt) - Duarte Loreto (pt) - Leonid Kanter (ru) - Woodman Tuen (zh_HK) - Woodman Tuen (zh_TW) 2.13.91 ======= Misc - Automate the creation of some files (Torsten Schoenfeld) - Don't redefine the _ macro for translation (Vincent) [#328621] - Make the selector widget translations work again (Vincent) [#323181] Translations - Vladimir Petkov (bg) - Miloslav Trmac (cs) - Priit Laes (et) - Luca Ferretti (it) - Takeshi AIHANA (ja) - Слободан Д. Средојевић (sr) 2.13.90 ======= Fixes - Fix crash on workspace activation (Elijah, Bart Vanbrabant) [#327435] - Include demands-attention/urgent windows unconditionally in tasklist; this should help users not miss important windows on other workspaces (Elijah) [#305979] - Synchronize the right-click-menu with that of Metacity's (Srirama Sharma, Leena Gunda, Christian Neumair) [#135710] - Escape window titles used in pango markup, avoids some crashes too (Vincent Noel, jylefort FreeBSD org) [#306289] - Correctly catch and handle demands-attention/urgent state changes for transients of windows in the tasklist (Elijah) [#317541] - Make the pager Fitts's law compliant when shadow type is none (Vincent) [#304248] - Avoid a compiler warning (Kjartan) Translations - Jordi Mallach (ca) - Adam Weinberger (en_CA) - Lucas Vieites (es) - Pauli Virtanen (fi) - Ignacio Casal Quinteiro (gl) - Ankit Patel (gu) - Kjartan Maraas (nb) - Tino Meinen (nl) - Kjartan Maraas (no) - Evandro Fernandes Giovanini (pt_BR) - Theppitak Karoonboonyanan (th) - Clytie Siddall (vi) - Wang Jian (zh_CN) 2.13.5 ====== Fixes - Correctly specify the source indication (Elijah) - Doc generation fixes (Thomas Vander Stichele) Translations - Abel Cheung (zh_HK) 2.13.4 ====== Features - Sort window in a group alphabetically (Xavier Claessens, Vincent) - Change active window when scrolling on the selector (Nigel Tao) Fixes - Remove critical warning (Vincent) - Use virtual desktop size when computing size of pager (Loic Minier, Vincent) 2.13.3 ======= Features - Add scrolling support to the tasklist (Xavier Claessens) Misc - Remove old hack (Vincent) Translators - Ivar Smolin (et) - Kjartan Maraas (nb) - Kjartan Maraas (nn) - Kjartan Maraas (no) 2.13.1 ======= Fixes - Minor code cleanup (Elijah) Translators - Erdal Ronahi (ku) - Ilyas Bakirov (ky)
30 lines
823 B
Makefile
30 lines
823 B
Makefile
# $NetBSD: Makefile,v 1.37 2006/03/30 21:10:48 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= libwnck-2.14.0
|
|
CATEGORIES= devel x11 gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libwnck/2.14/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= jmmv@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= Library to write pagers and tasklists
|
|
|
|
BUILD_USES_MSGFMT= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
USE_LIBTOOL= yes
|
|
|
|
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 "../../textproc/intltool/buildlink3.mk"
|
|
.include "../../x11/startup-notification/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|