8f43580492
Bugs fixed - Vita Cizek fixed a bug that caused pekwm to crash on startup when another windowmanager was already running. - #252 "Resize code should consume last ButtonRelease event" reported and fixed by wallex - #259 "Window ghosting with xcompmgr shaded windows" reported by kevin.clevenger and fixed by Claes Nästén and Andreas Schlic - #297 "MRU window selection does not honour 'Skip=FocusToggle'" reported and fixed by wallex - #298 "MRU list should be refreshed on workspace change" reported and fixed by wallex User visible changes - #290 "Allow autoproperties to set the decor" fixed by Andreas Schlick - #268 "allow maximizing of client windows" reported by marin and fixed by Andreas Schlick #118 "Set decor name based on hints: _NET_WM_DEMANDS_ATTENTION and WM_CLIENT_MACHINE" Compatibility fixes Configuration changes New autoproperty "Decor". You can use this autoproperty to give windows a specific decor. Theme changes Themes can specify a special decor "ATTENTION" that is used for clients that set the urgency/demands-attention hint.
38 lines
1 KiB
Makefile
38 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.43 2012/01/21 15:35:38 gls Exp $
|
|
#
|
|
|
|
DISTNAME= pekwm-0.1.14
|
|
CATEGORIES= wm
|
|
MASTER_SITES= http://www.pekwm.org/projects/pekwm/files/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= gls@NetBSD.org
|
|
HOMEPAGE= http://www.pekwm.org/
|
|
COMMENT= Window manager based on aewm++
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
USE_LANGUAGES= c c++
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR}
|
|
|
|
PKG_SYSCONFSUBDIR= pekwm
|
|
|
|
EGDIR= ${PREFIX}/share/examples/pekwm
|
|
CONF_FILES=
|
|
.for f in autoproperties config keys menu mouse start vars
|
|
CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
|
|
.endfor
|
|
|
|
.include "../../mk/jpeg.buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../x11/libSM/buildlink3.mk"
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../x11/libXinerama/buildlink3.mk"
|
|
.include "../../x11/libXft/buildlink3.mk"
|
|
.include "../../x11/libXpm/buildlink3.mk"
|
|
.include "../../x11/libXrandr/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|