pkgsrc/wm/pekwm/Makefile
snj 031a010f77 Update pekwm to 0.1.11, from Guillaume Lasmayous in PR pkg/41463.
Add LICENSE (gnu-gpl-v2).

Changes:

Bugs fixed
* #148 "pekwm_themeset.sh doesn't handle empty theme directories",
  reported and fixed by Daniel Moerner.
* #156 "Harbour "forgotten" on config reload.", reported by Walther and
  fixed by Andreas.
* #142 "'Space' keybindings don't work", reported by Tassilo Horn and
  fixed by Andreas.
* #166 "Autoproperty Layer not working in combination with autoproperty
  Focusable=false" reported by cynan and fixed by Andreas.
* Some fixes to get pekwm compiled under OpenSolaris, done by Claes.
* Fixed a typo in the documentation, reported by Rikard Lindsröm.

User visible changes
* #171 "Resizehint for some windows", reported by Demelier David, done
  by Andreas.

Compatibility fixes
* Claes added support for gnome.

Configuration changes
* Respecting the aspect ratio hints can be disabled by setting
  HonourAspectRatio to false.

Theme changes
* The default theme got smaller title bars. The theme was created by
  Adriano.
2009-05-21 01:40:21 +00:00

38 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.33 2009/05/21 01:40:21 snj Exp $
#
DISTNAME= pekwm-0.1.11
CATEGORIES= wm
MASTER_SITES= http://www.pekwm.org/projects/3/files/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@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 "../../graphics/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"