From 61552b277a8bf61d90a42258cb5c361e4ec1fb2a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 27 Feb 2015 09:11:22 -0600 Subject: [PATCH] Provides: firstboot(windowmanager) = kwin (#605675) --- kwin.spec | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/kwin.spec b/kwin.spec index 0308861..40f95e0 100644 --- a/kwin.spec +++ b/kwin.spec @@ -2,11 +2,11 @@ # NOTE: Does not build on F20 due to too old Wayland and requires kf5-kwayland, # which is not available in Fedora yet %global wayland 0 -%global plasma_version 5.2.0 +%global plasma_version 5.2.1 Name: kwin Version: 5.2.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Window manager # all sources are effectively GPLv2+, except for: @@ -93,6 +93,8 @@ Obsoletes: kwin-gles-libs < 5 # http://bugzilla.redhat.com/605675 Provides: firstboot(windowmanager) = kwin_x11 +# and kwin too (#1197135), until initial-setup fixed +Provides: firstboot(windowmanager) = kwin %description %{summary}. @@ -147,6 +149,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 || : @@ -161,6 +166,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 @@ -215,6 +221,11 @@ fi %changelog +* Fri Feb 27 2015 Rex Dieter +- 5.2.1-3 +- Provide /usr/bin/kwin too (#1197135) +- bump plasma_version macro + * Fri Feb 27 2015 Rex Dieter 5.2.1-2 - Provides: firstboot(windowmanager) = kwin_x11 (#605675)