File super_flat_remix-icon-theme-git.spec of Package super_flat_remix-icon-theme-git
#
# spec file for package super_flat_remix-icon-theme-git
#
# 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 realname Flat Remix
%define fakename FlatRemix
Name: super_flat_remix-icon-theme-git
Version: 20230811T101149
Release: 0
License: CC-BY-SA-3.0
Summary: %{realname} - A SVG flat icon-theme for Gnome 3.10+
Url: http://gnome-look.org/content/show.php/Super+flat+remix+icon+theme?content=169073
Group: System/X11/Icons
Source: Flat-Remix-%{version}.tar.xz
BuildRequires: fdupes
BuildRequires: hicolor-icon-theme
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
Super Flat remix is a pretty simple icon theme, derived from Ultra-Flat-Icons, Paper and Evopop icon themes. Its design is mostly flat with a subtle use of shadows, highlights and gradients for some depth.
It should work with most linux distributions, under gnome, unity, cinammon, xfce, kde etc
Github: https://github.com/daniruiz/Super-Flat-Remix
%prep
%setup -q -n Flat-Remix-%{version}
%build
# no need to build
%install
%{__make} install DESTDIR=%{buildroot}
#mkdir -p %{buildroot}%{_datadir}/icons/
#mv -v "%{realname}" %{buildroot}%{_datadir}/icons/%{fakename}
%fdupes %{buildroot}
%icon_theme_cache_create_ghost Flat-Remix
%icon_theme_cache_create_ghost Flat-Remix-Dark
%icon_theme_cache_create_ghost Flat-Remix-Light
%post
%icon_theme_cache_post Flat-Remix
%icon_theme_cache_post Flat-Remix-Dark
%icon_theme_cache_post Flat-Remix-Light
%postun
%icon_theme_cache_postun Flat-Remix
%icon_theme_cache_postun Flat-Remix-Dark
%icon_theme_cache_postun Flat-Remix-Light
%files
%defattr(-,root,root)
%license LICENSE
%doc AUTHORS
%{_datadir}/icons/Flat*
%changelog