From f88618b2c630f692dfb126cd7519f998ec1276630161d4c81ec20b9f8438087a Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 2 Jan 2016 17:41:32 +0000 Subject: [PATCH 1/3] start with 5.18.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/breeze5-icons?expand=0&rev=12 --- breeze5-icons.changes | 7 +++++++ breeze5-icons.spec | 13 ++++++------- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/breeze5-icons.changes b/breeze5-icons.changes index a4c83a3..fb739d7 100644 --- a/breeze5-icons.changes +++ b/breeze5-icons.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Jan 2 17:41:29 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.18.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.18.0.php + ------------------------------------------------------------------- Thu Dec 10 23:01:52 UTC 2015 - hrvoje.senjan@gmail.com diff --git a/breeze5-icons.spec b/breeze5-icons.spec index e964cc7..4e25673 100644 --- a/breeze5-icons.spec +++ b/breeze5-icons.spec @@ -1,7 +1,7 @@ # # spec file for package breeze5-icons # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,9 @@ # -%define _tar_path 5.16 +%define _tar_path 5.17 Name: breeze5-icons -Version: 5.16.0 +Version: 5.17.0 Release: 0 Summary: Breeze icon theme License: LGPL-3.0 @@ -27,12 +27,12 @@ Url: http://www.kde.org Source: http://download.kde.org/stable/frameworks/%{_tar_path}/breeze-icons-%{version}.tar.xz # PATCH-FIX-OPENSUSE oxygen.diff -- inherit from oxygen Patch0: oxygen.diff -# PATCH-FIX-UPSTREAM applets.patch -- install applet icons -Patch1: applets.patch BuildRequires: cmake >= 2.8.12 BuildRequires: extra-cmake-modules >= %{_tar_path} -BuildRequires: hicolor-icon-theme BuildRequires: fdupes +BuildRequires: hicolor-icon-theme +BuildRequires: cmake(Qt5Core) >= 5.3.0 +BuildRequires: cmake(Qt5Test) >= 5.3.0 Requires: oxygen5-icon-theme BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -43,7 +43,6 @@ Breeze-icons is a freedesktop.org compatible icon theme. %prep %setup -q -n breeze-icons-%{version} %patch0 -p1 -%patch1 -p1 %build %cmake_kf5 -d build From de4857ab57fa90b052e81722227ff33421725e8fc11a0b523f7d1d12bf01c8da Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 2 Jan 2016 17:51:37 +0000 Subject: [PATCH 2/3] start with 5.18.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/breeze5-icons?expand=0&rev=13 --- breeze-icons-5.18.0.tar.xz | 3 +++ breeze5-icons.spec | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 breeze-icons-5.18.0.tar.xz diff --git a/breeze-icons-5.18.0.tar.xz b/breeze-icons-5.18.0.tar.xz new file mode 100644 index 0000000..9ee338f --- /dev/null +++ b/breeze-icons-5.18.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f7007cdc805083812583d575b3ce2880f41f32f5337582c55a6acfc4bc69128 +size 1415276 diff --git a/breeze5-icons.spec b/breeze5-icons.spec index 4e25673..17d6c13 100644 --- a/breeze5-icons.spec +++ b/breeze5-icons.spec @@ -16,9 +16,9 @@ # -%define _tar_path 5.17 +%define _tar_path 5.18 Name: breeze5-icons -Version: 5.17.0 +Version: 5.18.0 Release: 0 Summary: Breeze icon theme License: LGPL-3.0 From 65b803958f1e0599fc1720335ce3af113967779dfeea74af4b2c0dd8b878d673 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 9 Jan 2016 17:58:11 +0000 Subject: [PATCH 3/3] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/breeze5-icons?expand=0&rev=14 --- breeze5-icons.changes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/breeze5-icons.changes b/breeze5-icons.changes index fb739d7..a189768 100644 --- a/breeze5-icons.changes +++ b/breeze5-icons.changes @@ -2,6 +2,9 @@ Sat Jan 2 17:41:29 UTC 2016 - hrvoje.senjan@gmail.com - Update to 5.18.0 + * Icon updates and additions + * 22px size status icons for 32px too as you need it in the system tray + * Changed Fixed to Scalable value to 32px folders in Breeze Dark * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.18.0.php