Pkgsrc changes: * Add a bugfix patch for an LP64 problem in the X11 protocol handling, from FreeBSD ports tree * Add a patch to complete initialization of pointers, also from FreeBSD * Add dependency on libXft, it appears to be required Upstream changes: * Add sendToPreviousWorkspace and sendToNextWorkspace functions * Add new config option: followWindowOnSend, allows bbkeys to change workspace to the space it just sent a window to * Fix for underquoted definitions in configure.ac * Fix annoying behaviour when cycling through windows on all workspaces, no longer flip workspace when doing this * Add config option includeIconifiedWindowsInCycle to include iconified windows in window cycling list
28 lines
722 B
Makefile
28 lines
722 B
Makefile
# $NetBSD: Makefile,v 1.11 2015/11/17 15:59:13 he Exp $
|
|
#
|
|
|
|
DISTNAME= bbkeys-0.9.1
|
|
PKGNAME= bbkeys09-0.9.1
|
|
CATEGORIES= x11 wm
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bbkeys/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://bbkeys.sourceforge.net/
|
|
COMMENT= General X Window keygrabber
|
|
LICENSE= mit
|
|
|
|
CONFLICTS+= bbkeys<=0.9
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= perl:run pkg-config
|
|
|
|
BUILDLINK_DEPMETHOD.libXt?= build
|
|
|
|
.include "../../wm/blackbox70/buildlink3.mk"
|
|
.include "../../x11/libSM/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../x11/libXft/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|