File mingw64-oxygen-icon-theme.spec of Package mingw64-oxygen-icon-theme
#
# spec file for package oxygen-icon-theme
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define _name oxygen-icon-theme
Name: mingw64-%{_name}
Version: 5.47.0
Release: 0
Summary: Oxygen Icon Theme
License: LGPL-2.1-or-later
Group: System/GUI/KDE
Url: http://www.kde.org
Source0: http://download.kde.org/stable/frameworks/5.47/oxygen-icons5-%{version}.tar.xz
Source1: 22x22-package-manager-icon.png
Source2: 32x32-package-manager-icon.png
Source3: 48x48-package-manager-icon.png
Source4: 22x22_folder-html.png
Source5: 32x32_folder-html.png
Source6: 48x48_folder-html.png
Source7: 64x64_folder-html.png
Source8: 128x128_folder-html.png
Source9: 256x256_folder-html.png
Source10: 16x16_folder-html.png
BuildRequires: mingw64-cross-cmake
BuildRequires: mingw64-cross-gcc
BuildRequires: mingw64-cross-gcc-c++
BuildRequires: mingw64-extra-cmake-modules
#BuildRequires: mingw64-filesystem
BuildRequires: mingw64-kf5-filesystem
BuildRequires: mingw64-libqt5-qtbase-devel
BuildRequires: mingw64-xz
Requires: mingw64-hicolor-icon-theme
Recommends: mingw64-oxygen-icon-theme-large
#Provides: kdelibs4-icons = 3.92.0
#Obsoletes: kdelibs4-icons < 3.92.0
%_mingw64_package_header_debug
BuildArch: noarch
%description
This package contains the non-scalable icons of the Oxygen icon theme.
%_mingw64_debug_package
%prep
%setup -q -n %{_name}-%{version} -n oxygen-icons5-%{version}
%build
%_mingw64_cmake_kf5 -d build
%_mingw64_cmake_build
%install
P=$(pwd)
%_mingw64_cmake_install
install -D -m 0644 %{SOURCE1} %{buildroot}%{_mingw64_datadir}/icons/oxygen/22x22/apps/package-manager-icon.png
install -D -m 0644 %{SOURCE2} %{buildroot}%{_mingw64_datadir}/icons/oxygen/32x32/apps/package-manager-icon.png
install -D -m 0644 %{SOURCE3} %{buildroot}%{_mingw64_datadir}/icons/oxygen/48x48/apps/package-manager-icon.png
install -D -m 0644 %{SOURCE4} %{buildroot}%{_mingw64_datadir}/icons/oxygen/22x22/places/folder-html.png
install -D -m 0644 %{SOURCE5} %{buildroot}%{_mingw64_datadir}/icons/oxygen/32x32/places/folder-html.png
install -D -m 0644 %{SOURCE6} %{buildroot}%{_mingw64_datadir}/icons/oxygen/48x48/places/folder-html.png
install -D -m 0644 %{SOURCE7} %{buildroot}%{_mingw64_datadir}/icons/oxygen/64x64/places/folder-html.png
install -D -m 0644 %{SOURCE8} %{buildroot}%{_mingw64_datadir}/icons/oxygen/128x128/places/folder-html.png
install -D -m 0644 %{SOURCE9} %{buildroot}%{_mingw64_datadir}/icons/oxygen/256x256/places/folder-html.png
install -D -m 0644 %{SOURCE10} %{buildroot}%{_mingw64_datadir}/icons/oxygen/16x16/places/folder-html.png
for i in 16x16 22x22 32x32 48x48 64x64 128x128 256x256;
do
install -D -m 0644 %{buildroot}%{_mingw64_datadir}/icons/oxygen/${i}/places/folder-html.png %{buildroot}%{_mingw64_datadir}/icons/oxygen/${i}/places/folder_html.png
#install -D -m 0644 %{buildroot}%{_mingw64_datadir}/icons/oxygen/${i}/places/folder-documents.png %{buildroot}%{_mingw64_datadir}/icons/oxygen/${i}/apps/document.png;
done
cp -r $P/scalable %{buildroot}%{_mingw64_datadir}/icons/oxygen
%package scalable
Summary: Oxygen Icon Theme
Group: System/GUI/KDE
Requires: mingw64-oxygen-icon-theme = %{version}
#Provides: kdelibs4-icons-scalable = 3.92.0
#Obsoletes: kdelibs4-icons-scalable < 3.92.0
%description scalable
This package contains the scalable icons of the Oxygen icon theme.
%files scalable
%defattr(-,root,root)
%{_mingw64_datadir}/icons/oxygen/scalable
%package large
Summary: Oxygen Icon Theme
Group: System/GUI/KDE
Requires: mingw64-oxygen-icon-theme = %{version}
%description large
This package contains the large (128x128 and larger) non-scalable icons of the Oxygen icon theme.
%files large
%defattr(-,root,root)
%{_mingw64_datadir}/icons/oxygen/128x128
%{_mingw64_datadir}/icons/oxygen/256x256
%files
%defattr(-,root,root)
%exclude %{_mingw64_datadir}/icons/oxygen/scalable
%exclude %{_mingw64_datadir}/icons/oxygen/128x128
%exclude %{_mingw64_datadir}/icons/oxygen/256x256
%{_mingw64_datadir}/icons/oxygen
%changelog