diff options
author | obache <obache> | 2011-06-17 11:59:57 +0000 |
---|---|---|
committer | obache <obache> | 2011-06-17 11:59:57 +0000 |
commit | a9bc713252e68100fe20de78069de258b8a36927 (patch) | |
tree | 21103fd1b0e00ecb96662690120575e3a9923e9e /wm/dwm | |
parent | c75c3ec3298446d48f8d88748ed24ffa7d15e656 (diff) | |
download | pkgsrc-a9bc713252e68100fe20de78069de258b8a36927.tar.gz |
Update dwm to 5.8.2.
with minor two fixes.
PR#44987 by Bug Hunting
5.8.2 30 May 2010
Changes: Implemented better fullscreen handling.
5.8.1 29 May 2010 18:29
Changes: Yesterday's fullscreen fixes broke certain fullscreen capabilities
that worked correctly for mplayer and other tools. This is fixed in this
release.
5.8 28 May 2010 15:11
Changes: This release fixes several fullscreen application bugs and contains
various code cleanups.
Diffstat (limited to 'wm/dwm')
-rw-r--r-- | wm/dwm/Makefile | 8 | ||||
-rw-r--r-- | wm/dwm/distinfo | 8 | ||||
-rw-r--r-- | wm/dwm/options.mk | 4 |
3 files changed, 10 insertions, 10 deletions
diff --git a/wm/dwm/Makefile b/wm/dwm/Makefile index c544e9f1f23..8ecbbf368f7 100644 --- a/wm/dwm/Makefile +++ b/wm/dwm/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2009/10/18 12:15:18 tnn Exp $ +# $NetBSD: Makefile,v 1.11 2011/06/17 11:59:57 obache Exp $ # -DISTNAME= dwm-5.7.2 +DISTNAME= dwm-5.8.2 CATEGORIES= wm -MASTER_SITES= http://code.suckless.org/dl/dwm/ +MASTER_SITES= http://dl.suckless.org/dwm/ MAINTAINER= leot1990@users.sourceforge.net HOMEPAGE= http://dwm.suckless.org/ @@ -19,7 +19,7 @@ SUBST_CLASSES+= makefile SUBST_STAGE.makefile= pre-build SUBST_MESSAGE.makefile= Fixing config.mk SUBST_FILES.makefile= config.mk -SUBST_SED.makefile+= -e 's,/usr/local,${PREFIX},g' +SUBST_SED.makefile= -e 's,/usr/local,${PREFIX},g' SUBST_SED.makefile+= -e 's,share/man,${PKGMANDIR},g' SUBST_SED.makefile+= -e 's,/usr/X11R6,${X11BASE},' SUBST_SED.makefile+= -e 's,^CFLAGS = ,CFLAGS += ,' diff --git a/wm/dwm/distinfo b/wm/dwm/distinfo index cc2d0678d55..3499d0c9044 100644 --- a/wm/dwm/distinfo +++ b/wm/dwm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2009/10/18 12:15:18 tnn Exp $ +$NetBSD: distinfo,v 1.11 2011/06/17 11:59:57 obache Exp $ -SHA1 (dwm-5.7.2.tar.gz) = f374ab15033500276eab61ac5002b2cd05f8cbc7 -RMD160 (dwm-5.7.2.tar.gz) = 8fc6cc10ca6b0c6ae69fdf0f6122e015b849c7a1 -Size (dwm-5.7.2.tar.gz) = 19989 bytes +SHA1 (dwm-5.8.2.tar.gz) = ee4fecee6b404969884088cafba14d538c77b9f9 +RMD160 (dwm-5.8.2.tar.gz) = 5cdc22af7b7d223ef935dc65eae7c8f3630b2b76 +Size (dwm-5.8.2.tar.gz) = 20326 bytes diff --git a/wm/dwm/options.mk b/wm/dwm/options.mk index 7064cda29eb..82b223a6c2f 100644 --- a/wm/dwm/options.mk +++ b/wm/dwm/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2009/06/15 08:17:43 ahoka Exp $ +# $NetBSD: options.mk,v 1.2 2011/06/17 11:59:57 obache Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.dwm PKG_SUPPORTED_OPTIONS= xinerama @@ -19,6 +19,6 @@ SUBST_CLASSES+= options SUBST_STAGE.options= pre-build SUBST_MESSAGE.options= Toggle the Xinerama support SUBST_FILES.options= config.mk -SUBST_SED.options+= -e '/^XINERAMA/ d' +SUBST_SED.options+= -e '/^XINERAMA/d' . include "../../x11/libX11/buildlink3.mk" .endif |