Michael Vetter 2022-04-29 06:10:42 +00:00 committed by Git OBS Bridge
parent e323d6e02d
commit 4d390d22fa

View File

@ -29,7 +29,7 @@ Source2: %{name}.keyring
# FIX-OPENSUSE mvetter@suse.com bsc#1099800
Patch0: lxqt-0.13.0-xdg-config-dir.patch
# mvetter@suse.com bsc#1127043 - Use Openbox as default WM
Patch2: lxqt-session-default_wm.patch
Patch1: lxqt-session-default_wm.patch
BuildRequires: cmake >= 3.0.2
BuildRequires: fdupes
BuildRequires: gcc-c++
@ -62,7 +62,7 @@ use when a user logs out and to restart them the next time the user logs in.
%prep
%setup -q
%patch0 -p1
%patch2 -p1
%patch1 -p1
# Changing LXQt into X-LXQt in desktop files to be freedesktop compliant and shut rpmlint warnings
#find -name '*desktop.in*' -exec sed -ri 's/(LXQt;)/X-\1/' {} +