pkgsrc/devel/libwnck3/Makefile
prlw1 4a8431f942 Update libwnck3 to 3.14.0 (first version since 3.4.9)
Release bump to 3.14.0

Fixes

* xutils: Support non-standard depths for icon pixmaps (Chris Wilson)
* xutils: Correctly link against libXrender (David King)
* pager: don't return invalid workspace rect (Alberts Muktupavels)
* tasklist: fix missing icon in tasklist button (Alberts Muktupavels)
* window-action-menu: don't use deprecated GtkImageMenuItem (Alberts Muktupavels)
* tasklist: don't use deprecated GtkImageMenuItem (Alberts Muktupavels)

Translators

* Anders Jonsson (sv)
* Saibal Ray (bn_IN)
* Timo Jyrinki (fi)
2014-11-27 01:16:04 +00:00

32 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.12 2014/11/27 01:16:04 prlw1 Exp $
DISTNAME= libwnck-3.14.0
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"
.include "../../x11/gtk3/buildlink3.mk"
.include "../../x11/libXres/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"