summaryrefslogtreecommitdiffstats
path: root/rules/pekwm.in
blob: bdbc551e96db19fe933611a36efbd9e7288268bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
## SECTION=staging
## old section:
### SECTION=x_windowmanagers

menuconfig PEKWM
	tristate
	select XORG_LIB_SM
	select XORG_LIB_ICE
	select XORG_LIB_X11
	select XORG_LIB_XEXT
	select XORG_LIB_XPM
	select XORG_APP_XPROP if PEKWM_INSTALL_SCRIPTS
	select LIBJPEG
	select LIBPNG
	select GCCLIBS_CXX
	prompt "pekwm                         "
	help
	  The Pek Window Manager is written by Claes Nästen, the code
	  is based on the aewm++ window manager, but it has evolved
	  enough that it no longer resembles aewm++ at all. It has a
	  much expanded feature-set, including window grouping
	  (similar to ion, pwm, or fluxbox), autoproperties, xinerama,
	  keygrabber that supports keychains, and much more.

	  STAGING: remove in ptxdist-2019.12.0
	  Old version that is no longer available for download.
	  Should be updated to a new version.

if PEKWM

config PEKWM_INSTALL_CONFIG
	bool
	prompt "install default config"
	help
	  install the default configuration files to /etc/pekwm

config PEKWM_INSTALL_THEME
	bool
	prompt "install default theme"
	help
	  install the default pekwm theme. Without theme there will be
	  no menus or titlebar.

config PEKWM_INSTALL_SCRIPTS
	bool
	prompt "install default scripts"
	help
	  install helper scripts.

endif