SHA256
1
0
forked from pool/breeze

Plasma 5.17 Beta, fourth try

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/breeze?expand=0&rev=260
This commit is contained in:
Fabian Vogt 2019-09-20 11:01:10 +00:00 committed by Git OBS Bridge
parent 5a8417b2eb
commit 760766d1d2
8 changed files with 68 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.16.90.tar.xz Normal file
View File

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl2DWjYACgkQ7JTRj38F
mX4nTAf/XRYNo2772pa7U9j57GFVyf0Z6ob//IblQCRS3meqw05jhQoIzaKtatCP
CwCy0ia7C/YTSFAr2llfS1S55tV7G52+W/EVHcWDygU+9a/t7zhl1x4TPawSMT03
g1MWz3N+3ONQ/cKt4yyxi3ytj2b0wwkiFe0YYVPlVfld2Vi3aXKbSShTnyf5aSKo
SGS1Nb0GPGzXSN/moKHojmEFf0hTsFfC5bbtMKP9L+EVwJWnc0jnu/EzxpmzzJng
21L9GuHe5H3kpgdjN2L5SLOJiw9EN3G0YFgLZYLBi2tiBF9YwyfdMou/ioKstGQD
BQQDURC1yqDswsEoXt0DOL+brDA8BQ==
=aLbc
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
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.16.90
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,26 @@
-------------------------------------------------------------------
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.16.90
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