Update to dwm-5.4.1.

Changes:
 dwm-5.4.1:
  Bugfix release.
 dwm-5.4:
  This release doesn't draw any borders around tiled clients if there is
  only 1 tiled client in the view. This saves some extra space of screen
  real estate for the application in use -- and provides a hint in
  monocle layout if there are more clients managed by dwm or not.
This commit is contained in:
Leonardo Taccari 2009-02-08 16:52:48 +00:00 committed by Thomas Klausner
parent f04552a3d0
commit 5564e5ca7d
3 changed files with 10 additions and 9 deletions

View file

@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.10 2008/12/06 23:20:45 leot1990 Exp $
# $NetBSD: Makefile,v 1.11 2009/02/08 16:52:48 leot1990 Exp $
#
DISTNAME= dwm-5.3.1
DISTNAME= dwm-5.4.1
CATEGORIES= wm
MASTER_SITES= http://code.suckless.org/dl/dwm/

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.6 2008/12/06 23:20:45 leot1990 Exp $
$NetBSD: distinfo,v 1.7 2009/02/08 16:52:48 leot1990 Exp $
SHA1 (dwm-5.3.1.tar.gz) = e68a4b4714de434c106e28146dd541d183c1e821
RMD160 (dwm-5.3.1.tar.gz) = add0e8d07acaed9f4f1a0799d320c1f8f2172470
Size (dwm-5.3.1.tar.gz) = 18403 bytes
SHA1 (dwm-5.4.1.tar.gz) = 0328b00ecfdd58dc16e891759bd6a1dd45f1678c
RMD160 (dwm-5.4.1.tar.gz) = 3d2cc1a3ae365fbe7b37eb6ca26caceb0f45af78
Size (dwm-5.4.1.tar.gz) = 17970 bytes

View file

@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.2 2008/12/04 21:44:28 leot1990 Exp $
# $NetBSD: options.mk,v 1.3 2009/02/08 16:52:48 leot1990 Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.dwm
PKG_SUPPORTED_OPTIONS= xinerama
@ -13,7 +13,7 @@ SUBST_STAGE.options= pre-build
SUBST_MESSAGE.options= Toggle the Xinerama support
SUBST_FILES.options= config.mk
SUBST_SED.options+= -e '/XINERAMA/ s/^\#//'
. include "../../x11/libXinerama/buildlink3.mk"
.include "../../x11/libXinerama/buildlink3.mk"
.else
. include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.endif