diff options
author | wiz <wiz@pkgsrc.org> | 2010-05-02 10:37:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-05-02 10:37:07 +0000 |
commit | f8884ddc0d4040d855ad89c1815c8181d470f796 (patch) | |
tree | 57997179e09b155e287b12d06266e0ea9ce9617e | |
parent | 69063d9f98017dfa1abf0628d65a4b94861f4529 (diff) | |
download | pkgsrc-f8884ddc0d4040d855ad89c1815c8181d470f796.tar.gz |
Update to 3.4.11.1:
3.4.11.1:
* Updated Polish translation.
* Fixed bug #4519 (Incorrect focus in reused windows).
* Lower the default submenu open/hide delay from 200ms to 100ms.
* Fix some more problems with gnome integration.
* Update Clearlooks theme.
* Some other small fixes.
-rw-r--r-- | wm/openbox/Makefile | 4 | ||||
-rw-r--r-- | wm/openbox/distinfo | 10 | ||||
-rw-r--r-- | wm/openbox/patches/patch-aa | 18 |
3 files changed, 16 insertions, 16 deletions
diff --git a/wm/openbox/Makefile b/wm/openbox/Makefile index 7daee7d2df1..24c787c6f5b 100644 --- a/wm/openbox/Makefile +++ b/wm/openbox/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.59 2010/02/16 13:43:09 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2010/05/02 10:37:07 wiz Exp $ -DISTNAME= openbox-3.4.11 +DISTNAME= openbox-3.4.11.1 CATEGORIES= wm x11 MASTER_SITES= http://openbox.org/dist/openbox/ diff --git a/wm/openbox/distinfo b/wm/openbox/distinfo index 018a15e5c2c..9de934d9c22 100644 --- a/wm/openbox/distinfo +++ b/wm/openbox/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.25 2010/02/16 13:43:09 wiz Exp $ +$NetBSD: distinfo,v 1.26 2010/05/02 10:37:07 wiz Exp $ -SHA1 (openbox-3.4.11.tar.gz) = fb9fc8e0fa0dbc0e1fba9f5763a14e96746a09c8 -RMD160 (openbox-3.4.11.tar.gz) = 0f389db47e961a7d17ae8e3f7553f551d9c8c869 -Size (openbox-3.4.11.tar.gz) = 906947 bytes -SHA1 (patch-aa) = 7a6b00fce344776bc518bc9a0161213e4c47355e +SHA1 (openbox-3.4.11.1.tar.gz) = f3806cb5544ed5738eab3788cde78110da400bf0 +RMD160 (openbox-3.4.11.1.tar.gz) = 9af27fcecba8ecf214ace7a969e42258cfffeead +Size (openbox-3.4.11.1.tar.gz) = 875340 bytes +SHA1 (patch-aa) = ca108ec682a613182eab42ddcd19c614375b4952 SHA1 (patch-ab) = bb13ec5801c2e271f1e6b2dc4d0aa149c9e2dff1 diff --git a/wm/openbox/patches/patch-aa b/wm/openbox/patches/patch-aa index 389e6badc3e..4fbc9faca9e 100644 --- a/wm/openbox/patches/patch-aa +++ b/wm/openbox/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.9 2009/12/24 03:13:07 snj Exp $ +$NetBSD: patch-aa,v 1.10 2010/05/02 10:37:07 wiz Exp $ ---- Makefile.in.orig 2009-12-08 12:57:45.000000000 -0800 -+++ Makefile.in 2009-12-23 19:06:19.000000000 -0800 -@@ -483,7 +483,7 @@ top_srcdir = @top_srcdir@ +--- Makefile.in.orig 2010-03-26 01:16:44.000000000 +0000 ++++ Makefile.in +@@ -484,7 +484,7 @@ target_alias = @target_alias@ SUBDIRS = m4 po docxbmdir = $(docdir)/xbm themedir = $(datadir)/themes @@ -11,11 +11,11 @@ $NetBSD: patch-aa,v 1.9 2009/12/24 03:13:07 snj Exp $ rcdir = $(configdir)/openbox xsessionsdir = $(datadir)/xsessions gnomewmfilesdir = $(datadir)/gnome/wm-properties -@@ -3095,12 +3095,12 @@ uninstall-dist_pixmapDATA: +@@ -3160,12 +3160,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; \ @@ -27,12 +27,12 @@ $NetBSD: patch-aa,v 1.9 2009/12/24 03:13:07 snj Exp $ done uninstall-dist_rcDATA: -@@ -3146,12 +3146,12 @@ uninstall-nodist_pkgconfigDATA: +@@ -3211,12 +3211,12 @@ uninstall-nodist_pkgconfigDATA: done install-nodist_rcDATA: $(nodist_rc_DATA) @$(NORMAL_INSTALL) -- test -z "$(rcdir)" || $(MKDIR_P) "$(DESTDIR)$(rcdir)" -+ test -z "$(rcdir)" || $(MKDIR_P) "$(DESTDIR)$(datadir)/examples/openbox" +- test -z "$(rcdir)" || $(mkdir_p) "$(DESTDIR)$(rcdir)" ++ $(mkinstalldirs) "$(DESTDIR)$(datadir)/examples/openbox" @list='$(nodist_rc_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ |