1
0
forked from pool/kwindowsystem
Hrvoje Senjan 2015-08-04 19:56:18 +00:00 committed by Git OBS Bridge
parent 427f1a4348
commit 76abe62a77
4 changed files with 16 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:74b2af8fb9cda160818798f9ede907e993d779b671cb0a6e6506857c80835d3a
size 160660

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c75868139adaa11122df2399466f8bc30d04287ce8ae778859fa2aa283dc30a2
size 162860

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Aug 4 19:20:48 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.13.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.13.0.php
-------------------------------------------------------------------
Thu Jul 30 17:02:14 UTC 2015 - hrvoje.senjan@gmail.com

View File

@ -18,9 +18,9 @@
%bcond_without lang
%define lname libKF5WindowSystem5
%define _tar_path 5.12
%define _tar_path 5.13
Name: kwindowsystem
Version: 5.12.0
Version: 5.13.0
Release: 0
BuildRequires: cmake >= 2.8.12
BuildRequires: extra-cmake-modules >= %{_tar_path}
@ -43,8 +43,6 @@ Group: System/GUI/KDE
Url: http://www.kde.org
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
Source1: baselibs.conf
# PATCH-FIX-UPSTREAM 0001-Harden-NETWM-data-reading.patch
Patch0: 0001-Harden-NETWM-data-reading.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -91,7 +89,6 @@ Development files.
%lang_package -n %lname
%prep
%setup -q
%patch0 -p1
%build
%cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert
@ -117,6 +114,10 @@ Development files.
%defattr(-,root,root)
%doc COPYING*
%{_kf5_libdir}/libKF5WindowSystem.so.*
%dir %{_kf5_plugindir}/kf5
%dir %{_kf5_plugindir}/kf5/org.kde.kwindowsystem.platforms
%{_kf5_plugindir}/kf5/org.kde.kwindowsystem.platforms/KF5WindowSystemWaylandPlugin.so
%{_kf5_plugindir}/kf5/org.kde.kwindowsystem.platforms/KF5WindowSystemX11Plugin.so
%files devel
%defattr(-,root,root)