pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/dwm Update to 4.9:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6e21e180b33
branches:  trunk
changeset: 541721:e6e21e180b33
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Apr 25 07:35:48 2008 +0000

description:
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:

 wm/dwm/Makefile         |   4 ++--
 wm/dwm/distinfo         |  10 +++++-----
 wm/dwm/patches/patch-aa |  10 +++++-----
 3 files changed, 12 insertions(+), 12 deletions(-)

diffs (53 lines):

diff -r a0d4519af445 -r e6e21e180b33 wm/dwm/Makefile
--- a/wm/dwm/Makefile   Fri Apr 25 07:31:46 2008 +0000
+++ b/wm/dwm/Makefile   Fri Apr 25 07:35:48 2008 +0000
@@ -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 -r a0d4519af445 -r e6e21e180b33 wm/dwm/distinfo
--- a/wm/dwm/distinfo   Fri Apr 25 07:31:46 2008 +0000
+++ b/wm/dwm/distinfo   Fri Apr 25 07:35:48 2008 +0000
@@ -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 -r a0d4519af445 -r e6e21e180b33 wm/dwm/patches/patch-aa
--- a/wm/dwm/patches/patch-aa   Fri Apr 25 07:31:46 2008 +0000
+++ b/wm/dwm/patches/patch-aa   Fri Apr 25 07:35:48 2008 +0000
@@ -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 @@
  #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



Home | Main Index | Thread Index | Old Index