Provides: firstboot(windowmanager) = kwin (#605675)

epel9
Rex Dieter 10 years ago
parent 48dddbb3c0
commit 61552b277a

@ -2,11 +2,11 @@
# NOTE: Does not build on F20 due to too old Wayland and requires kf5-kwayland, # NOTE: Does not build on F20 due to too old Wayland and requires kf5-kwayland,
# which is not available in Fedora yet # which is not available in Fedora yet
%global wayland 0 %global wayland 0
%global plasma_version 5.2.0 %global plasma_version 5.2.1
Name: kwin Name: kwin
Version: 5.2.1 Version: 5.2.1
Release: 2%{?dist} Release: 3%{?dist}
Summary: KDE Window manager Summary: KDE Window manager
# all sources are effectively GPLv2+, except for: # all sources are effectively GPLv2+, except for:
@ -93,6 +93,8 @@ Obsoletes: kwin-gles-libs < 5
# http://bugzilla.redhat.com/605675 # http://bugzilla.redhat.com/605675
Provides: firstboot(windowmanager) = kwin_x11 Provides: firstboot(windowmanager) = kwin_x11
# and kwin too (#1197135), until initial-setup fixed
Provides: firstboot(windowmanager) = kwin
%description %description
%{summary}. %{summary}.
@ -147,6 +149,9 @@ make %{?_smp_mflags} -C %{_target_platform}
make install/fast DESTDIR=%{buildroot} -C %{_target_platform} make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%find_lang kwin5 --with-qt --with-kde --all-name %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 %post
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : /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 || : /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%files -f kwin5.lang %files -f kwin5.lang
%{_bindir}/kwin
%{_bindir}/kwin_x11 %{_bindir}/kwin_x11
%{_datadir}/kwin %{_datadir}/kwin
%{_kf5_qtplugindir}/*.so %{_kf5_qtplugindir}/*.so
@ -215,6 +221,11 @@ fi
%changelog %changelog
* Fri Feb 27 2015 Rex Dieter <rdieter@fedoraproject.org>
- 5.2.1-3
- Provide /usr/bin/kwin too (#1197135)
- bump plasma_version macro
* Fri Feb 27 2015 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-2 * Fri Feb 27 2015 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-2
- Provides: firstboot(windowmanager) = kwin_x11 (#605675) - Provides: firstboot(windowmanager) = kwin_x11 (#605675)

Loading…
Cancel
Save