summaryrefslogtreecommitdiffstats
path: root/rules/pekwm.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2020-04-03 07:21:18 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-04-03 07:21:18 +0200
commit6172e3fdced7872e3795abf889082c4f4d47b9ca (patch)
treed172b37b0441508fbeee2548237d6ca6271baaa6 /rules/pekwm.in
parent288c9bf39c3701b21fd92eeb01239bae2b8b6311 (diff)
downloadptxdist-6172e3fdced7872e3795abf889082c4f4d47b9ca.tar.gz
ptxdist-6172e3fdced7872e3795abf889082c4f4d47b9ca.tar.xz
pekwm: remove after one year in staging
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/pekwm.in')
-rw-r--r--rules/pekwm.in51
1 files changed, 0 insertions, 51 deletions
diff --git a/rules/pekwm.in b/rules/pekwm.in
deleted file mode 100644
index bdbc551e9..000000000
--- a/rules/pekwm.in
+++ /dev/null
@@ -1,51 +0,0 @@
-## 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
-