SHA256
1
0
forked from pool/breeze

Accepting request 772225 from KDE:Frameworks5

Plasma 5.18.0, not yet final tars. Please publish disable KF5 before accepting. (forwarded request 770821 from Vogtinator)

OBS-URL: https://build.opensuse.org/request/show/772225
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/breeze?expand=0&rev=95
This commit is contained in:
Dominique Leuenberger 2020-02-10 20:50:47 +00:00 committed by Git OBS Bridge
commit 62d3c3cae4
8 changed files with 74 additions and 21 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl4UoRkACgkQ7JTRj38F
mX7FYAf8CvM+4YkUm6NE7rb4d1loRmhTxFZAqhyfDkHjAwt0mMXt57VQ0n9U3vrD
lu5rVNii2gPVejIK0DOxicFbE/gLrwgz0IZLM7zRcX3yHJMEwi2Jo8d7InGEj6N4
cgEuWhv6WcFiCIDynQMj8C2Xkom6q9KgCkUTVXas+Mpb+QDDy7H+3DeLOfhazeZt
jFEghgb3U9xdRRXmShvgl9htcODW5/5GY7CBTey34UHJKIBxWQ6lFfuKObBD8/2l
HWct2c+X2vyXycqzg6+Xr0E/HM9v3qxhCZamcKHEtFJvlSYVR3kG1NUE2ebY2AA0
2ITiVY5WHbF3lQL8Filb6oVX0B8w/w==
=flm0
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl48DhcACgkQ7JTRj38F
mX5ZDQgAk1gLV9RKQn1FUEFsSuJ1IUIFCVVbfMKAYLkMfw5ZxUjeFBgBnnZAwEs0
EEVfnkaPdkdxmYlTGjc0K8NhdftNSVYu0ea4uKBCWbzB2Lhb+N1TmcXKZ2/Q6Avu
q/NaSn2tEF7BKJjrHZSOpu+RI+9OSAIzU6kO2VlGt2ewa5twmDpVFjxNIARqPGSV
gxDeIap0cFjIek5WTVcgfWLDNArnY+CIl2MVhiDgYDGkF+VNcnGEsSmORV08KAz9
sqvhPN5XfFYHw8E/cCb82FaH2wQygtq8wfp7cWWFpSyDlYZvRxLKg2Wu5AsVfE6v
dH3eR/i5vHza0QBpQOpa4KJSLZdXjg==
=36ge
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Thu Feb 6 15:10:03 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.18.0
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.18.0.php
- Changes since 5.17.90:
* [wallpapers] Use more high-quality JPEGs for Next
* Revert "Work around an issue with changing the wallpaper's filetype"
* Work around an issue with changing the wallpaper's filetype
* Replace Ice Cold with Volna for Plasma 5.18
* [Breeze Cursors] Add some more cursor names
* Center only during drawing, not the hit rects (kde#416348)
-------------------------------------------------------------------
Thu Jan 23 11:19:41 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Replace %make_jobs with %cmake_build
-------------------------------------------------------------------
Thu Jan 16 14:04:15 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.17.90
* New feature release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.90.php
- Too many changes to list here
-------------------------------------------------------------------
Tue Jan 7 16:24:34 UTC 2020 - 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.17.5
Version: 5.18.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
@ -116,7 +116,7 @@ Library containing support code for the Breeze Qt5 style.
%build
%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
%make_jobs
%cmake_build
%install
%kf5_makeinstall -C build

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Thu Feb 6 15:10:03 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.18.0
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.18.0.php
- Changes since 5.17.90:
* [wallpapers] Use more high-quality JPEGs for Next
* Revert "Work around an issue with changing the wallpaper's filetype"
* Work around an issue with changing the wallpaper's filetype
* Replace Ice Cold with Volna for Plasma 5.18
* [Breeze Cursors] Add some more cursor names
* Center only during drawing, not the hit rects (kde#416348)
-------------------------------------------------------------------
Thu Jan 16 14:04:15 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.17.90
* New feature release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.90.php
- Too many changes to list here
-------------------------------------------------------------------
Tue Jan 7 16:24:34 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -17,15 +17,15 @@
Name: breeze4-style
Version: 5.17.5
Version: 5.18.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.)