forked from pool/openbox
- fixed openbox-kde description bnc#622879
OBS-URL: https://build.opensuse.org/package/show/X11:lxde/openbox?expand=0&rev=58
This commit is contained in:
committed by
Git OBS Bridge
parent
2a43b41e77
commit
53e2c3c934
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 3 14:38:27 UTC 2010 - andrea@opensuse.org
|
||||
|
||||
- fixed openbox-kde description bnc#622879
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 22 10:21:33 UTC 2010 - guido+opensuse.org@berhoerster.name
|
||||
|
||||
- fix issue with xcompmgr-autostart putting the .desktop-file in
|
||||
$XDG_CONFIG_HOME instead of $XDG_CONFIG_HOME/autostart
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 4 10:16:58 UTC 2010 - andrea@opensuse.org
|
||||
|
||||
|
@@ -23,7 +23,7 @@ Group: System/GUI/Other
|
||||
Provides: windowmanager
|
||||
AutoReqProv: on
|
||||
Version: 3.4.11.2
|
||||
Release: 4
|
||||
Release: 5
|
||||
Summary: ICCCM and EWMH Compliant Window Manager with Very Few Dependencies
|
||||
Url: http://openbox.org/
|
||||
Source: %name-%version.tar.bz2
|
||||
@@ -79,12 +79,12 @@ Authors:
|
||||
|
||||
%package kde
|
||||
License: GPLv2+
|
||||
Summary: Openbox GNOME integration
|
||||
Summary: Openbox KDE integration
|
||||
Group: System/GUI/Other
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description kde
|
||||
This package provides openbox GNOME integration and tools
|
||||
This package provides openbox KDE integration and tools
|
||||
|
||||
|
||||
|
||||
|
@@ -95,7 +95,8 @@ EOF
|
||||
return 0
|
||||
}
|
||||
|
||||
xdg_autostart_dir="${XDG_CONFIG_HOME:-${HOME}/.config/autostart}"
|
||||
xdg_autostart_dir="${XDG_CONFIG_HOME:+${XDG_CONFIG_HOME}/autostart}"
|
||||
xdg_autostart_dir="${xdg_autostart_dir:=${HOME}/.config/autostart}"
|
||||
autostart_file="${xdg_autostart_dir}/xcompmgr.desktop"
|
||||
|
||||
if [ $# -eq 0 ]; then
|
||||
|
Reference in New Issue
Block a user