From 692a2be4febd7067acaace910931406af0b69ddc92de5b3af3597daa3c696023 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Mon, 15 May 2017 18:20:03 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/oxygen5-icon-theme?expand=0&rev=46 --- oxygen-icons5-5.33.0.tar.xz | 3 --- oxygen-icons5-5.34.0.tar.xz | 3 +++ oxygen5-icon-theme.changes | 11 +++++++++++ oxygen5-icon-theme.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 oxygen-icons5-5.33.0.tar.xz create mode 100644 oxygen-icons5-5.34.0.tar.xz diff --git a/oxygen-icons5-5.33.0.tar.xz b/oxygen-icons5-5.33.0.tar.xz deleted file mode 100644 index abc271c..0000000 --- a/oxygen-icons5-5.33.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76260e972c3cc42f6a6e8fc4663e808080cc87c005bad3369b6e0395a131779e -size 234233780 diff --git a/oxygen-icons5-5.34.0.tar.xz b/oxygen-icons5-5.34.0.tar.xz new file mode 100644 index 0000000..ab06813 --- /dev/null +++ b/oxygen-icons5-5.34.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45bd437534251fbfda48dc373fd7ea999be6ba8001e14e6db9eb971cb5eebd32 +size 234259068 diff --git a/oxygen5-icon-theme.changes b/oxygen5-icon-theme.changes index b276df2..88e3cc6 100644 --- a/oxygen5-icon-theme.changes +++ b/oxygen5-icon-theme.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon May 15 13:56:39 CEST 2017 - fabian@ritter-vogt.de + +- Update to 5.34.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.34.0.php +- Changes since 5.33.0: + * Add icon for hotspot (https://github.com/KDAB/hotspot) + * Raise default for 'Panel' icons to 48 + ------------------------------------------------------------------- Sat Apr 15 10:11:59 CEST 2017 - lbeltrame@kde.org diff --git a/oxygen5-icon-theme.spec b/oxygen5-icon-theme.spec index 6e250af..cad1c83 100644 --- a/oxygen5-icon-theme.spec +++ b/oxygen5-icon-theme.spec @@ -16,9 +16,9 @@ # -%define _tar_path 5.33 +%define _tar_path 5.34 Name: oxygen5-icon-theme -Version: 5.33.0 +Version: 5.34.0 Release: 0 Summary: Oxygen Icon Theme License: LGPL-3.0 From 09d88492c3f45afba5a817ca7ad4c8fd4eea19d54145c9ca55e653f555cf3b6e Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Fri, 19 May 2017 20:14:19 +0000 Subject: [PATCH 2/2] Accepting request 496856 from home:StefanBruens:branches:KDE:Frameworks5 Reduce dependency chain - Qt5Core/Qt5Test are not actually needed OBS-URL: https://build.opensuse.org/request/show/496856 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/oxygen5-icon-theme?expand=0&rev=47 --- oxygen5-icon-theme.changes | 6 ++++++ oxygen5-icon-theme.spec | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/oxygen5-icon-theme.changes b/oxygen5-icon-theme.changes index 88e3cc6..97b768b 100644 --- a/oxygen5-icon-theme.changes +++ b/oxygen5-icon-theme.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri May 19 19:45:42 UTC 2017 - stefan.bruens@rwth-aachen.de + +- Conditionalyze build dependency on Qt5Core/Qt5Test, which + are only required for the unused autotests. + ------------------------------------------------------------------- Mon May 15 13:56:39 CEST 2017 - fabian@ritter-vogt.de diff --git a/oxygen5-icon-theme.spec b/oxygen5-icon-theme.spec index cad1c83..117e808 100644 --- a/oxygen5-icon-theme.spec +++ b/oxygen5-icon-theme.spec @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +%bcond_with autotests %define _tar_path 5.34 Name: oxygen5-icon-theme @@ -40,8 +41,10 @@ BuildRequires: extra-cmake-modules BuildRequires: fdupes BuildRequires: kf5-filesystem BuildRequires: xz +%if %{with autotests} BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Test) +%endif Requires: hicolor-icon-theme Recommends: oxygen5-icon-theme-large Provides: oxygen-icon-theme = 15.08 @@ -54,6 +57,9 @@ This package contains the non-scalable icons of the Oxygen icon theme. %prep %setup -q -n oxygen-icons5-%{version} +%if %{without autotests} +sed -i -e's/.*autotests/# \0/' CMakeLists.txt +%endif %build %cmake_kf5 -d build