SHA256
1
0
forked from pool/breeze

Accepting request 498785 from KDE:Frameworks5

Plasma 5.10 final

OBS-URL: https://build.opensuse.org/request/show/498785
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/breeze?expand=0&rev=46
This commit is contained in:
Dominique Leuenberger 2017-06-01 14:24:29 +00:00 committed by Git OBS Bridge
commit 13ecf4e6f6
6 changed files with 64 additions and 11 deletions

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

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

View File

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

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Fri May 26 14:10:29 CEST 2017 - fabian@ritter-vogt.de
- Update to 5.10.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.10.0.php
- Changes since 5.9.95:
* set a mask to shadow widget to make sure that it does not overlap with the mdi window. BUG:379790 (kde#379790)
-------------------------------------------------------------------
Thu May 11 20:26:19 CEST 2017 - fabian@ritter-vogt.de
- Update to 5.9.95
* New feature release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.9.95.php
- Changes since 5.9.5:
* fixed warning about unused variable
* bump version for 5.9.5
* Fix progress bar color
* [cursors] Add 36px (1.5 scaling) size for Breeze and Breeze Snow Cursors (kde#348603)
* Added new resolutions: 1366x768 and 1920x1200 Differential Revision: https://phabricator.kde.org/D4400
* Fix header content size when sorting is disabled
- Use plasma-framework instead of plasma5-workspace to break a
build cycle. This causes a harmless warning to appear.
-------------------------------------------------------------------
Sat Apr 29 13:30:20 UTC 2017 - wbauer@tmo.at

View File

@ -18,19 +18,19 @@
%bcond_without lang
Name: breeze
Version: 5.9.5
Version: 5.10.0
Release: 0
# Full Plasma 5 version (e.g. 5.9.4)
# Full Plasma 5 version (e.g. 5.8.95)
%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.4 in KUF)
# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.8.95 in KUF)
%{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
BuildRequires: cmake >= 2.8.12
BuildRequires: extra-cmake-modules >= 0.0.13
BuildRequires: fdupes
BuildRequires: hicolor-icon-theme
BuildRequires: kf5-filesystem
# Needed for Plasma/LookAndFeel package type declaration (kde#367923)
BuildRequires: plasma5-workspace
# Needed for Plasma/LookAndFeel service type declaration (kde#367923)
BuildRequires: plasma-framework
BuildRequires: cmake(KDecoration2) >= %{_plasma5_version}
BuildRequires: cmake(KF5ConfigWidgets)
BuildRequires: cmake(KF5CoreAddons)
@ -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
@ -148,6 +148,7 @@ This package provides Breeze KWin decoration.
%dir %{_kf5_servicesdir}
%{_kf5_servicesdir}/breezestyleconfig.desktop
%{_kf5_libdir}/cmake/Breeze/
%dir %{_kf5_appstreamdir}/
%{_kf5_appstreamdir}/org.kde.breezedark.desktop.appdata.xml
%files -n breeze5-wallpapers

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Fri May 26 14:10:29 CEST 2017 - fabian@ritter-vogt.de
- Update to 5.10.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.10.0.php
- Changes since 5.9.95:
* set a mask to shadow widget to make sure that it does not overlap with the mdi window. BUG:379790 (kde#379790)
-------------------------------------------------------------------
Thu May 11 20:26:19 CEST 2017 - fabian@ritter-vogt.de
- Update to 5.9.95
* New feature release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.9.95.php
- Changes since 5.9.5:
* fixed warning about unused variable
* bump version for 5.9.5
* Fix progress bar color
* [cursors] Add 36px (1.5 scaling) size for Breeze and Breeze Snow Cursors (kde#348603)
* Added new resolutions: 1366x768 and 1920x1200 Differential Revision: https://phabricator.kde.org/D4400
* Fix header content size when sorting is disabled
-------------------------------------------------------------------
Tue Apr 25 18:57:59 CEST 2017 - lbeltrame@kde.org

View File

@ -17,7 +17,7 @@
Name: breeze4-style
Version: 5.9.5
Version: 5.10.0
Release: 0
BuildRequires: automoc4
BuildRequires: cmake >= 2.8.12
@ -30,7 +30,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