a68830314c
============== Version 3.20.1 ============== Fixes * tasklist: ignore size_allocate with invalid size (Alberts Muktupvels) * tasklist: queue resize on button not on its content (Alberts Muktupvels) * workspace-accessible: drop obsolete GTK_CHECK_VERSION (Alberts Muktupvels) * workspace-accessible: don't use deprecated atk_component_get_position (Alberts Muktupvels) * tasklist: don't use deprecated GtkMisc (Alberts Muktupvels) * selector: don't use deprecated GtkMisc (Alberts Muktupvels) * wnckprop: don't use deprecated gdk_cursor_new (Alberts Muktupvels) * test-wnck: don't use deprecated gtk_tree_view_set_rules_hint (Alberts Muktupvels) ============== Version 3.20.0 ============== Fixes * xutils: add error trap in try_pixmap_and_mask (Alberts Muktupvel) * Window: ignore unhandled non-_NET_WM actions * ActionMenu: Use gtk_label_set_text_with_mnemonic instead of gtk_label_set_text (Andrea Azzarone) * tasklist: set css name (Alberts Muktupvel) * selector: set css name (Alberts Muktupvel) * pager: set css name Alberts Muktupvels * configure.ac: redefine introspection dirs using proper prefixes Translators * Duan Kazi (sk) * Trn Ngc Quân (vi) ============== Version 3.18.0 ============== Fixes * WnckWindow: Add a new 'type-changed' signal (Sebastian Geiger) * don't use deprecated style properties (Alberts Muktupvels) * pager: use correct state flags (Alberts Muktupvels) * selector: avoid warnings from GtkStyleContext (Alberts Muktupvels) * tasklist: avoid warnings from GtkStyleContext (Alberts Muktupvels) * Back to dependency on gtk+-3.0 >= 3.10 Translators * Aurimas ernius (lt) * Cédric Valmary (oc) * Cheng-Chia Tseng (zh_TW) * Jordi Mas (ca) * Maria Mavridou (el) * Mario Blättermann (de) * Muhammet Kara (tr) * Pedro Albuquerque (pt) * Piotr Drg (pl) * Samir Ribic (bs)
33 lines
1.1 KiB
Makefile
33 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.16 2016/09/16 21:59:08 prlw1 Exp $
|
|
|
|
DISTNAME= libwnck-3.20.1
|
|
PKGNAME= ${DISTNAME:S/libwnck/libwnck3/}
|
|
CATEGORIES= devel x11 gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libwnck/${PKGVERSION_NOREV:R}/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= prlw1@cam.ac.uk
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= Library to write pagers and tasklists
|
|
LICENSE= gnu-lgpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
|
USE_LIBTOOL= yes
|
|
|
|
PKGCONFIG_OVERRIDE= libwnck-3.0.pc.in
|
|
|
|
# wnckutils conflict with devel/libwnck, but also probably aren't used
|
|
CONFIGURE_ARGS+= --disable-tools
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/gobject-introspection/buildlink3.mk"
|
|
.include "../../textproc/gtk-doc/buildlink3.mk"
|
|
.include "../../x11/startup-notification/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.16
|
|
.include "../../x11/gtk3/buildlink3.mk"
|
|
.include "../../x11/libXres/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|