From 7994865ab888755759608d3dda7332db9dba6cdceb8d6bbb630126c6b642ea51 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Tue, 16 May 2017 11:56:12 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/breeze?expand=0&rev=161 --- breeze-5.9.5.tar.xz | 3 --- breeze-5.9.95.tar.xz | 3 +++ breeze.changes | 17 +++++++++++++++++ breeze.spec | 15 +++++++++------ breeze4-style.changes | 15 +++++++++++++++ breeze4-style.spec | 4 ++-- 6 files changed, 46 insertions(+), 11 deletions(-) delete mode 100644 breeze-5.9.5.tar.xz create mode 100644 breeze-5.9.95.tar.xz diff --git a/breeze-5.9.5.tar.xz b/breeze-5.9.5.tar.xz deleted file mode 100644 index 0d9be31..0000000 --- a/breeze-5.9.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83312b854282636bc6d10a1e579c5a13538394b76af5963f3e79b0d235053e3d -size 30680136 diff --git a/breeze-5.9.95.tar.xz b/breeze-5.9.95.tar.xz new file mode 100644 index 0000000..58bdbfe --- /dev/null +++ b/breeze-5.9.95.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2011d35a6d756aa01c7cdb1bcb8f779f0e7c014c9deb4d2d96e19e72f4b28ebc +size 17430728 diff --git a/breeze.changes b/breeze.changes index 4a853c9..e845bdf 100644 --- a/breeze.changes +++ b/breeze.changes @@ -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 diff --git a/breeze.spec b/breeze.spec index 9fa33da..41bf0c9 100644 --- a/breeze.spec +++ b/breeze.spec @@ -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 diff --git a/breeze4-style.changes b/breeze4-style.changes index c9df43b..c5677df 100644 --- a/breeze4-style.changes +++ b/breeze4-style.changes @@ -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 diff --git a/breeze4-style.spec b/breeze4-style.spec index 4bd653e..1ad2567 100644 --- a/breeze4-style.spec +++ b/breeze4-style.spec @@ -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