diff options
author | snj <snj@pkgsrc.org> | 2015-06-01 17:52:38 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2015-06-01 17:52:38 +0000 |
commit | 7eab3420e8bcd29789a7044559a5cdc95536c949 (patch) | |
tree | 71d06273e2ffd2482eb845ca844e8bc03dc22308 /wm/openbox | |
parent | ca9bd7894b31aa27271443f130d387e022345a16 (diff) | |
download | pkgsrc-7eab3420e8bcd29789a7044559a5cdc95536c949.tar.gz |
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 (limited to 'wm/openbox')
-rw-r--r-- | wm/openbox/Makefile | 5 | ||||
-rw-r--r-- | wm/openbox/PLIST | 43 | ||||
-rw-r--r-- | wm/openbox/distinfo | 8 |
3 files changed, 28 insertions, 28 deletions
diff --git a/wm/openbox/Makefile b/wm/openbox/Makefile index 2875ca86938..7e82a3fc7ad 100644 --- a/wm/openbox/Makefile +++ b/wm/openbox/Makefile @@ -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 --git a/wm/openbox/PLIST b/wm/openbox/PLIST index 8a84ce12296..8a9e68836ac 100644 --- a/wm/openbox/PLIST +++ b/wm/openbox/PLIST @@ -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 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/et/LC_MESSAGES/openbox.mo 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 --git a/wm/openbox/distinfo b/wm/openbox/distinfo index 50bf0efd7c0..4213d5d18b7 100644 --- a/wm/openbox/distinfo +++ b/wm/openbox/distinfo @@ -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 |