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 | |
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')
-rw-r--r-- | wm/ion/Makefile | 4 | ||||
-rw-r--r-- | wm/ion/PLIST | 3 | ||||
-rw-r--r-- | wm/ion/distinfo | 6 |
3 files changed, 7 insertions, 6 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/ diff --git a/wm/ion/PLIST b/wm/ion/PLIST index 8cc50b01c38..78f297ce1d5 100644 --- a/wm/ion/PLIST +++ b/wm/ion/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2004/05/06 04:38:45 cube Exp $ +@comment $NetBSD: PLIST,v 1.5 2004/06/01 16:51:14 cube Exp $ bin/ion bin/pwm lib/ion/de.a @@ -68,6 +68,7 @@ share/ion/querylib.lua share/ion/welcome_message.txt @dirrm lib/ion/lc @dirrm lib/ion +@dirrm libexec/ion @dirrm share/doc/ion @dirrm share/examples/ion @dirrm share/ion diff --git a/wm/ion/distinfo b/wm/ion/distinfo index 0a2d15ebef0..e340604905d 100644 --- a/wm/ion/distinfo +++ b/wm/ion/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.12 2004/05/06 04:38:45 cube Exp $ +$NetBSD: distinfo,v 1.13 2004/06/01 16:51:14 cube Exp $ -SHA1 (ion-2-20040407.tar.gz) = 246f788bacbdf07634e779855c0715a627c55f85 -Size (ion-2-20040407.tar.gz) = 389518 bytes +SHA1 (ion-2-20040601.tar.gz) = 9dce2113e367a518b919f2f324e17a9301b5d317 +Size (ion-2-20040601.tar.gz) = 398860 bytes SHA1 (patch-ad) = 063d68427764a3cdde8ef52d798583d43a3f5dca SHA1 (patch-ae) = 1f7e6a47280ea9d7ea1bae146ea2ec6e12aa69d6 SHA1 (patch-ah) = 2e123cf133811518de31453a11ba2a1a47df440f |