pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/openbox update openbox to 3.6. changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c7bbed6c66dc
branches:  trunk
changeset: 652432:c7bbed6c66dc
user:      snj <snj%pkgsrc.org@localhost>
date:      Mon Jun 01 17:52:38 2015 +0000

description:
update openbox to 3.6.  changes:
* Added various new abilities to If action, including the <query> tag,
  matching class, name, role and window type.
* Added ForEach action.
* Restore the <center> option for window placement.
* New GrowToFill action.
* Updated Portuguese and Polish translations.
* New Galician translation.
* Added strict option to ToggleShowDesktop action.
* Speed optimization in rendering code.
* New <position> tag for ShowMenu action allows placing menus other
  than at the mouse cursor.
* Fix some corner cases of relative position to work correctly.
* Allow specifying multiple mousebinds in one tag as we already do
  for keybinds (separated by spaces, as "W-Return M-S-F3" for example).
* Added option rebindOnMappingNotify option, on by default, which
  controls if we update binds when the keyboard layout changes at runtime.
* The resize action now only considers the part of the client that is onscreen
  for purposes of picking an action to perform.
* Make desktop actions non-interactive (means you can have more actions bound
  to a key after them, and the dialog disappears on a timer instead of when
  releasing the modifier keys).
* obxprop is now not pathologically slow when printing very long arrays.
* Fix menu accelerator underlines sometimes not showing up.
* Fix so you can click menu entries before the menuHideDelay expires if it's
  a new click.
* Don't readd the X event fd to the poll set every time we reconfigure.
* Fix some specialized button bitmaps not loading from the correct files.
  (toggled + pressed or hover would just be the base toggled image).
* Various small bugfixes.

diffstat:

 wm/openbox/Makefile |   5 ++---
 wm/openbox/PLIST    |  43 ++++++++++++++++++++++---------------------
 wm/openbox/distinfo |   8 ++++----
 3 files changed, 28 insertions(+), 28 deletions(-)

diffs (91 lines):

diff -r 8e1e1d00b2a6 -r c7bbed6c66dc wm/openbox/Makefile
--- a/wm/openbox/Makefile       Mon Jun 01 16:18:20 2015 +0000
+++ b/wm/openbox/Makefile       Mon Jun 01 17:52:38 2015 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.91 2015/04/25 14:24:59 tnn Exp $
+# $NetBSD: Makefile,v 1.92 2015/06/01 17:52:38 snj Exp $
 
-DISTNAME=      openbox-3.5.2
-PKGREVISION=   3
+DISTNAME=      openbox-3.6
 CATEGORIES=    wm x11
 MASTER_SITES=  http://openbox.org/dist/openbox/
 
diff -r 8e1e1d00b2a6 -r c7bbed6c66dc wm/openbox/PLIST
--- a/wm/openbox/PLIST  Mon Jun 01 16:18:20 2015 +0000
+++ b/wm/openbox/PLIST  Mon Jun 01 17:52:38 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2013/12/08 07:56:31 obache Exp $
+@comment $NetBSD: PLIST,v 1.26 2015/06/01 17:52:38 snj Exp $
 bin/gdm-control
 bin/gnome-panel-control
 bin/obxprop
@@ -6,26 +6,26 @@
 bin/openbox-gnome-session
 bin/openbox-kde-session
 bin/openbox-session
-include/openbox/3.5/obrender/color.h
-include/openbox/3.5/obrender/font.h
-include/openbox/3.5/obrender/geom.h
-include/openbox/3.5/obrender/gradient.h
-include/openbox/3.5/obrender/image.h
-include/openbox/3.5/obrender/instance.h
-include/openbox/3.5/obrender/mask.h
-include/openbox/3.5/obrender/render.h
-include/openbox/3.5/obrender/theme.h
-include/openbox/3.5/obrender/version.h
-include/openbox/3.5/obt/display.h
-include/openbox/3.5/obt/keyboard.h
-include/openbox/3.5/obt/link.h
-include/openbox/3.5/obt/paths.h
-include/openbox/3.5/obt/prop.h
-include/openbox/3.5/obt/signal.h
-include/openbox/3.5/obt/util.h
-include/openbox/3.5/obt/version.h
-include/openbox/3.5/obt/xml.h
-include/openbox/3.5/obt/xqueue.h
+include/openbox/3.6/obrender/color.h
+include/openbox/3.6/obrender/font.h
+include/openbox/3.6/obrender/geom.h
+include/openbox/3.6/obrender/gradient.h
+include/openbox/3.6/obrender/image.h
+include/openbox/3.6/obrender/instance.h
+include/openbox/3.6/obrender/mask.h
+include/openbox/3.6/obrender/render.h
+include/openbox/3.6/obrender/theme.h
+include/openbox/3.6/obrender/version.h
+include/openbox/3.6/obt/display.h
+include/openbox/3.6/obt/keyboard.h
+include/openbox/3.6/obt/link.h
+include/openbox/3.6/obt/paths.h
+include/openbox/3.6/obt/prop.h
+include/openbox/3.6/obt/signal.h
+include/openbox/3.6/obt/util.h
+include/openbox/3.6/obt/version.h
+include/openbox/3.6/obt/xml.h
+include/openbox/3.6/obt/xqueue.h
 lib/libobrender.la
 lib/libobt.la
 lib/pkgconfig/obrender-3.5.pc
@@ -77,6 +77,7 @@
 share/locale/eu/LC_MESSAGES/openbox.mo
 share/locale/fi/LC_MESSAGES/openbox.mo
 share/locale/fr/LC_MESSAGES/openbox.mo
+share/locale/gl_ES/LC_MESSAGES/openbox.mo
 share/locale/he/LC_MESSAGES/openbox.mo
 share/locale/hr/LC_MESSAGES/openbox.mo
 share/locale/hu/LC_MESSAGES/openbox.mo
diff -r 8e1e1d00b2a6 -r c7bbed6c66dc wm/openbox/distinfo
--- a/wm/openbox/distinfo       Mon Jun 01 16:18:20 2015 +0000
+++ b/wm/openbox/distinfo       Mon Jun 01 17:52:38 2015 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.29 2013/12/08 07:56:31 obache Exp $
+$NetBSD: distinfo,v 1.30 2015/06/01 17:52:38 snj Exp $
 
-SHA1 (openbox-3.5.2.tar.gz) = 6573516107f8cdb83842aac25a430e3f9f966bad
-RMD160 (openbox-3.5.2.tar.gz) = 0f5abc8445469b112129fe874a6fbbf80c951434
-Size (openbox-3.5.2.tar.gz) = 972751 bytes
+SHA1 (openbox-3.6.tar.gz) = b3a6163e4f7dd65bc0a387e09d32f94c5cdf5be8
+RMD160 (openbox-3.6.tar.gz) = a043273f992b2f65f8d9346935ef35305eb43472
+Size (openbox-3.6.tar.gz) = 963207 bytes
 SHA1 (patch-ab) = e6d837a3f74deacdb9ebbf813b7f86497fa34fa9



Home | Main Index | Thread Index | Old Index