Plasma 5.4.0

epel9
Dan Vrátil 10 years ago
parent 4097a67c99
commit 7e4d19ddde

1
.gitignore vendored

@ -3,3 +3,4 @@
/kwin-5.3.0.tar.xz /kwin-5.3.0.tar.xz
/kwin-5.3.1.tar.xz /kwin-5.3.1.tar.xz
/kwin-5.3.2.tar.xz /kwin-5.3.2.tar.xz
/kwin-5.4.0.tar.xz

Binary file not shown.

@ -0,0 +1,16 @@
diff --git a/spec/plasma-5/kwin/kwin.spec b/spec/plasma-5/kwin/kwin.spec
index 7991089..ff8631b 100644
--- a/spec/plasma-5/kwin/kwin.spec
+++ b/spec/plasma-5/kwin/kwin.spec
@@ -46,6 +46,11 @@ BuildRequires: libXcursor-devel
BuildRequires: xcb-util-wm-devel
BuildRequires: xcb-util-image-devel
BuildRequires: xcb-util-keysyms-devel
+BuildRequires: xcb-util-cursor-devel
+BuildRequires: libinput-devel
+
+# Other
+BuildRequires: systemd-devel
BuildRequires: libepoxy-devel
# Wayland (optional)

@ -6,7 +6,7 @@
%endif %endif
Name: kwin Name: kwin
Version: 5.3.2 Version: 5.4.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: KDE Window manager Summary: KDE Window manager
@ -26,9 +26,7 @@ Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{ve
## upstreamable patches ## upstreamable patches
# session management, https://git.reviewboard.kde.org/r/123580/ # session management, https://git.reviewboard.kde.org/r/123580/
Patch1: kwin-session_management_review123580.patch
# followup to add discard support # followup to add discard support
Patch2: kwin-sm_discard.patch
# Base # Base
BuildRequires: kf5-rpm-macros BuildRequires: kf5-rpm-macros
@ -44,6 +42,7 @@ BuildRequires: qt5-qtx11extras-devel
# X11/OpenGL # X11/OpenGL
BuildRequires: mesa-libGL-devel BuildRequires: mesa-libGL-devel
BuildRequires: mesa-libEGL-devel BuildRequires: mesa-libEGL-devel
BuildRequires: mesa-libgbm-devel
BuildRequires: libxkbcommon-devel BuildRequires: libxkbcommon-devel
BuildRequires: libX11-devel BuildRequires: libX11-devel
BuildRequires: libxcb-devel BuildRequires: libxcb-devel
@ -209,8 +208,12 @@ fi
%if 0%{?wayland} %if 0%{?wayland}
%files wayland %files wayland
%{_bindir}/kwin_wayland %{_kf5_bindir}/kwin_wayland
%{_kf5_libdir}/libkdeinit5_kwin_wayland.so %{_kf5_qtplugindir}/org.kde.kglobalaccel5.platforms/KF5GlobalAccelPrivateKWin.so
%{_kf5_qtplugindir}/org.kde.kwin.waylandbackends/KWinWaylandDrmBackend.so
%{_kf5_qtplugindir}/org.kde.kwin.waylandbackends/KWinWaylandFbdevBackend.so
%{_kf5_qtplugindir}/org.kde.kwin.waylandbackends/KWinWaylandWaylandBackend.so
%{_kf5_qtplugindir}/org.kde.kwin.waylandbackends/KWinWaylandX11Backend.so
%endif %endif
%post libs -p /sbin/ldconfig %post libs -p /sbin/ldconfig
@ -218,6 +221,7 @@ fi
%files libs %files libs
# these dbus xml files probably ought to be moved to -devel, kde-sig needs agreed policy first -- rex # these dbus xml files probably ought to be moved to -devel, kde-sig needs agreed policy first -- rex
%{_sysconfdir}/xdg/org_kde_kwin.categories
%{_datadir}/dbus-1/interfaces/*.xml %{_datadir}/dbus-1/interfaces/*.xml
%{_libdir}/libkwin.so.* %{_libdir}/libkwin.so.*
%{_libdir}/libkwinxrenderutils.so.* %{_libdir}/libkwinxrenderutils.so.*
@ -239,6 +243,12 @@ fi
%changelog %changelog
* Fri Aug 21 2015 Daniel Vrátil <dvratil@redhat.com> - 5.4.0-1
- Plasma 5.4.0
* Thu Aug 13 2015 Daniel Vrátil <dvratil@redhat.com> - 5.3.95-1
- Plasma 5.3.95
* Thu Jun 25 2015 Daniel Vrátil <dvratil@redhat.com> - 5.3.2-1 * Thu Jun 25 2015 Daniel Vrátil <dvratil@redhat.com> - 5.3.2-1
- Plasma 5.3.2 - Plasma 5.3.2

@ -1 +1 @@
55357eef894ba4e6c16b77c385a63675 kwin-5.3.2.tar.xz 8f92fbd1829df43755dc7cefc87d1e1d kwin-5.4.0.tar.xz

Loading…
Cancel
Save