forked from pool/breeze
Plasma 5.13 Beta
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/breeze?expand=0&rev=206
This commit is contained in:
parent
a1dd35aebe
commit
528a9a2f58
@ -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
3
breeze-5.12.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:398cd799c911b7d75c6afbf07a6a821a8a10165b1acbc548dded8b227ad2c189
|
||||
size 24780544
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user