Skip to content

Commit

Permalink
Update to 3.4.8:
Browse files Browse the repository at this point in the history
3.4.8:
  * Updated translations: Slovak.
  * Allow windows to change their decorations at any time (Fix for
    Google Chrome).
  * Make openbox-session to respect the $XDG_CONFIG_HOME environment variable.
  * Fixed bug #4344 where borders were given to windows that should not have
    them.
  * Merge the SessionLogout and Exit actions.  They now test if connected to a
    session manager and ask it to exit if so, or simply kill Openbox if not.
  * Further tweaks to the _NET_ACTIVE_WINDOW message handling.  Use the same
    logic for focus-stealing as is used when mapping a new window.
  * Don't go out of our way any more to prevent focus from moving while the
    keyboard is grabbed.
  * Fix openbox-gnome-session when using gnome-session > 2.22.
  • Loading branch information
0-wiz-0 committed Dec 15, 2009
1 parent b58c124 commit 87354a8
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 75 deletions.
5 changes: 2 additions & 3 deletions wm/openbox/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.54 2009/11/15 03:11:12 snj Exp $
# $NetBSD: Makefile,v 1.55 2009/12/15 12:42:04 wiz Exp $

DISTNAME= openbox-3.4.7.2
PKGREVISION= 2
DISTNAME= openbox-3.4.8
CATEGORIES= wm x11
MASTER_SITES= http://icculus.org/openbox/releases/
# PR pkg/36489
Expand Down
12 changes: 10 additions & 2 deletions wm/openbox/PLIST
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
@comment $NetBSD: PLIST,v 1.19 2009/06/14 18:19:00 joerg Exp $
@comment $NetBSD: PLIST,v 1.20 2009/12/15 12:42:04 wiz Exp $
bin/gdm-control
bin/gnome-panel-control
bin/openbox
bin/openbox-gnome-session
bin/openbox-kde-session
bin/openbox-session
etc/xdg/openbox/autostart.sh
include/openbox/3.4/openbox/color.h
include/openbox/3.4/openbox/font.h
include/openbox/3.4/openbox/geom.h
Expand Down Expand Up @@ -49,6 +50,7 @@ share/locale/ar/LC_MESSAGES/openbox.mo
share/locale/bn_IN/LC_MESSAGES/openbox.mo
share/locale/ca/LC_MESSAGES/openbox.mo
share/locale/cs/LC_MESSAGES/openbox.mo
share/locale/da/LC_MESSAGES/openbox.mo
share/locale/de/LC_MESSAGES/openbox.mo
share/locale/en@boldquot/LC_MESSAGES/openbox.mo
share/locale/en@quot/LC_MESSAGES/openbox.mo
Expand All @@ -57,18 +59,24 @@ 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/hr/LC_MESSAGES/openbox.mo
share/locale/hu/LC_MESSAGES/openbox.mo
share/locale/it/LC_MESSAGES/openbox.mo
share/locale/ja/LC_MESSAGES/openbox.mo
share/locale/lt/LC_MESSAGES/openbox.mo
share/locale/lv/LC_MESSAGES/openbox.mo
share/locale/nl/LC_MESSAGES/openbox.mo
share/locale/no/LC_MESSAGES/openbox.mo
share/locale/pl/LC_MESSAGES/openbox.mo
share/locale/pt/LC_MESSAGES/openbox.mo
share/locale/pt_BR/LC_MESSAGES/openbox.mo
share/locale/ru/LC_MESSAGES/openbox.mo
share/locale/sk/LC_MESSAGES/openbox.mo
share/locale/sr/LC_MESSAGES/openbox.mo
share/locale/sr@latin/LC_MESSAGES/openbox.mo
share/locale/sv/LC_MESSAGES/openbox.mo
share/locale/ua/LC_MESSAGES/openbox.mo
share/locale/tr/LC_MESSAGES/openbox.mo
share/locale/uk/LC_MESSAGES/openbox.mo
share/locale/vi/LC_MESSAGES/openbox.mo
share/locale/zh_CN/LC_MESSAGES/openbox.mo
share/locale/zh_TW/LC_MESSAGES/openbox.mo
Expand Down
13 changes: 5 additions & 8 deletions wm/openbox/distinfo
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
$NetBSD: distinfo,v 1.21 2009/11/15 03:11:12 snj Exp $
$NetBSD: distinfo,v 1.22 2009/12/15 12:42:04 wiz Exp $

