diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-12-28 16:10:04 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-12-28 16:10:04 +0000 |
commit | b6530c0cfe3749d5beb48e37f67497385bd716cf (patch) | |
tree | 99c8f3082e053bc5bb9102bf8236b3812ce8d8a7 /wm | |
parent | db92fb17b0469f6bc00d42b52b506eacc2f60140 (diff) | |
download | pkgsrc-b6530c0cfe3749d5beb48e37f67497385bd716cf.tar.gz |
Update to 1.2.13. This closes PR pkg/23912.
Changes:
1.2.13: 2003-09-27
- build fixes
- only handle KDE tray protocol when icewmtray running
1.2.13pre3: 2003-09-14
- ShowDesktop button added (someone make a nice icon, please)
- fix defunct icewmbg processes on theme selection
- fix setting themes with a SPACE in the name
- KDE system tray support (experimental)
- support for scaled backgrounds (experimental)
- fix crash on option parsing in icesound
- remove "xftdummy" foundry from default fonts (Pavel Roskin)
- add reboot/shutdown to logout menu (Hanspeter Roth)
- sort theme menu by name
1.2.13pre2: 2003-09-05
- fix icewmbg not setting the background when started before icewm
1.2.13pre1: 2003-08-31
- fix ~/.icewm/theme file permissions
- fix drawing of checkboxes in menus
- fix display corruption in network status
- fix memory leak in icewmbg on workspace switches
- fix menu behavior with xinerama
- Italian translation updated
- new preference "DoubleBuffer" (default: 1)
- experimental: icewm-session (runs icewmbg. icewmtray, icewm
and restarts icewm on crash)
Diffstat (limited to 'wm')
-rw-r--r-- | wm/icewm/Makefile.common | 4 | ||||
-rw-r--r-- | wm/icewm/PLIST | 3 | ||||
-rw-r--r-- | wm/icewm/distinfo | 6 |
3 files changed, 7 insertions, 6 deletions
diff --git a/wm/icewm/Makefile.common b/wm/icewm/Makefile.common index a22bbf23bce..adaa67881a6 100644 --- a/wm/icewm/Makefile.common +++ b/wm/icewm/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.29 2003/08/31 21:15:05 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.30 2003/12/28 16:10:04 xtraeme Exp $ -DISTNAME= icewm-1.2.12 +DISTNAME= icewm-1.2.13 CATEGORIES= x11 wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=icewm/} diff --git a/wm/icewm/PLIST b/wm/icewm/PLIST index 7982bc11950..3a6d3c44a3a 100644 --- a/wm/icewm/PLIST +++ b/wm/icewm/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.10 2003/08/31 21:15:05 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.11 2003/12/28 16:10:04 xtraeme Exp $ bin/icehelp bin/icesh bin/icewm +bin/icewm-session bin/icewmbg bin/icewmhint bin/icewmtray diff --git a/wm/icewm/distinfo b/wm/icewm/distinfo index 2e1354414a1..3dfd725a6de 100644 --- a/wm/icewm/distinfo +++ b/wm/icewm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2003/08/31 21:15:06 xtraeme Exp $ +$NetBSD: distinfo,v 1.15 2003/12/28 16:10:04 xtraeme Exp $ -SHA1 (icewm-1.2.12.tar.gz) = 95b62b127d81ecf71f647e10e9a70a63ca788efa -Size (icewm-1.2.12.tar.gz) = 837068 bytes +SHA1 (icewm-1.2.13.tar.gz) = ebfe807cbe3a9d931386833033eb9cb1792ea485 +Size (icewm-1.2.13.tar.gz) = 839636 bytes SHA1 (patch-ab) = 791868a4320a62ac81de487667f90cbdaeacd2a7 SHA1 (patch-ad) = dea29afa98513b686d8d3d4d5a64c3cd86ddfbc5 |