- update to 3.4.7.1

(a bug was introduced in 3.4.7 that disabled feedback while resizing windows)
- disable automatic dbus-launch start (there seems to be an issue with it,
which will be worked on later)
This commit is contained in:
ajacoutot 2008-04-16 19:54:33 +00:00
parent 9842e90ec3
commit a5824ce4c8
3 changed files with 22 additions and 15 deletions

View File

@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.40 2008/04/16 08:26:48 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.41 2008/04/16 19:54:33 ajacoutot Exp $
COMMENT= small, fast & usable window manager
DISTNAME= openbox-3.4.7
PKGNAME= ${DISTNAME}p0
SHARED_LIBS+= obparser 8.0 # .21.1
SHARED_LIBS+= obrender 8.0 # .21.1
DISTNAME= openbox-3.4.7.1
SHARED_LIBS+= obparser 8.0 # .21.2
SHARED_LIBS+= obrender 8.0 # .21.2
CATEGORIES= x11
HOMEPAGE= http://icculus.org/openbox/

View File

@ -1,5 +1,5 @@
MD5 (openbox-3.4.7.tar.gz) = mHmSL1MXtM2kph4prh/TkA==
RMD160 (openbox-3.4.7.tar.gz) = 3cbIfHh3/25zE1zSeCfNZ1c5V14=
SHA1 (openbox-3.4.7.tar.gz) = lhutdvxlW9gcoA35CxFK6NR1wmk=
SHA256 (openbox-3.4.7.tar.gz) = Sc29LjnxdGs21oZhOqr8O3DPnudkQg7A8NBl7ik6aC4=
SIZE (openbox-3.4.7.tar.gz) = 827436
MD5 (openbox-3.4.7.1.tar.gz) = cBL1aQJkVWiQp7gS+JK+7w==
RMD160 (openbox-3.4.7.1.tar.gz) = SbstOCvzWn7dnudghQunZjRNf0s=
SHA1 (openbox-3.4.7.1.tar.gz) = OhhWruELc1ZFIi4/W3q71xUOWsE=
SHA256 (openbox-3.4.7.1.tar.gz) = P4RoBW4VMXYVcEsQ61HfU0e+qbqabqDFAw3AeTf3q0I=
SIZE (openbox-3.4.7.1.tar.gz) = 827590

View File

@ -1,8 +1,16 @@
$OpenBSD: patch-data_autostart_sh_in,v 1.1 2008/04/16 07:41:35 ajacoutot Exp $
--- data/autostart.sh.in.orig Wed Apr 16 09:20:58 2008
+++ data/autostart.sh.in Wed Apr 16 09:22:21 2008
@@ -22,8 +22,8 @@ if which dbus-launch >/dev/null && test -z "$DBUS_SESS
fi
$OpenBSD: patch-data_autostart_sh_in,v 1.2 2008/04/16 19:54:34 ajacoutot Exp $
--- data/autostart.sh.in.orig Fri Feb 29 22:18:12 2008
+++ data/autostart.sh.in Wed Apr 16 21:36:49 2008
@@ -17,13 +17,13 @@ fi
test -z $BG || $BG -solid "#303030"
# D-bus
-if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
- eval `dbus-launch --sh-syntax --exit-with-session`
-fi
+#if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
+# eval `dbus-launch --sh-syntax --exit-with-session`
+#fi
# Make GTK apps look and behave how they were set up in the gnome config tools
-if test -x /usr/libexec/gnome-settings-daemon >/dev/null; then