SHA256
1
0
forked from pool/breeze

Accepting request 701363 from KDE:Frameworks5

Plasma 5.15.5

OBS-URL: https://build.opensuse.org/request/show/701363
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/breeze?expand=0&rev=81
This commit is contained in:
Dominique Leuenberger 2019-05-09 08:03:36 +00:00 committed by Git OBS Bridge
commit 5ac520b16a
9 changed files with 38 additions and 67 deletions

View File

@ -1,49 +0,0 @@
From 386d3b8ed1e0595c9fc6e21643ff748402171429 Mon Sep 17 00:00:00 2001
From: Vlad Zagorodniy <vladzzag@gmail.com>
Date: Tue, 2 Apr 2019 16:01:19 +0300
Subject: [PATCH] Fix build with Qt 4
Reviewers: #plasma, davidedmundson, fvogt
Reviewed By: #plasma, davidedmundson, fvogt
Subscribers: fvogt, plasma-devel
Tags: #plasma
Differential Revision: https://phabricator.kde.org/D20201
---
kstyle/breezewindowmanager.cpp | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/kstyle/breezewindowmanager.cpp b/kstyle/breezewindowmanager.cpp
index aba29eef..5ca3fea5 100644
--- a/kstyle/breezewindowmanager.cpp
+++ b/kstyle/breezewindowmanager.cpp
@@ -895,20 +895,15 @@ namespace Breeze
// connection
auto connection( Helper::connection() );
- #if QT_VERSION >= 0x050300
- const qreal dpiRatio = window->devicePixelRatio();
- #else
- const qreal dpiRatio = 1;
- #endif
-
#if BREEZE_USE_KDE4
auto net_connection = QX11Info::display();
+ const QPoint native = position;
#else
auto net_connection = connection;
- #endif
-
+ const qreal dpiRatio = window->devicePixelRatio();
const QPoint origin = window->screen()->geometry().topLeft();
const QPoint native = (position - origin) * dpiRatio + origin;
+ #endif
xcb_ungrab_pointer( connection, XCB_TIME_CURRENT_TIME );
NETRootInfo( net_connection, NET::WMMoveResize ).moveResizeRequest(
--
2.20.1

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAlyjTRMACgkQ7JTRj38F
mX7d3AgAr9HiLarfXsNVv3U5Cw30BJ+DWsrJpNyqABIg6UlXg2XtK0DBOV5e56tY
ULWsmDMTdtJCer9WHPlpPjVhZhLyMgfh3YgvlpunVsprCPa1xgb4yBSDhL+E31F7
We5bj5FgXjR0+Fcdqu4QMzi76W7cRaNzfyN/ghzOM4APHkmonhktkkur7tbvMeeU
xVyNZRuA8kMRt371C2YjYPj+abeUQY0rj2FsE8HKPewrxKEqRIA88T6XYYg3uTAW
YTmgYU9VC4clt55AP9065EvvEPBRxvH+cB1mzl6/GfWPVP9pTGzY1//oMn2mQPtN
BxxzLm0efHNhNY/Yl0SCbRpfjlmEoA==
=Okzh
-----END PGP SIGNATURE-----

3
breeze-5.15.5.tar.xz Normal file
View File

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

11
breeze-5.15.5.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAlzRUecACgkQ7JTRj38F
mX5C+gf6Ah+F+qwbYd2ch3mGDEosQ1vQ7dfBAzeKDQn9XcAwqhiMcH4RQpa9sVGM
pz8+2kdBgYBWwaRqVv9PU8got+JW9Mj7ZLn8BXgKMneNracjqcBD6dxFAR6yDH22
VhYJ61h32vzlH63w+ivdmST798zEYQopN4qHuP5qrjitlzXZkWg88Tp1clXQNwuE
5XsXUltXiJCOG1zfUtuszFnd8UPhPqD9NA2XWzooYU16FNE64+4EwCjS4zJsaHAO
OZTxo9PIaiDmWObH4zeX+mHFdywWEWImmC4DzM5wPZ72WwrWILJXyewS2UJNSbUG
eFlGT8Ecuc3zQ54hGSoED4Ek06C8Ng==
=BxN/
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue May 7 11:04:55 UTC 2019 - fabian@ritter-vogt.de
- Update to 5.15.5
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.15.5.php
- Changes since 5.15.4:
* Fix build with Qt 4
-------------------------------------------------------------------
Tue Apr 2 12:40:56 UTC 2019 - fabian@ritter-vogt.de

View File

@ -22,7 +22,7 @@
%{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: breeze
Version: 5.15.4
Version: 5.15.5
Release: 0
Summary: Plasma Desktop artwork, styles and assets
License: GPL-2.0-or-later

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue May 7 11:04:55 UTC 2019 - fabian@ritter-vogt.de
- Update to 5.15.5
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.15.5.php
- Changes since 5.15.4:
* Fix build with Qt 4
- Remove patches, now upstream:
* 0001-Fix-build-with-Qt-4.patch
-------------------------------------------------------------------
Tue Apr 2 12:40:56 UTC 2019 - fabian@ritter-vogt.de

View File

@ -17,7 +17,7 @@
Name: breeze4-style
Version: 5.15.4
Version: 5.15.5
Release: 0
Summary: Plasma Desktop artwork, styles and assets
License: GPL-2.0-or-later
@ -30,8 +30,6 @@ Source2: plasma.keyring
%endif
# PATCH-FIX-OPENSUSE add-support-for-Q3ListView-to-the-KDE4-style.patch boo#973728 wbauer@tmo.at -- fixes collapse/expand icon in Q3ListView that still may be used by some KDE4 applications (knode e.g.)
Patch0: add-support-for-Q3ListView-to-the-KDE4-style.patch
# PATCH-FIX-UPSTREAM
Patch1: 0001-Fix-build-with-Qt-4.patch
BuildRequires: automoc4
BuildRequires: cmake >= 2.8.12
BuildRequires: kde4-filesystem