Hello community, here is the log from the commit of package openbox checked in at Thu May 17 11:49:40 CEST 2007. -------- --- openbox/openbox.changes 2007-03-03 13:12:17.000000000 +0100 +++ /mounts/work_src_done/STABLE/openbox/openbox.changes 2007-05-16 22:38:49.000000000 +0200 @@ -1,0 +2,5 @@ +Wed May 16 22:35:48 CEST 2007 - hvogel@suse.de + +- Fix pipemenu by ugly shell script hack [#273050] + +------------------------------------------------------------------- New: ---- openbox-pipemenu ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openbox.spec ++++++ --- /var/tmp/diff_new_pack.c27272/_old 2007-05-17 11:49:29.000000000 +0200 +++ /var/tmp/diff_new_pack.c27272/_new 2007-05-17 11:49:29.000000000 +0200 @@ -17,12 +17,13 @@ Provides: windowmanager Autoreqprov: on Version: 3.3.1 -Release: 36 +Release: 50 Summary: ICCCM and EWMH Compliant Window Manager with Very Few Dependencies URL: http://icculus.org/openbox/ Source: %name-%version.tar.bz2 Source1: %name-README.SuSE Source2: %name.desktop +Source3: %name-pipemenu Patch0: %name-menu.patch Patch1: %name-no_nb.patch Patch2: %name-initval.patch @@ -89,6 +90,7 @@ # install kdm/gdm entry install -m 0755 -d $RPM_BUILD_ROOT/usr/share/xsessions/ install -m 0644 %SOURCE2 $RPM_BUILD_ROOT/usr/share/xsessions/ +install -m 0655 %SOURCE3 $RPM_BUILD_ROOT/usr/bin/%name-pipemenu %suse_update_desktop_file $RPM_BUILD_ROOT/usr/share/xsessions/%name.desktop %post @@ -107,6 +109,7 @@ %config(noreplace) %_sysconfdir/xdg/openbox/menu.xml %config(noreplace) %_sysconfdir/xdg/openbox/rc.xml %_bindir/%name +%_bindir/%name-pipemenu %_bindir/kdetrayproxy %_bindir/gnome-panel-control %_libdir/*.so.* @@ -129,6 +132,8 @@ %_libdir/*.so %changelog +* Wed May 16 2007 - hvogel@suse.de +- Fix pipemenu by ugly shell script hack [#273050] * Sat Mar 03 2007 - aj@suse.de - /usr/share/xsessions is part of filesystem now. * Wed Jan 31 2007 - ro@suse.de ++++++ openbox-menu.patch ++++++ --- /var/tmp/diff_new_pack.c27272/_old 2007-05-17 11:49:29.000000000 +0200 +++ /var/tmp/diff_new_pack.c27272/_new 2007-05-17 11:49:29.000000000 +0200 @@ -31,7 +31,7 @@ + +<separator /> + -+ <menu id="SUSE_MENU" label="SUSE MENU" execute="xdg_menu --format openbox3-pipe" /> ++ <menu id="SUSE_MENU" label="SUSE MENU" execute="openbox-pipemenu" /> + +<separator /> + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de