SHA1 (openbox-3.4.7.2.tar.gz) = f34c3ec43b7e39bf57d64dbef97c35b68fea5254
RMD160 (openbox-3.4.7.2.tar.gz) = a5ab5f4c3db81625d512da48189e34aeeec244d8
Size (openbox-3.4.7.2.tar.gz) = 828190 bytes
SHA1 (patch-aa) = 343f54e1aa60dd9e0e69cb6e6a53c80dc8d071df
SHA1 (openbox-3.4.8.tar.gz) = dae3c3d84ce896e93a52bca0d098fe37c4df4424
RMD160 (openbox-3.4.8.tar.gz) = 93b8a28275261563b988ca893a3577a2297c60a9
Size (openbox-3.4.8.tar.gz) = 906181 bytes
SHA1 (patch-aa) = ab103dd0ac0c711f5f4670e30596646b86fcd158
SHA1 (patch-ab) = bb13ec5801c2e271f1e6b2dc4d0aa149c9e2dff1
SHA1 (patch-ac) = cd5d329332623b97435fd72cf2be1b52049c041f
SHA1 (patch-ad) = 86d624aa32e5de4835bec1db18896c65b0c24f3d
SHA1 (patch-ae) = 9ff91b6a23a322d11be49e7894c42f14efa859e5
10 changes: 5 additions & 5 deletions wm/openbox/patches/patch-aa
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$NetBSD: patch-aa,v 1.7 2009/02/16 12:04:01 wiz Exp $
$NetBSD: patch-aa,v 1.8 2009/12/15 12:42:04 wiz Exp $

--- Makefile.in.orig 2008-04-23 15:18:43.000000000 +0000
--- Makefile.in.orig 2009-12-08 20:57:45.000000000 +0000
+++ Makefile.in
@@ -471,7 +471,7 @@ target_alias = @target_alias@
@@ -483,7 +483,7 @@ top_srcdir = @top_srcdir@
SUBDIRS = m4 po
docxbmdir = $(docdir)/xbm
themedir = $(datadir)/themes
Expand All @@ -11,11 +11,11 @@ $NetBSD: patch-aa,v 1.7 2009/02/16 12:04:01 wiz Exp $
rcdir = $(configdir)/openbox
xsessionsdir = $(datadir)/xsessions
gnomewmfilesdir = $(datadir)/gnome/wm-properties
@@ -3101,12 +3101,12 @@ uninstall-dist_pixmapDATA:
@@ -3095,12 +3095,12 @@ uninstall-dist_pixmapDATA:
done
install-dist_rcDATA: $(dist_rc_DATA)
@$(NORMAL_INSTALL)
- test -z "$(rcdir)" || $(mkdir_p) "$(DESTDIR)$(rcdir)"
- test -z "$(rcdir)" || $(MKDIR_P) "$(DESTDIR)$(rcdir)"
+ $(mkinstalldirs) $(DESTDIR)$(datadir)/examples/openbox
@list='$(dist_rc_DATA)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Expand Down
15 changes: 0 additions & 15 deletions wm/openbox/patches/patch-ac

This file was deleted.

25 changes: 0 additions & 25 deletions wm/openbox/patches/patch-ad

This file was deleted.

17 changes: 0 additions & 17 deletions wm/openbox/patches/patch-ae

This file was deleted.

0 comments on commit 87354a8

Please sign in to comment.