SHA256
1
0
forked from pool/breeze

Plasma 5.15 Beta. Again to adjust for kwin5 change in the target prj. When accepting, don't forward just yet to let the kwin5 sr pass.

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/breeze?expand=0&rev=234
This commit is contained in:
Wolfgang Bauer 2019-01-19 09:06:54 +00:00 committed by Git OBS Bridge
parent a0efcb05a5
commit 01c834aee7
8 changed files with 66 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.14.90.tar.xz Normal file
View File

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAlxAc0cACgkQ7JTRj38F
mX4z2Qf9FoDKNO3xEpUWYCgFHuHmEqB8d0BgqICf86hc5sF4ptu1eXiFNgNBA6VN
vvzcesiuVODcLVlN0lrqb0DrzxgLAqFrTu8kHG3xvQqTbylXYMx04EXDSXWHZAf9
McZDnxjtMsWfCjMFFzw8tMwzkgo/vJ0rzywAbEcxh6JINIUnqPjm3oZZRprml8pi
uETt+5HE3Zxu8cdXQeeZQ1X/rAQ6RImF+AOzOfAwnDTsA3u7BYYrfkxaFpvnm2ZT
3s+pQgldolScB1FKwzpjVuzDowxJ+RlNea/o5l7HTNA6MLH24ewVCKbP26CEWxEf
DXIF5vUxx/lSHKJrzNrEwRmzzZ2JpQ==
=G7Na
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
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.14.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: https://download.kde.org/unstable/plasma/%{version}/breeze-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz.sig
Source1: https://download.kde.org/unstable/plasma/%{version}/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,26 @@
-------------------------------------------------------------------
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.14.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: https://download.kde.org/unstable/plasma/%{version}/breeze-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz.sig
Source1: https://download.kde.org/unstable/plasma/%{version}/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