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
|
Group: System/GUI/LXDE
|
||||||
Url: http://www.lxde.org/
|
Url: http://www.lxde.org/
|
||||||
Source: %{name}-%{version}.tar.xz
|
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: dbus-1-glib-devel
|
||||||
BuildRequires: docbook-utils
|
BuildRequires: docbook-utils
|
||||||
BuildRequires: docbook-xsl-stylesheets
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch0 -p1
|
|
||||||
#%if 0%{?suse_version} <= 1230
|
|
||||||
#%patch1 -p1
|
|
||||||
#%endif
|
|
||||||
#%if 0%{?suse_version} > 1220
|
|
||||||
#%patch2 -p1
|
|
||||||
#%endif
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@ -94,7 +82,6 @@ sed -i "3d" %{buildroot}%{_datadir}/applications/lxsession-edit.desktop
|
|||||||
%{_bindir}/lxsession-default-terminal
|
%{_bindir}/lxsession-default-terminal
|
||||||
%{_bindir}/lxsession-edit
|
%{_bindir}/lxsession-edit
|
||||||
%{_bindir}/lxsession-db
|
%{_bindir}/lxsession-db
|
||||||
%{_bindir}/lxsession-message-gtk
|
|
||||||
%{_bindir}/lxsession-xsettings
|
%{_bindir}/lxsession-xsettings
|
||||||
%{_bindir}/lxsettings-daemon
|
%{_bindir}/lxsettings-daemon
|
||||||
%{_datadir}/lxsession/
|
%{_datadir}/lxsession/
|
||||||
|
Loading…
Reference in New Issue
Block a user