diff options
author | tsutsui <tsutsui@pkgsrc.org> | 2012-05-20 06:42:01 +0000 |
---|---|---|
committer | tsutsui <tsutsui@pkgsrc.org> | 2012-05-20 06:42:01 +0000 |
commit | fd42e1a2afebb62b9c377bb17433873047d409d2 (patch) | |
tree | 8ccbf3d61d57ec60314f4140ace51996709b1fed /wm | |
parent | ad7dc1a89a50465c63be8ec9f9e5277ed919e70e (diff) | |
download | pkgsrc-fd42e1a2afebb62b9c377bb17433873047d409d2.tar.gz |
Update jwm to 2.1.0.
Changes from 2.0.1 (per http://joewing.net/programs/jwm/history.shtml )
JWM v2.1.0 <> 20110925
* Revision 502
* Fixed several window handling issues.
* Fixed an issue with key bindings and modifiers.
* Added some more key bindings.
* Changed the way the "next" and "nextstacked" key bindings behave.
* Merged some user-contributed patches.
* Rounded window corners (Patriot).
* Support for transparent menus, trays, and windows (Patriot).
* New borders for buttons (Patriot).
* User-replaceable window button masks (Patriot).
* gxine fullscreen fix (Patriot).
* Fix for windows loosing focus when switching desktops (Patriot).
* More key bindings (Dougal).
* Transparent group (Dougal).
* Some code cleanups.
* Added the ability to resize from the top of windows.
* Added support for pager labels.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/jwm/Makefile | 6 | ||||
-rw-r--r-- | wm/jwm/distinfo | 10 | ||||
-rw-r--r-- | wm/jwm/patches/patch-aa | 6 |
3 files changed, 11 insertions, 11 deletions
diff --git a/wm/jwm/Makefile b/wm/jwm/Makefile index 0f42cd98071..c4e7ffa887e 100644 --- a/wm/jwm/Makefile +++ b/wm/jwm/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2011/11/25 22:23:52 joerg Exp $ +# $NetBSD: Makefile,v 1.19 2012/05/20 06:42:01 tsutsui Exp $ # -DISTNAME= jwm-2.0.1 -PKGREVISION= 5 +DISTNAME= jwm-2.1.0 CATEGORIES= wm x11 MASTER_SITES= http://www.joewing.net/programs/jwm/releases/ \ ${MASTER_SITE_SOURCEFORGE:=jwm/} @@ -11,6 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.joewing.net/programs/jwm/ COMMENT= Lightweight window manager with virtual desktops +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/wm/jwm/distinfo b/wm/jwm/distinfo index 87d0e49da83..fc07cf5884e 100644 --- a/wm/jwm/distinfo +++ b/wm/jwm/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2009/07/07 19:39:55 joerg Exp $ +$NetBSD: distinfo,v 1.6 2012/05/20 06:42:01 tsutsui Exp $ -SHA1 (jwm-2.0.1.tar.bz2) = 209bc5e8c41f6a827d38a9b365405a2dc9bef082 -RMD160 (jwm-2.0.1.tar.bz2) = 84d16886056e77abd65717852df1530cebb6817b -Size (jwm-2.0.1.tar.bz2) = 248607 bytes -SHA1 (patch-aa) = b4ab344c6cc3079ad5b8d9badcf57995c3dca20f +SHA1 (jwm-2.1.0.tar.bz2) = 5b7973d8b3621087485b6e14be23693e92f21628 +RMD160 (jwm-2.1.0.tar.bz2) = 1977e14b1acfadec759de3c227860b063d166be8 +Size (jwm-2.1.0.tar.bz2) = 163590 bytes +SHA1 (patch-aa) = 35d60f56211d7ca6b116e89feb5c45447083aa9f SHA1 (patch-ab) = e8684d4e7245d86f4d24e769db407d2ff304f90b diff --git a/wm/jwm/patches/patch-aa b/wm/jwm/patches/patch-aa index 7996cdb208a..742ebac6166 100644 --- a/wm/jwm/patches/patch-aa +++ b/wm/jwm/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.2 2009/07/07 19:39:56 joerg Exp $ +$NetBSD: patch-aa,v 1.3 2012/05/20 06:42:01 tsutsui Exp $ ---- Makefile.in.orig 2005-11-21 04:02:12.000000000 +0000 +--- Makefile.in.orig 2011-09-25 22:28:02.000000000 +0000 +++ Makefile.in @@ -1,5 +1,5 @@ -SYSCONF = @SYSCONF@ +SYSCONF = @@EGDIR@@ MANDIR = @MANDIR@ - VERSION = @VERSION@ + VERSION ?= @VERSION@ @@ -8,10 +8,10 @@ all: |