0ae67886e7
Changes since 1.4.8 * Incompatible changes ** command `compat' and the various def* compat commands were removed ** `msgwait', `rudeness', `startupmessage', `warp' are now variables The msgwait, rudeness, startup_message and warp commands will stay around for a few releases. Upgrade your config file now! * Feature/misc changes ** XRandR support ratpoison now uses XRandR to detect screens additions/removals at runtime. The Xinerama support has been removed. ** the focus* commands can be used to navigate across screens ** window completion match by substring, case-insensitive ** new variable `framemsgwait' Timeout (in seconds) for the `Current frame' message window. If set to -1, no message is shown. ** better `select' error handling ** the command `set' with no argument dumps a list of all variables/values ** unknown commands are now logged as warnings to stdout too Should help debugging a config file. ** various cleanups and minor bugfixes * Packaging changes ** ratpoison now depends on libXrandr instead of libXinerama ** ratpoison doesn't link against libhistory by default any more Use ./configure --enable-history to force the use of said library. ** no ChangeLog file Please use the git repository instead. Savannah offers a web interface. ** no more timestamps in compiled code Should help reproducible builds.
31 lines
888 B
Makefile
31 lines
888 B
Makefile
# $NetBSD: Makefile,v 1.46 2019/11/19 18:16:09 nia Exp $
|
|
#
|
|
|
|
DISTNAME= ratpoison-1.4.9
|
|
CATEGORIES= wm
|
|
MASTER_SITES= https://savannah.nongnu.org/download/ratpoison/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= tonio@NetBSD.org
|
|
HOMEPAGE= https://www.nongnu.org/ratpoison/
|
|
COMMENT= Simple window manager with no fat library dependencies
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_TOOLS+= perl:run pkg-config
|
|
|
|
GNU_CONFIGURE= YES
|
|
INFO_FILES= yes
|
|
|
|
REPLACE_PERL+= contrib/rpws contrib/genrpbindings contrib/clickframe.pl
|
|
REPLACE_SH= contrib/allwindows.sh
|
|
|
|
BUILDLINK_DEPMETHOD.libXt?= build
|
|
|
|
.include "../../devel/readline/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../x11/libXrandr/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../x11/libXtst/buildlink3.mk"
|
|
.include "../../x11/libXft/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|