pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/icewm Updated wm/icewm to 1.2.23.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/abcc7cb04e24
branches:  trunk
changeset: 505742:abcc7cb04e24
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Jan 06 20:49:20 2006 +0000

description:
Updated wm/icewm to 1.2.23.
Patch provided by Sergey Svishchev in PR 32469.

Changes:
# 1.2.23: 2005-08-14
    * make taskbar pop out even when collaped
    * Slovak translation update (Zdenko Podobny)

# 1.2.23pre1: 2005-07-31
    * fix crash when hiding the taskbar and "collapse" button is hidden
    * fix repeated drag over taskbar icon not working
    * fix problems with Unmap events being handled incorrectly
    * customizable placement order options for minimized window icons (MiniIconsPlaceHorizontal, MiniIconsRightToLeft, MiniIconsBottomToTop) - (Konstantin Korikov - lostclus)

# 1.2.22: 2005-07-17
    * AutoShowDelay setting (opposite of AutoHideDelay)
    * use Workspace status window instead of showing the taskbar when workspace changes if taskbar autohide is enabled

# 1.2.22pre3: 2005-07-15
    * fix focusing after window minimized or hidden

# 1.2.22pre2: 2005-07-10
    * Remember last focused window per-workspace
    * Enable the LockCommand functionality only if command found (Eduard Bloch)
    * new Korean translation (Ken Yeo)

# 1.2.22pre1: 2005-06-28
    * Latvian translation (Kristaps Kaupe)
    * Double click activates workspace in window list
    * Fixes to taskbar layout when only tasks visible
    * Made network status applets show/hide dynamically again
    * Add image to taskbar collapse button
    * Fix MinimizeToDesktop windows getting out of desktop area
    * Added key binding: KeySysCollapseTaskBar
    * Fixed UTF-8 input support in AddressBar

# 1.2.21: 2005-05-31
    * translation: Vietnamese (Phan Vinh Thinh)
    * translation: Indonesian (Arif E. Nugroho)
    * translation update: Simplified Chinese (Hiweed Leng)
    * translation update: French (Frederic Bothamy)
    * APM applet support for NetBSD (Iain Hibbert (plunky))
    * add new winoption: noFocusOnMap
    * fix ClientWindowMouseActions for Window-Drag combination

# 1.2.21pre1: 2005-03-20
    * improve selection of "urgent" windows with alt+tab
    * fix possible crash (Grant McDorman)
    * fix 64bit usage of Xft (Marcus Meissner)
    * cleanup warning on still-open file descriptors
    * disabled some Ctrl+Alt+Del commands by default since they need some configuring to work on all systems
    * fix desktop layer setting for nautilus

diffstat:

 wm/icewm/Makefile.common |  6 +++---
 wm/icewm/PLIST           |  5 ++++-
 wm/icewm/distinfo        |  8 ++++----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (64 lines):

diff -r 1e98ce7e4cc3 -r abcc7cb04e24 wm/icewm/Makefile.common
--- a/wm/icewm/Makefile.common  Fri Jan 06 19:46:26 2006 +0000
+++ b/wm/icewm/Makefile.common  Fri Jan 06 20:49:20 2006 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.common,v 1.47 2005/12/29 06:22:20 jlam Exp $
+# $NetBSD: Makefile.common,v 1.48 2006/01/06 20:49:20 rillig Exp $
 
-DISTNAME=              icewm-1.2.20
+DISTNAME=              icewm-1.2.23
 CATEGORIES=            x11 wm
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=icewm/}
 
 MAINTAINER=            tech-pkg%NetBSD.org@localhost
-HOMEPAGE=              http://icewm.sourceforge.net/
+HOMEPAGE=              http://www.icewm.org/
 
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            gmake
diff -r 1e98ce7e4cc3 -r abcc7cb04e24 wm/icewm/PLIST
--- a/wm/icewm/PLIST    Fri Jan 06 19:46:26 2006 +0000
+++ b/wm/icewm/PLIST    Fri Jan 06 20:49:20 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2004/09/01 11:08:46 recht Exp $
+@comment $NetBSD: PLIST,v 1.16 2006/01/06 20:49:20 rillig Exp $
 bin/icehelp
 bin/icesh
 bin/icewm
@@ -342,10 +342,12 @@
 ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/icewm.mo
 ${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/icewm.mo
 ${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/icewm.mo
+${PKGLOCALEDIR}/locale/id/LC_MESSAGES/icewm.mo
 ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/icewm.mo
 ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/icewm.mo
 ${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/icewm.mo
 ${PKGLOCALEDIR}/locale/lt/LC_MESSAGES/icewm.mo
+${PKGLOCALEDIR}/locale/lv/LC_MESSAGES/icewm.mo
 ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/icewm.mo
 ${PKGLOCALEDIR}/locale/no/LC_MESSAGES/icewm.mo
 ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/icewm.mo
@@ -357,6 +359,7 @@
 ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/icewm.mo
 ${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/icewm.mo
 ${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/icewm.mo
+${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/icewm.mo
 ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/icewm.mo
 ${PKGLOCALEDIR}/locale/zh_TW.Big5/LC_MESSAGES/icewm.mo
 @dirrm share/icewm/themes/yellowmotif
diff -r 1e98ce7e4cc3 -r abcc7cb04e24 wm/icewm/distinfo
--- a/wm/icewm/distinfo Fri Jan 06 19:46:26 2006 +0000
+++ b/wm/icewm/distinfo Fri Jan 06 20:49:20 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.24 2005/05/31 14:05:57 rillig Exp $
+$NetBSD: distinfo,v 1.25 2006/01/06 20:49:20 rillig Exp $
 
-SHA1 (icewm-1.2.20.tar.gz) = 35ec8499d2f550d20b539d1af040decc1f43306d
-RMD160 (icewm-1.2.20.tar.gz) = d24fd9f68c04284c4a6bc50f398fc2ab348408d9
-Size (icewm-1.2.20.tar.gz) = 948530 bytes
+SHA1 (icewm-1.2.23.tar.gz) = 122baeaaaa9fee90abfe50c66636df6d78d22deb
+RMD160 (icewm-1.2.23.tar.gz) = 0b82deca8750b2dd82502e2911656d9204b84ea4
+Size (icewm-1.2.23.tar.gz) = 1017090 bytes
 SHA1 (patch-ac) = 2f04935c54e8ea8f6dccfe2c9b37c9c16df88bc6
 SHA1 (patch-ad) = 8efab7cb50ce5bdb7d218caa232ae501dd064424
 SHA1 (patch-af) = dbba18656c0f49a17ee2744d43c84b6a43bdd7a6



Home | Main Index | Thread Index | Old Index