2017-05-12 13:55:32 +02:00
|
|
|
# $NetBSD: Makefile,v 1.54 2017/05/12 11:55:32 jperkin Exp $
|
2002-12-17 11:53:22 +01:00
|
|
|
|
2013-07-02 22:33:37 +02:00
|
|
|
DISTNAME= pekwm-0.1.17
|
2002-12-17 11:53:22 +01:00
|
|
|
CATEGORIES= wm
|
Update to 0.1.12.
Changelog:
Bugs fixed
* #187 "Keyboard layout disability", reported by flatr0ze, fixed by Idares
* #196 "separator as last (sub)menu entry gets drawn on top of first menu \
entry", reported by Jyri Jokinen and fixed by Andreas
* #200 "pekwm not supporting additional mouse buttons", reported by Dusty \
Phillips and fixed by Andreas
* #202 "Tabs change order after restart", reported by Thomas and fixed by \
Claes Nästén
* #215 "pekwm crashes when opening new Opera 10", fixed by Claes Nästén
* #155 "Autogrouping "global = true" should check versus target workspace,\
not current one.", reported by Walther and fixed by Claes Nästén
* #234 "Windows which start out iconified are not properly managed.",\
reported by Christopher A. Oliver and fixed by Andreas
* #201 "Title set to ``<INVALID> when one or more characters cannot be\
translated by iconv", reported by Martin Tournoij and fixed by Claes Nästén
* Bugfix for a use after free bug by Andreas.
* #244 "bug in PScreen.cc (PScreen::MODIFIER_TO_MASK_NUM is 0)" reported\
and fixed by Idares
* #245 "Fullscreen command Doesn't work with gtk builds of emacs, also\
gnome-terminal", reported by joe higton and fixed by Claes Nästén.
* #174 "xcompmgr and gnome-do", reported by Emmanuele Massimi and fixed by\
Claes Nästén.
* #253 "NET_ACTIVE_WINDOW messages shouldn't cause a workspace switch for\
sticky windows", reported and fixed by Walther.
User visible changes
* #191 "making window events pass along a window ID", reported by Mathias\
and fixed by Claes Nästén
* #221 "PekWM package for Fedora", Germán A. Racca provided a rpm .spec\
file for pekwm
* #74 "Tab completion for CmdDialog", reported and fixed by Claes Nästén.
While here, claim maintainership.
2010-04-17 12:07:17 +02:00
|
|
|
MASTER_SITES= http://www.pekwm.org/projects/pekwm/files/
|
2011-07-10 22:41:22 +02:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2002-12-17 11:53:22 +01:00
|
|
|
|
Update to 0.1.12.
Changelog:
Bugs fixed
* #187 "Keyboard layout disability", reported by flatr0ze, fixed by Idares
* #196 "separator as last (sub)menu entry gets drawn on top of first menu \
entry", reported by Jyri Jokinen and fixed by Andreas
* #200 "pekwm not supporting additional mouse buttons", reported by Dusty \
Phillips and fixed by Andreas
* #202 "Tabs change order after restart", reported by Thomas and fixed by \
Claes Nästén
* #215 "pekwm crashes when opening new Opera 10", fixed by Claes Nästén
* #155 "Autogrouping "global = true" should check versus target workspace,\
not current one.", reported by Walther and fixed by Claes Nästén
* #234 "Windows which start out iconified are not properly managed.",\
reported by Christopher A. Oliver and fixed by Andreas
* #201 "Title set to ``<INVALID> when one or more characters cannot be\
translated by iconv", reported by Martin Tournoij and fixed by Claes Nästén
* Bugfix for a use after free bug by Andreas.
* #244 "bug in PScreen.cc (PScreen::MODIFIER_TO_MASK_NUM is 0)" reported\
and fixed by Idares
* #245 "Fullscreen command Doesn't work with gtk builds of emacs, also\
gnome-terminal", reported by joe higton and fixed by Claes Nästén.
* #174 "xcompmgr and gnome-do", reported by Emmanuele Massimi and fixed by\
Claes Nästén.
* #253 "NET_ACTIVE_WINDOW messages shouldn't cause a workspace switch for\
sticky windows", reported and fixed by Walther.
User visible changes
* #191 "making window events pass along a window ID", reported by Mathias\
and fixed by Claes Nästén
* #221 "PekWM package for Fedora", Germán A. Racca provided a rpm .spec\
file for pekwm
* #74 "Tab completion for CmdDialog", reported and fixed by Claes Nästén.
While here, claim maintainership.
2010-04-17 12:07:17 +02:00
|
|
|
MAINTAINER= gls@NetBSD.org
|
2008-08-08 16:32:38 +02:00
|
|
|
HOMEPAGE= http://www.pekwm.org/
|
2002-12-17 11:53:22 +01:00
|
|
|
COMMENT= Window manager based on aewm++
|
2009-05-21 03:40:21 +02:00
|
|
|
LICENSE= gnu-gpl-v2
|
2002-12-17 11:53:22 +01:00
|
|
|
|
2007-06-11 23:07:50 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2008-08-08 16:32:38 +02:00
|
|
|
USE_TOOLS+= gmake pkg-config
|
2006-07-22 06:46:13 +02:00
|
|
|
USE_LANGUAGES= c c++
|
2002-12-17 11:53:22 +01:00
|
|
|
|
2008-08-08 16:32:38 +02:00
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR}
|
2003-06-14 13:22:40 +02:00
|
|
|
|
2017-05-12 13:55:32 +02:00
|
|
|
LIBS.SunOS+= -liconv
|
|
|
|
|
2003-06-14 13:22:40 +02:00
|
|
|
PKG_SYSCONFSUBDIR= pekwm
|
|
|
|
|
|
|
|
EGDIR= ${PREFIX}/share/examples/pekwm
|
|
|
|
CONF_FILES=
|
2006-04-08 15:42:42 +02:00
|
|
|
.for f in autoproperties config keys menu mouse start vars
|
2003-06-14 13:22:40 +02:00
|
|
|
CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
|
|
|
|
.endfor
|
|
|
|
|
2010-12-23 12:44:24 +01:00
|
|
|
.include "../../mk/jpeg.buildlink3.mk"
|
2015-03-15 20:51:05 +01:00
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
2006-04-08 15:42:42 +02:00
|
|
|
.include "../../graphics/png/buildlink3.mk"
|
2007-02-01 23:47:39 +01:00
|
|
|
.include "../../x11/libSM/buildlink3.mk"
|
|
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
|
|
.include "../../x11/libXinerama/buildlink3.mk"
|
2006-12-15 21:32:52 +01:00
|
|
|
.include "../../x11/libXft/buildlink3.mk"
|
|
|
|
.include "../../x11/libXpm/buildlink3.mk"
|
2007-02-01 23:47:39 +01:00
|
|
|
.include "../../x11/libXrandr/buildlink3.mk"
|
2002-12-17 11:53:22 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|