From 3bf9712f0ffdd97b7909e60935216a0c7d25bf2979317b0f541d9738f5e4a569 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Mon, 20 Aug 2018 12:58:53 +0000 Subject: [PATCH] Update to 5.49.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/oxygen5-icon-theme?expand=0&rev=83 --- oxygen-icons5-5.48.0.tar.xz | 3 --- oxygen-icons5-5.49.0.tar.xz | 3 +++ oxygen5-icon-theme.changes | 10 ++++++++++ oxygen5-icon-theme.spec | 39 ++++++++++++++++--------------------- 4 files changed, 30 insertions(+), 25 deletions(-) delete mode 100644 oxygen-icons5-5.48.0.tar.xz create mode 100644 oxygen-icons5-5.49.0.tar.xz diff --git a/oxygen-icons5-5.48.0.tar.xz b/oxygen-icons5-5.48.0.tar.xz deleted file mode 100644 index 6843918..0000000 --- a/oxygen-icons5-5.48.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc7270213b9b2844d03f15e552bd4dd5abe0e9770c24b83a4f7efdd7857fc123 -size 236772824 diff --git a/oxygen-icons5-5.49.0.tar.xz b/oxygen-icons5-5.49.0.tar.xz new file mode 100644 index 0000000..baa3a6a --- /dev/null +++ b/oxygen-icons5-5.49.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af1c0b7484eaf273c8aad4749347772c6c46a6e172d437df368d9991b5019d52 +size 236771648 diff --git a/oxygen5-icon-theme.changes b/oxygen5-icon-theme.changes index 9bb2c6f..952069f 100644 --- a/oxygen5-icon-theme.changes +++ b/oxygen5-icon-theme.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Aug 19 09:19:33 UTC 2018 - christophe@krop.fr + +- Update to 5.49.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.49.0.php +- Changes since 5.48.0: + * None + ------------------------------------------------------------------- Mon Jul 16 04:37:47 UTC 2018 - lbeltrame@kde.org diff --git a/oxygen5-icon-theme.spec b/oxygen5-icon-theme.spec index 9a40082..0878cc3 100644 --- a/oxygen5-icon-theme.spec +++ b/oxygen5-icon-theme.spec @@ -16,20 +16,19 @@ # -%bcond_with autotests - -%define _tar_path 5.48 +%define _tar_path 5.49 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} +%bcond_with autotests Name: oxygen5-icon-theme -Version: 5.48.0 +Version: 5.49.0 Release: 0 Summary: Oxygen Icon Theme License: LGPL-3.0-only Group: System/GUI/KDE -Url: http://www.kde.org +URL: http://www.kde.org Source: http://download.kde.org/stable/frameworks/%{_tar_path}/oxygen-icons5-%{version}.tar.xz Source1: 22x22-package-manager-icon.png Source2: 32x32-package-manager-icon.png @@ -46,16 +45,15 @@ 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 Obsoletes: oxygen-icon-theme < 15.08 -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch +%if %{with autotests} +BuildRequires: pkgconfig(Qt5Core) +BuildRequires: pkgconfig(Qt5Test) +%endif %description This package contains the non-scalable icons of the Oxygen icon theme. @@ -72,7 +70,7 @@ sed -i -e's/.*autotests/# \0/' CMakeLists.txt %install cd build - make DESTDIR=%{buildroot} install +%make_install install -D -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/icons/oxygen/base/22x22/apps/package-manager-icon.png install -D -m 0644 %{SOURCE2} %{buildroot}%{_datadir}/icons/oxygen/base/32x32/apps/package-manager-icon.png install -D -m 0644 %{SOURCE3} %{buildroot}%{_datadir}/icons/oxygen/base/48x48/apps/package-manager-icon.png @@ -105,8 +103,7 @@ Obsoletes: oxygen-icon-theme-scalable < 15.08 This package contains the scalable icons of the Oxygen icon theme. %files scalable -%defattr(-,root,root) -%_kf5_iconsdir/oxygen/base/scalable +%{_kf5_iconsdir}/oxygen/base/scalable %package large Summary: Oxygen Icon Theme @@ -119,16 +116,14 @@ Obsoletes: oxygen-icon-theme-large < 15.08 This package contains the large (128x128 and larger) non-scalable icons of the Oxygen icon theme. %files large -%defattr(-,root,root) -%_kf5_iconsdir/oxygen/base/128x128 -%_kf5_iconsdir/oxygen/base/256x256 +%{_kf5_iconsdir}/oxygen/base/128x128 +%{_kf5_iconsdir}/oxygen/base/256x256 %files -%defattr(-,root,root) -%doc COPYING* -%exclude %_kf5_iconsdir/oxygen/base/scalable -%exclude %_kf5_iconsdir/oxygen/base/128x128 -%exclude %_kf5_iconsdir/oxygen/base/256x256 -%_kf5_iconsdir/oxygen +%license COPYING* +%exclude %{_kf5_iconsdir}/oxygen/base/scalable +%exclude %{_kf5_iconsdir}/oxygen/base/128x128 +%exclude %{_kf5_iconsdir}/oxygen/base/256x256 +%{_kf5_iconsdir}/oxygen %changelog