forked from pool/breeze
Accepting request 615728 from KDE:Frameworks5
Plasma 5.13.0 - not released yet OBS-URL: https://build.opensuse.org/request/show/615728 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/breeze?expand=0&rev=65
This commit is contained in:
commit
14c068088e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:764c1d174f5a2844a7144995b05b179a2d161d65f74d45ca353b524807f6aff7
|
||||
size 22207864
|
3
breeze-5.13.0.tar.xz
Normal file
3
breeze-5.13.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a03193bbc1c7a385c302ba988fb79996edcb09b5673ac399a4062e0409825129
|
||||
size 24777688
|
@ -1,3 +1,49 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 7 20:03:50 CEST 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.13.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/plasma-5.13.0.php
|
||||
- Changes since 5.12.90:
|
||||
* Check for option->styleObject before accessing it (kde#395028)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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.
|
||||
* 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.13.0
|
||||
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: breeze-%{version}.tar.xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
|
@ -1,3 +1,49 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 7 20:03:50 CEST 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.13.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/plasma-5.13.0.php
|
||||
- Changes since 5.12.90:
|
||||
* Check for option->styleObject before accessing it (kde#395028)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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.
|
||||
* 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.13.0
|
||||
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: 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