From d94736f1803ccfdd847b7a6551073dc066bb8ba5aff4a525d6ce08caadce49fc Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Thu, 10 Dec 2015 23:02:14 +0000 Subject: [PATCH 1/2] start with 5.17.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/breeze5-icons?expand=0&rev=9 --- breeze-icons-5.17.0.tar.xz | 3 +++ breeze5-icons.changes | 7 +++++++ breeze5-icons.spec | 11 +++++------ 3 files changed, 15 insertions(+), 6 deletions(-) create mode 100644 breeze-icons-5.17.0.tar.xz diff --git a/breeze-icons-5.17.0.tar.xz b/breeze-icons-5.17.0.tar.xz new file mode 100644 index 0000000..65c8b19 --- /dev/null +++ b/breeze-icons-5.17.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e124a0371b9c67cec49e8a848f9af86c5999db9ce5bf0923fe217d6b091d88 +size 1401160 diff --git a/breeze5-icons.changes b/breeze5-icons.changes index 0db4f2e..9710a1c 100644 --- a/breeze5-icons.changes +++ b/breeze5-icons.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Dec 10 23:01:52 UTC 2015 - hrvoje.senjan@gmail.com + +- Update to 5.17.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.17.0.php + ------------------------------------------------------------------- Sun Nov 22 18:31:38 UTC 2015 - hrvoje.senjan@gmail.com diff --git a/breeze5-icons.spec b/breeze5-icons.spec index e964cc7..818a23f 100644 --- a/breeze5-icons.spec +++ b/breeze5-icons.spec @@ -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 434443ceb6d29bad18d4b13916977d64202a933999a13a178576a20be5a81a3d Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 12 Dec 2015 22:17:06 +0000 Subject: [PATCH 2/2] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/breeze5-icons?expand=0&rev=10 --- applets.patch | 26 -------------------------- breeze-icons-5.17.0.tar.xz | 3 --- breeze5-icons.changes | 5 +++++ breeze5-icons.spec | 11 ++++++----- 4 files changed, 11 insertions(+), 34 deletions(-) delete mode 100644 applets.patch delete mode 100644 breeze-icons-5.17.0.tar.xz diff --git a/applets.patch b/applets.patch deleted file mode 100644 index f08dee1..0000000 --- a/applets.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff --git a/icons-dark/CMakeLists.txt b/icons-dark/CMakeLists.txt -index f039db1..107c7e0 100644 ---- a/icons-dark/CMakeLists.txt -+++ b/icons-dark/CMakeLists.txt -@@ -11,7 +11,7 @@ endif(WIN32) - - ########### install files ############### - --set( breeze_icon_dark_dirs actions apps categories devices emblems emotes mimetypes places status) -+set( breeze_icon_dark_dirs actions applets apps categories devices emblems emotes mimetypes places status) - - - set(BREEZE_INSTALL_DIR ${ICON_INSTALL_DIR}/breeze-dark) -diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt -index 6c6e3b7..8f0066c 100644 ---- a/icons/CMakeLists.txt -+++ b/icons/CMakeLists.txt -@@ -11,7 +11,7 @@ endif(WIN32) - - ########### install files ############### - --set( breeze_icon_dirs actions apps categories devices emblems emotes mimetypes places status ) -+set( breeze_icon_dirs actions applets apps categories devices emblems emotes mimetypes places status ) - - - set(BREEZE_INSTALL_DIR ${ICON_INSTALL_DIR}/breeze) diff --git a/breeze-icons-5.17.0.tar.xz b/breeze-icons-5.17.0.tar.xz deleted file mode 100644 index 65c8b19..0000000 --- a/breeze-icons-5.17.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04e124a0371b9c67cec49e8a848f9af86c5999db9ce5bf0923fe217d6b091d88 -size 1401160 diff --git a/breeze5-icons.changes b/breeze5-icons.changes index 9710a1c..a4c83a3 100644 --- a/breeze5-icons.changes +++ b/breeze5-icons.changes @@ -2,8 +2,13 @@ Thu Dec 10 23:01:52 UTC 2015 - hrvoje.senjan@gmail.com - Update to 5.17.0 + * Many icons added or improved + * Use stylesheets in breeze icons (kde#126166) + * Fix and changed system-lock-screen (kde#355902) + * Add 24px dialog-information for GTK apps (kde#355204) * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.17.0.php +- Drop upstreamed applets.patch ------------------------------------------------------------------- Sun Nov 22 18:31:38 UTC 2015 - hrvoje.senjan@gmail.com diff --git a/breeze5-icons.spec b/breeze5-icons.spec index 818a23f..e964cc7 100644 --- a/breeze5-icons.spec +++ b/breeze5-icons.spec @@ -16,9 +16,9 @@ # -%define _tar_path 5.17 +%define _tar_path 5.16 Name: breeze5-icons -Version: 5.17.0 +Version: 5.16.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: fdupes BuildRequires: hicolor-icon-theme -BuildRequires: cmake(Qt5Core) >= 5.3.0 -BuildRequires: cmake(Qt5Test) >= 5.3.0 +BuildRequires: fdupes Requires: oxygen5-icon-theme BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -43,6 +43,7 @@ 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