forked from pool/lxsession
This commit is contained in:
parent
132d3c1d3c
commit
8d98287883
@ -24,12 +24,6 @@ License: GPL-2.0
|
||||
Group: System/GUI/LXDE
|
||||
Url: http://www.lxde.org/
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
# PATCH-FIX-UPSTREAM marguerite@opensuse.org - can't build gtk2 generated .c file with gtk3
|
||||
#Patch0: lxsession-0.4.9.3-gtk3-fix.patch
|
||||
# PATCH-FIX-UPSTREAM marguerite@opensuse.org - don't bump libgee version, it's no sense
|
||||
#Patch1: lxsession-0.4.9.3-lower-libgee.patch
|
||||
# PATCH-FIX-UPSTREAM marguerite@opensuse.org - hide_all() is no more in gtk3, replace with hide()
|
||||
#Patch2: lxsession-0.4.9.3-gtk3-hide_all.patch
|
||||
BuildRequires: dbus-1-glib-devel
|
||||
BuildRequires: docbook-utils
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
@ -56,13 +50,7 @@ use when a user logs out and to restart them the next time the user logs in.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch0 -p1
|
||||
#%if 0%{?suse_version} <= 1230
|
||||
#%patch1 -p1
|
||||
#%endif
|
||||
#%if 0%{?suse_version} > 1220
|
||||
#%patch2 -p1
|
||||
#%endif
|
||||
|
||||
|
||||
%build
|
||||
%configure \
|
||||
@ -94,7 +82,6 @@ sed -i "3d" %{buildroot}%{_datadir}/applications/lxsession-edit.desktop
|
||||
%{_bindir}/lxsession-default-terminal
|
||||
%{_bindir}/lxsession-edit
|
||||
%{_bindir}/lxsession-db
|
||||
%{_bindir}/lxsession-message-gtk
|
||||
%{_bindir}/lxsession-xsettings
|
||||
%{_bindir}/lxsettings-daemon
|
||||
%{_datadir}/lxsession/
|
||||
|
Loading…
Reference in New Issue
Block a user