SHA256
1
0
forked from pool/breeze
Luca Beltrame 2017-05-16 11:56:12 +00:00 committed by Git OBS Bridge
parent a21633eb43
commit 7994865ab8
6 changed files with 46 additions and 11 deletions

View File

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

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

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
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.9.95
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
@ -73,9 +73,11 @@ This package provides Breeze cursor theme.
%package -n breeze5-style
Summary: Plasma Desktop artwork, styles and assets
# needed for kde4breeze
Group: System/GUI/KDE
Requires: breeze-gtk
Requires: kconf_update5
Recommends: breeze4-style
%if %{with lang}
Recommends: breeze5-style-lang
%endif
@ -148,6 +150,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,18 @@
-------------------------------------------------------------------
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.9.95
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