pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/wm/openbox Update to openbox 3.2. Changes:
details: https://anonhg.NetBSD.org/pkgsrc/rev/8e96d12e5462
branches: trunk
changeset: 473558:8e96d12e5462
user: snj <snj%pkgsrc.org@localhost>
date: Tue Apr 20 21:49:00 2004 +0000
description:
Update to openbox 3.2. Changes:
* Added spanish and swedish translations
* Changed "Unnamed Desktop" to "Desktop n" where n is the actual number of
the desktop
* Hopefully no more of the hanging X totally bug
* The fullscreen property now overrides aspect hints
* Added M as an alias for Mod3 in the same manner that W is an alias for
Mod4
* Added probably too many options and actions
* ToggleDockAutohide to toggle the autohide option at runtime, doesn't
save it to the config
* keepBorder option to set if you want the 1-pixel border when you
toggleDecorations
* added popupShow and popupPosition to control where and when the
move/resize-popup is shown, these go in the resize section of the config
popup. Position can be Top or Center, popupShow can be Always, Never or
Nonpixel (this is the default).
* Added the xorStyle option to change the behaviour of menus along the
bottom edge, note that the default is true
* warpPointer option in the menu section to control if the mouse cursor is
to be warped by openbox when the menu moves to keep on screen to keep
the cursor in the same place relative to the menu.
* Added back the focusLast option (this controls what happens when you
change desktops and have followMouse on)
* Added an option to set which desktop to start on when you start openbox,
firstdesk. For example, you might like to set it to 5 if you have a 3x3
grid to start in the middle.
Note that this won't build until a buildlink3 bug is fixed. This is not a
regression, as it was already in a non-building state. Please do not file
any PRs regarding this issue.
diffstat:
wm/openbox/Makefile | 5 ++---
wm/openbox/PLIST | 6 +++++-
wm/openbox/distinfo | 6 +++---
3 files changed, 10 insertions(+), 7 deletions(-)
diffs (53 lines):
diff -r 8f4af9aa1c51 -r 8e96d12e5462 wm/openbox/Makefile
--- a/wm/openbox/Makefile Tue Apr 20 21:19:35 2004 +0000
+++ b/wm/openbox/Makefile Tue Apr 20 21:49:00 2004 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2004/04/14 16:15:28 jmmv Exp $
+# $NetBSD: Makefile,v 1.19 2004/04/20 21:49:00 snj Exp $
-DISTNAME= openbox-3.1
-PKGREVISION= 3
+DISTNAME= openbox-3.2
CATEGORIES= wm x11
MASTER_SITES= http://icculus.org/openbox/releases/
diff -r 8f4af9aa1c51 -r 8e96d12e5462 wm/openbox/PLIST
--- a/wm/openbox/PLIST Tue Apr 20 21:19:35 2004 +0000
+++ b/wm/openbox/PLIST Tue Apr 20 21:49:00 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2004/03/08 19:40:43 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.7 2004/04/20 21:49:00 snj Exp $
bin/gnome-panel-control
bin/kdetrayproxy
bin/openbox
@@ -23,7 +23,9 @@
share/gnome/wm-properties/openbox.desktop
${PKGLOCALEDIR}/locale/en@boldquot/LC_MESSAGES/openbox.mo
${PKGLOCALEDIR}/locale/en@quot/LC_MESSAGES/openbox.mo
+${PKGLOCALEDIR}/locale/es/LC_MESSAGES/openbox.mo
${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/openbox.mo
+${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/openbox.mo
share/openbox/menu.xsd
share/openbox/rc.xsd
share/openbox/themeupdate.py
@@ -61,6 +63,8 @@
@unexec ${RMDIR} %D/share/themes/Artwiz 2>/dev/null || ${TRUE}
@dirrm share/themes/Allegro/openbox-3
@unexec ${RMDIR} %D/share/themes/Allegro 2>/dev/null || ${TRUE}
+@comment in xdg-dirs: @dirrm share/themes
+@comment in xdg-dirs: @dirrm share/pixmaps
@dirrm share/openbox
@comment in gnome2-dirs: @dirrm share/gnome/wm-properties
@dirrm share/examples/openbox
diff -r 8f4af9aa1c51 -r 8e96d12e5462 wm/openbox/distinfo
--- a/wm/openbox/distinfo Tue Apr 20 21:19:35 2004 +0000
+++ b/wm/openbox/distinfo Tue Apr 20 21:49:00 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2004/02/07 23:22:17 jmmv Exp $
+$NetBSD: distinfo,v 1.7 2004/04/20 21:49:00 snj Exp $
-SHA1 (openbox-3.1.tar.gz) = 9dc134c52717931d59d64db68cc4c7418ced9468
-Size (openbox-3.1.tar.gz) = 550425 bytes
+SHA1 (openbox-3.2.tar.gz) = 2cc97b38d1fd5e40ba2631fcd1b2a0bc5dcc2813
+Size (openbox-3.2.tar.gz) = 561115 bytes
SHA1 (patch-aa) = 8ef551974b465a55e56d635df1f0e449250c579f
Home |
Main Index |
Thread Index |
Old Index