SHA256
1
0
forked from pool/breeze

Accepting request 737455 from KDE:Frameworks5

Plasma 5.17.0 pre-release tars. Please publish disable before accept. (forwarded request 737387 from Vogtinator)

OBS-URL: https://build.opensuse.org/request/show/737455
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/breeze?expand=0&rev=88
This commit is contained in:
Dominique Leuenberger 2019-10-14 10:36:24 +00:00 committed by Git OBS Bridge
commit c2da60adfd
8 changed files with 86 additions and 23 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl1ubWIACgkQ7JTRj38F
mX6eIQgAnKZKIGMY6btIe9hTyBUPR2zIuHpB8MIXUe5HXZaToeMptWyFJNlnH5Hu
xZce8f/+3g0ZPIa6wLCn9dwQYpYpHJ23Q9nokYrhxXIADFA9q0yP2vttMBaEEhaL
Cu2klKQ94iO6giiTxsX/p7TO8MQz45e/UyVixJPf8B0DCAr3bZOKJ5e3Yum3+EQ6
xi5KSsUBEDWfVkZLlz27vMxzwgk7hAz7EdfWlz6W2kVEE6zPh/k4k+zRqK04bt2t
VBWY/XB4MlufFzewWYJQsf0Ta6bKbXJVGD7YoOKsBUJ7e/hDUBAZ902taC0e7jNP
4cVrZsNZ5V+PHd/sailFwFNvwB8h3A==
=qPox
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl2fIc4ACgkQ7JTRj38F
mX4apAf/etXmkHea7LbHUYKpbGwgFctJh5TsRloilk8aoHKVn7cp2r4B/0M5ozHb
e+GOUfIBC2+P2eMT07cq2PZR0ionkEyiob/gRJ37LAtvIfqwPHwm15BhC4aYXZlR
aMPuU9hnbtDlwIgV2P8XBKDgeDGnqeo9t57sbUwPCd6S1y6Yds/eOFRr/ojq6Pv5
LQ43t9Ltu2Nfj/Pyenx3Ss3wHlDBRHBnMWpWfnPS7ieqphRAPBHZf9sk7BpFUIFe
ThkVOupsTrbavuSaT9MWeq6PmeywvA6kGh0SWZpXE/l/XKeerrQUjxPro1uyAL/q
h3OZWrC5L2gREnkdX7EtNVAl3Q8grg==
=Wiz5
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Thu Oct 10 14:25:45 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.17.0
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.0.php
- No code changes since 5.16.90
-------------------------------------------------------------------
Thu Sep 19 12:32:32 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.16.90
* New feature release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.16.90.php
- Changes since 5.16.5:
* Make renderDialGroove() area match the maximum renderDialContents() area
* Fix colors from KStatefulBrushes not using application colorschemes
* Move drawIndicatorButtonDropDownPrimitive separator when sunken
* Fix width and separator of ToolButtonComplexControl outline w/ dropdown menu
* Revert "Fix width and separator of ToolButtonComplexControl outline w/ dropdown menu"
* Fix width and separator of ToolButtonComplexControl outline w/ dropdown menu
* Removed GlobalPos from QMouseEvent constructor
* Remove unneeded 1 pixel margin around side panels
* Remove qtquickcontrols dir
* - fixed "missing override" warnings - removed useless "virtual" specifications - removed useless destructors - cleanup variable initializations - moved protected methods as private when possible for better encapsulation
* re-read color palettes when application color changes (kde#408416)
* Set default border value in all places
* Recommend window border size "None"
* Disable extended resize borders for maximized windows CCBUG: 407989
-------------------------------------------------------------------
Tue Sep 3 12:44:11 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -22,15 +22,15 @@
%{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: breeze
Version: 5.16.5
Version: 5.17.0
Release: 0
Summary: Plasma Desktop artwork, styles and assets
License: GPL-2.0-or-later
Group: System/GUI/KDE
URL: http://www.kde.org
Source: https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
Source: breeze-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz.sig
Source1: breeze-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
BuildRequires: cmake >= 2.8.12
@ -115,7 +115,7 @@ Library containing support code for the Breeze Qt5 style.
%setup -q
%build
%cmake_kf5 -d build -- -DBUILD_po=OFF -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
%make_jobs
%install
@ -148,7 +148,6 @@ Library containing support code for the Breeze Qt5 style.
%{_kf5_sharedir}/color-schemes/
%dir %{_kf5_sharedir}/plasma
%{_kf5_sharedir}/plasma/look-and-feel/
%{_kf5_qmldir}/QtQuick/
%{_kf5_libdir}/kconf_update_bin/
%{_kf5_sharedir}/kconf_update/
%dir %{_kf5_plugindir}

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Thu Oct 10 14:25:45 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.17.0
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.0.php
- No code changes since 5.16.90
-------------------------------------------------------------------
Thu Sep 19 12:32:32 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.16.90
* New feature release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.16.90.php
- Changes since 5.16.5:
* Make renderDialGroove() area match the maximum renderDialContents() area
* Fix colors from KStatefulBrushes not using application colorschemes
* Move drawIndicatorButtonDropDownPrimitive separator when sunken
* Fix width and separator of ToolButtonComplexControl outline w/ dropdown menu
* Revert "Fix width and separator of ToolButtonComplexControl outline w/ dropdown menu"
* Fix width and separator of ToolButtonComplexControl outline w/ dropdown menu
* Removed GlobalPos from QMouseEvent constructor
* Remove unneeded 1 pixel margin around side panels
* Remove qtquickcontrols dir
* - fixed "missing override" warnings - removed useless "virtual" specifications - removed useless destructors - cleanup variable initializations - moved protected methods as private when possible for better encapsulation
* re-read color palettes when application color changes (kde#408416)
* Set default border value in all places
* Recommend window border size "None"
* Disable extended resize borders for maximized windows CCBUG: 407989
-------------------------------------------------------------------
Tue Sep 3 12:44:11 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -17,15 +17,15 @@
Name: breeze4-style
Version: 5.16.5
Version: 5.17.0
Release: 0
Summary: Plasma Desktop artwork, styles and assets
License: GPL-2.0-or-later
Group: System/GUI/KDE
URL: http://www.kde.org
Source: https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
Source: breeze-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz.sig
Source1: breeze-%{version}.tar.xz.sig
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.)
@ -56,7 +56,7 @@ Library containing support code for the Breeze Qt4 style.
%autopatch -p1
%build
%cmake_kde4 -d build -- -DBUILD_po=OFF -DUSE_KDE4=ON
%cmake_kde4 -d build -- -DUSE_KDE4=ON
%make_jobs
%install