File papirus-icon-theme.spec of Package papirus-icon-theme
#
# spec file for package papirus-icon-theme
#
# Copyright (c) 2017 SUSE LINUX 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/
#
Name: papirus-icon-theme
Version: 20171005
Release: 1
Summary: Papirus icon theme for Linux
License: GPL-3.0
Group: System/GUI/Other
Url: https://github.com/PapirusDevelopmentTeam/papirus-icon-theme
Source: %{name}-%{version}.tar.bz2
BuildRequires: automake
BuildRequires: fdupes
Requires(post): gtk3-tools
BuildArch: noarch
Obsoletes: %{name} < %{version}
%description
Papirus - A free and open source SVG icon theme for Linux systems, based on Paper with a few extras like
hardcode-tray support, kde-color-scheme support, libreoffice icon theme, filezilla theme, smplayer themes ...)
and other modifications. The theme is available for GTK and KDE.
This package contains the following icon themes:
Papirus
Papirus-Dark
Papirus-Light
Note, that Papirus-Adapta Papirus-Adapta-Nokto are removed since > 20181007.
%prep
%setup -q
%build
%install
make DESTDIR=%{buildroot} install
%fdupes %{buildroot}
%post
%icon_theme_cache_post Papirus
%icon_theme_cache_post Papirus-Light
%icon_theme_cache_post Papirus-Dark
%files
%defattr(-,root,root)
%doc LICENSE README.md
%{_datadir}/icons/Papirus
%{_datadir}/icons/Papirus-Light
%{_datadir}/icons/Papirus-Dark
%changelog