Files
packages/anda/themes/fluent-icon-theme/fluent-icon-theme.spec
T
madomado 6acd48643b chore: sync with Terra 38 (#598)
* chore: sync with Terra 38

* bump: libappimage

* fix(ci): add lint and `dnf in` tests

* fix(ci): bump commit-comment to @v2

Signed-off-by: madomado <wboy111@outlook.com>

---------

Signed-off-by: madomado <wboy111@outlook.com>
2023-06-20 14:23:29 -07:00

38 lines
786 B
RPMSpec

%global tag 2023-06-07
Name: fluent-icon-theme
Version: 20230607
Release: 2%{?dist}
Summary: Fluent icon theme for linux desktops
License: GPL-3.0
URL: https://github.com/vinceliuice/Fluent-icon-theme/
Source0: %{url}/archive/refs/tags/%{tag}.tar.gz
BuildArch: noarch
BuildRequires: gtk-update-icon-cache fdupes
%description
Fluent icon theme for linux desktops.
%prep
%autosetup -n Fluent-icon-theme-%{tag}
%build
%install
mkdir -p %{buildroot}%{_datadir}/themes
./install.sh -r -a -d %{buildroot}%{_datadir}/icons
%fdupes %buildroot%_datadir/icons/
%files
%license COPYING
%doc README.md
%{_datadir}/icons/Fluent*/
%changelog
* Thu Jun 01 2023 Lleyton Gray <lleyton@fyralabs.com> - 20230201-1
- Initial Package