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..97b768b 100644 --- a/oxygen5-icon-theme.changes +++ b/oxygen5-icon-theme.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +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 + +- 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..117e808 100644 --- a/oxygen5-icon-theme.spec +++ b/oxygen5-icon-theme.spec @@ -15,10 +15,11 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +%bcond_with autotests -%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 @@ -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