diff --git a/kwin.spec b/kwin.spec index 87efdb3..2280347 100644 --- a/kwin.spec +++ b/kwin.spec @@ -6,7 +6,7 @@ Name: kwin Version: 5.2.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Window manager # all sources are effectively GPLv2+, except for: @@ -90,6 +90,10 @@ Conflicts: kde-workspace%{?_isa} < 4.11.14-2 Obsoletes: kwin-gles < 5 Obsoletes: kwin-gles-libs < 5 +Provides: firstboot(windowmanager) = kwin_x11 +# and kwin too (#1197135), until initial-setup fixed +Provides: firstboot(windowmanager) = kwin + %description %{summary}. @@ -143,6 +147,9 @@ make %{?_smp_mflags} -C %{_target_platform} make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %find_lang kwin5 --with-qt --with-kde --all-name +# temporary(?) hack to allow initial-setup to use /usr/bin/kwin too +ln -s kwin_x11 %{buildroot}%{_bindir}/kwin + %post /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : @@ -157,6 +164,7 @@ fi /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %files -f kwin5.lang +%{_bindir}/kwin %{_bindir}/kwin_x11 %{_datadir}/kwin %{_kf5_qtplugindir}/*.so @@ -211,6 +219,9 @@ fi %changelog +* Wed Mar 04 2015 Rex Dieter 5.2.0.1-3 +- Provides: firstboot(windowmanager) = kwin_x11 (#1197135) + * Sun Feb 08 2015 Daniel Vrátil - 5.2.0.1-2 - Obsoletes: kwin-gles, kwin-gles-libs