SHA256
1
0
forked from pool/breeze
Luca Beltrame 2018-05-21 09:07:05 +00:00 committed by Git OBS Bridge
parent a1dd35aebe
commit 528a9a2f58
6 changed files with 81 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Sat May 19 14:16:33 CEST 2018 - fabian@ritter-vogt.de
- Update to 5.12.90
* New feature release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.12.90.php
- Changes since 5.12.5:
* Draw mouse-over rect over the full toolbutton even if it has a menu
* Plasma 5.13 "Kokkini" Wallpaper
* Fix build with Qt 4
* [kstyle] create shadow tiles more explicitly
* [kstyle] use Q_FALLTHROUGH in breezesplitterproxy
* [kdecoration] delete unused m_buttons field
* [colors] add corresponding CMakeLists.txt
* modernize: delete redundant return statements
* modernize: delete redundant void args
* modernize: use nullptr
* delete COPYING-ICONS
* [cursors] Add arrow cursor symlinks
* - Moved shadowSize from anonymous namespace to static member function - calculate proper shadow size for Mdi windows - fix mdi windows shadow renderning.
* - Moved shadowSize from anonymous namespace to static member function - calculate proper shadow size for Mdi windows - fix mdi windows shadow renderning.
* Remove long-time deprecated Encoding=UTF-8 from desktop format file
* fix double spacing bug
* Fixed kde4 compilation. Fixed warning about blurhelper initialization.
* Added optional transparency/blur to menu frames
* Revert "Added option to set transparency and blur behind menu frames such as right click context menu, toolbar menu, etc."
* align checkable widgets in menu items
* Added option to set transparency and blur behind menu frames such as right click context menu, toolbar menu, etc. Transparency and blur is disabled by default. Submitted on behalf of Alex Nemeth
* Revert "reserve space for checkable widgets in menu items"
* reserve space for checkable widgets in menu items
* Add the marking gcc likes to silence -Wimplicit-fallthrough= warning
* fixed KDE4 compîlation (missing header)
* ensure the rounded rectangle of scrollbard stays round
* Fixed qt4 compilation.
* even slimmer scrollbars
-------------------------------------------------------------------
Wed May 2 09:05:34 CEST 2018 - fabian@ritter-vogt.de

View File

@ -18,7 +18,7 @@
%bcond_without lang
Name: breeze
Version: 5.12.5
Version: 5.12.90
Release: 0
# Full Plasma 5 version (e.g. 5.8.95)
%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
@ -56,7 +56,7 @@ Summary: Plasma Desktop artwork, styles and assets
License: GPL-2.0+
Group: System/GUI/KDE
Url: http://www.kde.org
Source: http://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
Source: http://download.kde.org/unstable/plasma/%{version}/breeze-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Sat May 19 14:16:33 CEST 2018 - fabian@ritter-vogt.de
- Update to 5.12.90
* New feature release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.12.90.php
- Changes since 5.12.5:
* Draw mouse-over rect over the full toolbutton even if it has a menu
* Plasma 5.13 "Kokkini" Wallpaper
* Fix build with Qt 4
* [kstyle] create shadow tiles more explicitly
* [kstyle] use Q_FALLTHROUGH in breezesplitterproxy
* [kdecoration] delete unused m_buttons field
* [colors] add corresponding CMakeLists.txt
* modernize: delete redundant return statements
* modernize: delete redundant void args
* modernize: use nullptr
* delete COPYING-ICONS
* [cursors] Add arrow cursor symlinks
* - Moved shadowSize from anonymous namespace to static member function - calculate proper shadow size for Mdi windows - fix mdi windows shadow renderning.
* - Moved shadowSize from anonymous namespace to static member function - calculate proper shadow size for Mdi windows - fix mdi windows shadow renderning.
* Remove long-time deprecated Encoding=UTF-8 from desktop format file
* fix double spacing bug
* Fixed kde4 compilation. Fixed warning about blurhelper initialization.
* Added optional transparency/blur to menu frames
* Revert "Added option to set transparency and blur behind menu frames such as right click context menu, toolbar menu, etc."
* align checkable widgets in menu items
* Added option to set transparency and blur behind menu frames such as right click context menu, toolbar menu, etc. Transparency and blur is disabled by default. Submitted on behalf of Alex Nemeth
* Revert "reserve space for checkable widgets in menu items"
* reserve space for checkable widgets in menu items
* Add the marking gcc likes to silence -Wimplicit-fallthrough= warning
* fixed KDE4 compîlation (missing header)
* ensure the rounded rectangle of scrollbard stays round
* Fixed qt4 compilation.
* even slimmer scrollbars
-------------------------------------------------------------------
Wed May 2 09:05:34 CEST 2018 - fabian@ritter-vogt.de

View File

@ -17,7 +17,7 @@
Name: breeze4-style
Version: 5.12.5
Version: 5.12.90
Release: 0
BuildRequires: automoc4
BuildRequires: cmake >= 2.8.12
@ -32,7 +32,7 @@ Summary: Plasma Desktop artwork, styles and assets
License: GPL-2.0+
Group: System/GUI/KDE
Url: http://www.kde.org
Source: http://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
Source: http://download.kde.org/unstable/plasma/%{version}/breeze-%{version}.tar.xz
# 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.)
Patch: add-support-for-Q3ListView-to-the-KDE4-style.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build