File Qogir-icon-theme.spec of Package Qogir-icon-theme
#
# spec file for package papirus-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: Qogir-icon-theme
Version: 2020.11.22
Release: 0
Summary: A colorful design icon theme for linux desktops
License: GPL-3.0-only
Group: System/GUI/Other
URL: https://www.pling.com/p/1296407/
Source: https://github.com/vinceliuice/Qogir-icon-theme/archive/2020-11-22.tar.gz#/%{name}-%{version}.tar.gz
# PATCH-FIX-UPSTREAM https://github.com/vinceliuice/Qogir-icon-theme/pull/47
Patch0: aegisub.patch
BuildRequires: hicolor-icon-theme
BuildRequires: gtk2-tools
BuildRequires: fdupes
BuildArch: noarch
%description
A flat colorful design icon theme for linux desktops based on:
arc, faba and Tela icon themes.
%prep
%autosetup -n %{name}-2020-11-22 -p1
%build
%install
mkdir -p %{buildroot}%{_datadir}/icons/
./install.sh --dest %{buildroot}%{_datadir}/icons/
%fdupes %{buildroot}%{_datadir}/icons/
%files
%doc README.md AUTHORS
%license COPYING
%{_datadir}/icons/Qogir
%{_datadir}/icons/Qogir-ubuntu
%{_datadir}/icons/Qogir-manjaro
%{_datadir}/icons/Qogir-dark
%{_datadir}/icons/Qogir-ubuntu-dark
%{_datadir}/icons/Qogir-manjaro-dark
%changelog