File la-capitaine-icon-theme.spec of Package la-capitaine-icon-theme
#
# spec file for package la-capitaine-icon-theme
#
# Copyright (c) 2021 SUSE LLC
#
# 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 https://bugs.opensuse.org/
#
Name: la-capitaine-icon-theme
Version: 0.6.2
Release: 0
Summary: Icon theme inspired by macOS
License: GPL-3.0-or-later
Group: System/GUI/Other
URL: https://krourke.org/projects/art/la-capitaine-icon-theme
Source: https://github.com/keeferrourke/la-capitaine-icon-theme/archive/v%{version}.tar.gz
BuildRequires: hicolor-icon-theme
BuildRequires: icon-naming-utils >= 0.8.7
BuildArch: noarch
%description
La Capitaine is an icon pack, designed to integrate with most desktop environments. The set of icons takes inspiration from the latest iterations of macOS and Google's Material Design.
%prep
%setup -q
%build
echo $'n\nn\nn' | %configure
%install
mkdir -p "%{buildroot}/%{_datadir}/icons/la-capitaine"
cp -R * "%{buildroot}/%{_datadir}/icons/la-capitaine"
%files
%license COPYING LICENSE
%doc README.md Thanks.md
%{_datadir}/icons/*
%changelog