diff options
author | cube <cube@pkgsrc.org> | 2004-06-01 16:51:13 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-06-01 16:51:13 +0000 |
commit | c8a81128c585e109eb539a9f95a79c740990772b (patch) | |
tree | 87e32ba31e8e93f9580ea1619897de3a474cff07 /wm/ion/Makefile | |
parent | 5dc2891618574babf5a2a41ed4381540e60b8c0d (diff) | |
download | pkgsrc-c8a81128c585e109eb539a9f95a79c740990772b.tar.gz |
Update ion to version 20040601.
Changes:
* Changed default install program to install-sh.
* Removed 'exec' from /bin/sh call to execute command so that more
complex commands can be entered.
* Merged dock kde systray support patch.
* Fixed couple XFree calls in dock module.
* WM_COLORMAP_WINDOWS handling fixes. (Does something still use
this/bother supporting indexed colour models at all?)
* Fixed stippled tab font when -i18n was not set.
* Only kill active grab when esc is pressed, not released.
* Oops, there was an off-by-one bug in _NET_VIRTUAL_ROOTS setting.
Diffstat (limited to 'wm/ion/Makefile')
-rw-r--r-- | wm/ion/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/ion/Makefile b/wm/ion/Makefile index 9641405126c..22b1023f253 100644 --- a/wm/ion/Makefile +++ b/wm/ion/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2004/05/06 04:38:45 cube Exp $ +# $NetBSD: Makefile,v 1.15 2004/06/01 16:51:14 cube Exp $ # -DISTNAME= ion-2-20040407 +DISTNAME= ion-2-20040601 PKGNAME= ${DISTNAME:S/-2-/-/} CATEGORIES= wm x11 MASTER_SITES= http://modeemi.cs.tut.fi/~tuomov/ion/dl/ |