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 3.1 from Soren Jacobsen PR pkg/23...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/14df432fa4c5
branches:  trunk
changeset: 465160:14df432fa4c5
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue Dec 23 08:34:36 2003 +0000

description:
Update to 3.1 from Soren Jacobsen PR pkg/23849.

Changes since 3.0:

* Added japanese translation.
* config_focus_raise declared as guint.
* Strange behavior with focus:followMouse and RaiseLower action fixed.
* use g_snprintf in openbox/session.c instead of sprintf.
* gimp crashes openbox.
* import -frame leaves windows in a temporary "on top" state.
* Programs started with X become zombies upon shutdown.
* desktopnext/previous and desktopleft/right dont quite get along.

diffstat:

 wm/openbox/Makefile |   4 ++--
 wm/openbox/PLIST    |  19 ++++++++++---------
 wm/openbox/distinfo |   6 +++---
 3 files changed, 15 insertions(+), 14 deletions(-)

diffs (68 lines):

diff -r ea62fea5a0dc -r 14df432fa4c5 wm/openbox/Makefile
--- a/wm/openbox/Makefile       Tue Dec 23 08:27:06 2003 +0000
+++ b/wm/openbox/Makefile       Tue Dec 23 08:34:36 2003 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2003/12/18 09:57:27 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2003/12/23 08:34:36 xtraeme Exp $
 
-DISTNAME=      openbox-3.0
+DISTNAME=      openbox-3.1
 CATEGORIES=    wm x11
 MASTER_SITES=  http://icculus.org/openbox/releases/
 
diff -r ea62fea5a0dc -r 14df432fa4c5 wm/openbox/PLIST
--- a/wm/openbox/PLIST  Tue Dec 23 08:27:06 2003 +0000
+++ b/wm/openbox/PLIST  Tue Dec 23 08:34:36 2003 +0000
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.3 2003/12/18 09:57:27 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2003/12/23 08:34:36 xtraeme Exp $
 bin/gnome-panel-control
 bin/kdetrayproxy
 bin/openbox
-include/openbox/${PKGVERSION}/openbox/parse.h
-include/openbox/${PKGVERSION}/openbox/render.h
-include/openbox/${PKGVERSION}/openbox/theme.h
-include/openbox/${PKGVERSION}/openbox/version.h
+include/openbox/3.0/openbox/parse.h
+include/openbox/3.0/openbox/render.h
+include/openbox/3.0/openbox/theme.h
+include/openbox/3.0/openbox/version.h
 lib/libobparser.a
 lib/libobparser.la
 lib/libobparser.so
@@ -16,11 +16,12 @@
 lib/libobrender.so
 lib/libobrender.so.2
 lib/libobrender.so.2.0
-lib/pkgconfig/obparser-${PKGVERSION}.pc
-lib/pkgconfig/obrender-${PKGVERSION}.pc
+lib/pkgconfig/obparser-3.0.pc
+lib/pkgconfig/obrender-3.0.pc
 share/gnome/wm-properties/openbox.desktop
 ${PKGLOCALEDIR}/locale/en@boldquot/LC_MESSAGES/openbox.mo
 ${PKGLOCALEDIR}/locale/en@quot/LC_MESSAGES/openbox.mo
+${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/openbox.mo
 share/examples/openbox/menu.xml
 share/examples/openbox/rc.xml
 share/openbox/menu.xsd
@@ -64,6 +65,6 @@
 @unexec ${RMDIR} %D/share/themes 2>/dev/null || ${TRUE}
 @dirrm share/openbox
 @comment in gnome2-dirs: @dirrm share/gnome/wm-properties
-@dirrm include/openbox/${PKGVERSION}/openbox
-@dirrm include/openbox/${PKGVERSION}
+@dirrm include/openbox/3.0/openbox
+@dirrm include/openbox/3.0
 @dirrm include/openbox
diff -r ea62fea5a0dc -r 14df432fa4c5 wm/openbox/distinfo
--- a/wm/openbox/distinfo       Tue Dec 23 08:27:06 2003 +0000
+++ b/wm/openbox/distinfo       Tue Dec 23 08:34:36 2003 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2003/12/18 09:57:27 wiz Exp $
+$NetBSD: distinfo,v 1.5 2003/12/23 08:34:36 xtraeme Exp $
 
-SHA1 (openbox-3.0.tar.gz) = 5156e3b53f8707511b5921bc3f0180ef8b3c215b
-Size (openbox-3.0.tar.gz) = 549264 bytes
+SHA1 (openbox-3.1.tar.gz) = 9dc134c52717931d59d64db68cc4c7418ced9468
+Size (openbox-3.1.tar.gz) = 550425 bytes
 SHA1 (patch-aa) = 41cc531d21ac23814d33b20ec754784396fe2b05



Home | Main Index | Thread Index | Old Index