diff options
author | tonio <tonio@pkgsrc.org> | 2009-07-14 18:20:46 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2009-07-14 18:20:46 +0000 |
commit | 4f878f1f1b34721a51e56a36f517cd92529f0de4 (patch) | |
tree | a5582b1a6af85f90f9176ea193584c0928b329e3 /wm | |
parent | 742df5bfd6c85e9bef2b4082e36fc305e73cd1af (diff) | |
download | pkgsrc-4f878f1f1b34721a51e56a36f517cd92529f0de4.tar.gz |
Update wm/ratpoison to 1.4.5
* Changes since 1.4.4
- bug fixes to history and xft
* Changes since 1.4.3
- add commands ratinfo, ratrelinfo, banishrel
- add history to input bar when libhistory is not used
- add settings historysize and historycompaction
- new window formatters %p, %M prints the pid of the window and whether its a
maxsize window.
- new commands grename, gother
- new bindings C-t N and C-t P bound to nextscreen/prevscreen
- new settings, bwcolor and fwcolor for setting the border color of focused
and unfocused windows.
- netwm dialog type windows supported
These windows are treated as transients. Some Firefox popup windows
are tagged as dialog windows and should now work with ratpoison as
expected.
- new format character %M
This expands to Maxsize if the window is a maxsize window, nothing if not.
- ratpoison can use xft
If xft is found on your system ratpoison will use it unless explicitely
told not to using --without-xft
Diffstat (limited to 'wm')
-rw-r--r-- | wm/ratpoison/Makefile | 10 | ||||
-rw-r--r-- | wm/ratpoison/distinfo | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/wm/ratpoison/Makefile b/wm/ratpoison/Makefile index 0edc5784ed8..6b6f3cdf753 100644 --- a/wm/ratpoison/Makefile +++ b/wm/ratpoison/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2009/05/20 00:58:29 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2009/07/14 18:20:46 tonio Exp $ # -DISTNAME= ratpoison-1.4.3 +DISTNAME= ratpoison-1.4.5 PKGNAME= ${DISTNAME:S/-beta/beta/} -PKGREVISION= 1 CATEGORIES= wm MASTER_SITES= http://savannah.nongnu.org/download/ratpoison/ @@ -17,8 +16,8 @@ GNU_CONFIGURE= YES USE_GNU_READLINE= YES INFO_FILES= yes -USE_TOOLS+= perl:run -REPLACE_PERL+= contrib/rpws contrib/clickframe.pl +USE_TOOLS+= perl:run pkg-config +REPLACE_PERL+= contrib/rpws contrib/genrpbindings contrib/clickframe.pl REPLACE_SH= contrib/allwindows.sh BUILDLINK_DEPMETHOD.libXt?= build @@ -29,4 +28,5 @@ BUILDLINK_DEPMETHOD.libXt?= build .include "../../x11/libXinerama/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" .include "../../x11/libXtst/buildlink3.mk" +.include "../../x11/libXft/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/wm/ratpoison/distinfo b/wm/ratpoison/distinfo index d0b1abd3663..e5d07c5e44e 100644 --- a/wm/ratpoison/distinfo +++ b/wm/ratpoison/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2008/04/10 18:04:51 tonio Exp $ +$NetBSD: distinfo,v 1.14 2009/07/14 18:20:46 tonio Exp $ -SHA1 (ratpoison-1.4.3.tar.gz) = cde8c14c32da82a04ea921545f999ed83045ef4f -RMD160 (ratpoison-1.4.3.tar.gz) = f17f3db64cb11758e76c875cf1743931a0c623ec -Size (ratpoison-1.4.3.tar.gz) = 418364 bytes +SHA1 (ratpoison-1.4.5.tar.gz) = e32430de49c4ab5d501653c03dd19dfb623cb08b +RMD160 (ratpoison-1.4.5.tar.gz) = ae2fc0cd7ef561944cf7aea0623875a7148771ce +Size (ratpoison-1.4.5.tar.gz) = 427366 bytes |