diff options
author | tsutsui <tsutsui@pkgsrc.org> | 2017-10-21 18:07:33 +0000 |
---|---|---|
committer | tsutsui <tsutsui@pkgsrc.org> | 2017-10-21 18:07:33 +0000 |
commit | 82f610aeda6afdd76ba4c8d6e87ef3c04690579a (patch) | |
tree | c844e5f873d54300a269b405cb563497fd9c171d /wm | |
parent | d455eb25bb9e6a6b61554dcc221059a4ae132e76 (diff) | |
download | pkgsrc-82f610aeda6afdd76ba4c8d6e87ef3c04690579a.tar.gz |
jwm: update to 2.3.7.
Upstream changes:
(from http://joewing.net/projects/jwm/release-2.3.shtml#v2.3.7 )
Changes in 2.3.7 (20170721)
* Made the modifier for dragging a window by clicking its contents
configurable via the mask attribute of the MoveMode tag (issue #324).
* Added group options for setting initial window position and size
(issues #79 and #348).
* Added the clicktitle and sloppytitle options for FocusModel, which cause
windows to be raised only when the title or border of the window is clicked
(issue #286).
* Fixed scaling of icons in the task bar (issue #328).
* Added the decorations attribute to TaskListStyle to allow setting different
decorations on tray buttons and task list buttons (issue #330).
* Fixed a bug with the nextstacked key binding (issue #335).
* Improved support for 3-digit hexcode colors (issue #336).
* Better aerosnap support on multiple monitors (issue #342).
* Fixed a bug with multiple separators in menus (issue #343).
* Fixed a bug with blank trays when there are full screen windows
(issue #356).
* Added the spacing attribute to Dock to allow adding space between icons in
the dock (issue #357).
* Added support for dynamic root menus via the dynamic attribute of RootMenu
(issue #221).
* Fixed an issue with 32-bit TrueColor visuals on some platforms.
* Fixed an issue with menus and multiple monitors (issue #384).
* It is (once again) possible to disable desktop switching by scrolling on
the desktop using an empty root menu (issue #366).
Diffstat (limited to 'wm')
-rw-r--r-- | wm/jwm/Makefile | 5 | ||||
-rw-r--r-- | wm/jwm/PLIST | 3 | ||||
-rw-r--r-- | wm/jwm/distinfo | 10 |
3 files changed, 9 insertions, 9 deletions
diff --git a/wm/jwm/Makefile b/wm/jwm/Makefile index 84be5f9efc3..23afaca52af 100644 --- a/wm/jwm/Makefile +++ b/wm/jwm/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2017/02/12 06:26:06 ryoon Exp $ +# $NetBSD: Makefile,v 1.33 2017/10/21 18:07:33 tsutsui Exp $ # -DISTNAME= jwm-2.3.6 -PKGREVISION= 3 +DISTNAME= jwm-2.3.7 CATEGORIES= wm x11 MASTER_SITES= http://www.joewing.net/programs/jwm/releases/ EXTRACT_SUFX= .tar.xz diff --git a/wm/jwm/PLIST b/wm/jwm/PLIST index bc1a2a36166..f7447b42e2e 100644 --- a/wm/jwm/PLIST +++ b/wm/jwm/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2016/08/21 11:18:37 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.5 2017/10/21 18:07:33 tsutsui Exp $ bin/jwm man/man1/jwm.1 share/examples/jwm/system.jwmrc @@ -6,6 +6,7 @@ share/jwm/jwm-blue.svg share/jwm/jwm-gray.svg share/jwm/jwm-orange.svg share/jwm/jwm.xbm +share/locale/da/LC_MESSAGES/jwm.mo share/locale/de/LC_MESSAGES/jwm.mo share/locale/es/LC_MESSAGES/jwm.mo share/locale/fr/LC_MESSAGES/jwm.mo diff --git a/wm/jwm/distinfo b/wm/jwm/distinfo index 173929695d7..244cb102823 100644 --- a/wm/jwm/distinfo +++ b/wm/jwm/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.11 2016/08/21 11:18:37 ryoon Exp $ +$NetBSD: distinfo,v 1.12 2017/10/21 18:07:33 tsutsui Exp $ -SHA1 (jwm-2.3.6.tar.xz) = 7a966fafa129dbb42e414b2ac2aa8267f0ff7909 -RMD160 (jwm-2.3.6.tar.xz) = 14d3b1b4adcd26305669ab3a2cd069da6cb92f57 -SHA512 (jwm-2.3.6.tar.xz) = ed3556bf2e28bfcf36b2b145e6c08e75c24e47b723b16ce072100d2773338d819c5465e7af2dc6b842e2e35f375ec3a0b85d9987e0a8acecdbe628dc09eabd11 -Size (jwm-2.3.6.tar.xz) = 343644 bytes +SHA1 (jwm-2.3.7.tar.xz) = ef86a0b232b4307d51ca46a668a16d85f3f588ba +RMD160 (jwm-2.3.7.tar.xz) = cdb51d734b66e3ef733b41c33700732c2b9e3a90 +SHA512 (jwm-2.3.7.tar.xz) = dab0241518e52aa2e3e1ef3f67b6965ceb683bdb0224de7d3a653d76440606d70e86e35047eda40ea53a80aa227408be77739ad7c53d51f53026e3d113ab7efc +Size (jwm-2.3.7.tar.xz) = 350332 bytes SHA1 (patch-Makefile.in) = 0ae071bfa59770c3b07f8ab6ce138e6d92318e1f SHA1 (patch-src_Makefile.in) = db9b310a04e0542fbbacaba7633bfd0a286d778c |