summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-04-25 07:35:48 +0000
committerwiz <wiz@pkgsrc.org>2008-04-25 07:35:48 +0000
commitdb7566bb8c2c4919f6a2ebeacd5abe6373296e54 (patch)
treebeabdb0e9ec16c1f4f3e4ca27ef3f62d60cf3c80 /wm
parent2fabddf5c168ca4f19012117c34599f99a843bd0 (diff)
downloadpkgsrc-db7566bb8c2c4919f6a2ebeacd5abe6373296e54.tar.gz
Update to 4.9:
4.9: This release contains the ability to freely define various geometries for the built-in layout algorithms in the config.h file. It also contains some bugfixes and a polished code base. 4.8: This version contains two new layouts, the horizontal tile layout and the monocle layout. It also allows you more fine-grained control of the bar position and layout areas due to the introduction of several new variables that can be changed during runtime (if a related function is implemented).
Diffstat (limited to 'wm')
-rw-r--r--wm/dwm/Makefile4
-rw-r--r--wm/dwm/distinfo10
-rw-r--r--wm/dwm/patches/patch-aa10
3 files changed, 12 insertions, 12 deletions
diff --git a/wm/dwm/Makefile b/wm/dwm/Makefile
index c5512f16e12..bcfb764ab1c 100644
--- a/wm/dwm/Makefile
+++ b/wm/dwm/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2007/11/25 23:23:25 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2008/04/25 07:35:48 wiz Exp $
-DISTNAME= dwm-4.7
+DISTNAME= dwm-4.9
CATEGORIES= wm
MASTER_SITES= http://suckless.org/download/
diff --git a/wm/dwm/distinfo b/wm/dwm/distinfo
index 2c6180458c1..808743d6e66 100644
--- a/wm/dwm/distinfo
+++ b/wm/dwm/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2007/11/25 23:23:25 wiz Exp $
+$NetBSD: distinfo,v 1.5 2008/04/25 07:35:48 wiz Exp $
-SHA1 (dwm-4.7.tar.gz) = db70a42edb383e6539cce4f9a8ee1fcbe59ab73d
-RMD160 (dwm-4.7.tar.gz) = 2a464cebbca431c0bb199fc0ae9fdac48105c226
-Size (dwm-4.7.tar.gz) = 17693 bytes
-SHA1 (patch-aa) = 86f16ed2861759da3d1aed694efc1f261fe31625
+SHA1 (dwm-4.9.tar.gz) = c8ecf932084f626a22efc020764a62aaebd48db5
+RMD160 (dwm-4.9.tar.gz) = 8cd82f10f0ac5852e2c3ab51774df710a29bd8b2
+Size (dwm-4.9.tar.gz) = 18132 bytes
+SHA1 (patch-aa) = fa44f979fbd99bf236a53c76d77a03c609bae006
diff --git a/wm/dwm/patches/patch-aa b/wm/dwm/patches/patch-aa
index 08fa4411db7..4ff4247ed99 100644
--- a/wm/dwm/patches/patch-aa
+++ b/wm/dwm/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.3 2007/11/25 23:23:25 wiz Exp $
+$NetBSD: patch-aa,v 1.4 2008/04/25 07:35:49 wiz Exp $
---- config.mk.orig 2007-11-21 20:18:41.000000000 +0000
+--- config.mk.orig 2008-04-03 22:57:01.000000000 +0200
+++ config.mk
-@@ -4,19 +4,18 @@ VERSION = 4.7
+@@ -4,19 +4,18 @@ VERSION = 4.9
# Customize below to fit your system
# paths
@@ -28,8 +28,8 @@ $NetBSD: patch-aa,v 1.3 2007/11/25 23:23:25 wiz Exp $
#CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
#LDFLAGS = -g ${LIBS}
-@@ -26,4 +25,4 @@ LDFLAGS = -s ${LIBS}
- #CFLAGS += -xtarget=ultra
+@@ -25,4 +24,4 @@ LDFLAGS = -s ${LIBS}
+ #LDFLAGS = ${LIBS}
# compiler and linker
-CC = cc