SHA256
1
0
forked from pool/breeze

Accepting request 672568 from KDE:Frameworks5

Plasma 5.15.0 - maybe final tars (forwarded request 672547 from Vogtinator)

OBS-URL: https://build.opensuse.org/request/show/672568
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/breeze?expand=0&rev=77
This commit is contained in:
Dominique Leuenberger 2019-02-11 20:19:03 +00:00 committed by Git OBS Bridge
commit cb4c24ede7
8 changed files with 88 additions and 22 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAlw0qS4ACgkQ7JTRj38F
mX774Af9G+CImYmcK5jeNaLb5bJZdsdPB58UiPYetfbV+HD7/hWG9tm4B5vocXtw
Iy3XszqGliVjX8Rljntk+ThHeAmHvyvEd4lIcc0ZB+pxMYnaCxSBcnu2qlSE4M7M
eUWaXjyL16TTKVN+8MLt4b6ZeflKWgBMEuuZTMIxuGTjDnliZbZXEvBwJHHZR8fO
2y6+Ieztt+Gr5m5UaNIRgBEq5N4hR7+03QU6avYB3nlIo50//0eUgfHBt6I50IHU
nLP1apeRbipcUkq7IOi8Q0kKDAbP9BUfkan3w6+aGVpf6mHCyfzHDT1gNEGzMYFb
qPdgCN4/Q5S1hJSdOd2m6X4FWC/SUQ==
=98v9
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAlxcFv4ACgkQ7JTRj38F
mX4FuQf+JNwkPDPWgdxnoDQk+KXR0gNrRi6r4aufwr93FQ53b19DtmUfG5EWtUVf
u1cPMag1EfxmkHXF2KeTIPpYik/DAMOkgMYzCxy0K8ruLJss6Px5MN7vJuVedQ1B
vGnnMl39G/kDp9is62N/qrkat3Ax4Hkf2bVjXCVMtCtW21oJz7Osim7BghVx8bLm
BsHysMLODvegs1bVHTlr3JmLFQ3ai0G5bfmHMN9C9apLNtnMjGhBvUUFZPqRcrIZ
7fIvVw/t7U+nA0I0/QliXWOwTInA1LGvQObuSu3eRDw2g8kyrPltbLTbSzrUaGMu
AQidn8rtUsSaHDXqTD8FgnDVU2cO6A==
=hLnF
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Thu Feb 7 16:02:49 UTC 2019 - fabian@ritter-vogt.de
- Update to 5.15.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.15.0.php
- Changes since 5.14.90:
* Use correct window for getting ComboBox current icon pixmap
* Update Breeze Dark Look and Feel theme previews
-------------------------------------------------------------------
Thu Jan 17 18:45:17 UTC 2019 - fabian@ritter-vogt.de
- Update to 5.14.90
* New feature release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.14.90.php
- Changes since 5.14.5:
* Export path of installed color-schemes in BreezeConfig cmake
* Translate color scheme names
* Fix typo
* enable animations for standalone created buttons
* Fix build of libbreezecommon with USE_KDE4
* [libbreezecommon] Use box blur instead of FFT blur
* Improve accuracy of some window decoration options' labels BUG: 399602 FIXED-IN: 5.15.0 (kde#399602)
* Fix logic typo
* Add KDE4 guard round mouse synthesised test
* Don't drag windows in empty areas from touch/pen events
* Link *-resize to the right icons
* [cursors] Also link for Breeze Snow
* [Cursors] link *-resize to *_corner cursor (kde#399194)
- Does not use FFTW anymore
-------------------------------------------------------------------
Tue Jan 8 13:36:35 UTC 2019 - fabian@ritter-vogt.de

View File

@ -22,21 +22,20 @@
%{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: breeze
Version: 5.14.5
Version: 5.15.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
BuildRequires: extra-cmake-modules >= 0.0.13
BuildRequires: fdupes
BuildRequires: fftw3-devel
BuildRequires: hicolor-icon-theme
BuildRequires: kf5-filesystem
BuildRequires: pkgconfig

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Thu Feb 7 16:02:49 UTC 2019 - fabian@ritter-vogt.de
- Update to 5.15.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.15.0.php
- Changes since 5.14.90:
* Use correct window for getting ComboBox current icon pixmap
* Update Breeze Dark Look and Feel theme previews
-------------------------------------------------------------------
Thu Jan 17 18:45:17 UTC 2019 - fabian@ritter-vogt.de
- Update to 5.14.90
* New feature release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.14.90.php
- Changes since 5.14.5:
* Export path of installed color-schemes in BreezeConfig cmake
* Translate color scheme names
* Fix typo
* enable animations for standalone created buttons
* Fix build of libbreezecommon with USE_KDE4
* [libbreezecommon] Use box blur instead of FFT blur
* Improve accuracy of some window decoration options' labels BUG: 399602 FIXED-IN: 5.15.0 (kde#399602)
* Fix logic typo
* Add KDE4 guard round mouse synthesised test
* Don't drag windows in empty areas from touch/pen events
* Link *-resize to the right icons
* [cursors] Also link for Breeze Snow
* [Cursors] link *-resize to *_corner cursor (kde#399194)
- Does not use FFTW anymore
-------------------------------------------------------------------
Tue Jan 8 13:36:35 UTC 2019 - fabian@ritter-vogt.de

View File

@ -17,22 +17,21 @@
Name: breeze4-style
Version: 5.14.5
Version: 5.15.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.)
Patch0: add-support-for-Q3ListView-to-the-KDE4-style.patch
BuildRequires: automoc4
BuildRequires: cmake >= 2.8.12
BuildRequires: fftw3-devel
BuildRequires: kde4-filesystem
BuildRequires: libkde4-devel
BuildRequires: libqt4-devel