Files
packages/anda/themes/fluent-icon-theme/fluent-icon-theme.spec
T
Raboneko 23187f578c fix(fluent-icon-theme): try using symlinks (#6255) (#6259)
(cherry picked from commit b819a7f1bd)

Co-authored-by: madomado <madonuko@outlook.com>
2025-09-02 05:03:25 -05:00

39 lines
900 B
RPMSpec

%global tag 2025-08-21
Name: fluent-icon-theme
Version: 20250821
Release: 3%?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
Conflicts: %name
%description
Fluent icon theme for linux desktops.
%prep
%autosetup -n Fluent-icon-theme-%tag
%build
%install
mkdir -p %buildroot%_datadir/themes
./install.sh -a -d %buildroot%_datadir/icons
%fdupes -s %buildroot%_datadir/icons/
%files
%license COPYING
%doc README.md
%_datadir/icons/.Fluent{,-dark,-light}-base/
%_datadir/icons/Fluent{,-{green,grey,orange,pink,purple,red,teal,yellow}}{,-{dark,light}}/
%changelog
* Thu Jun 01 2023 Lleyton Gray <lleyton@fyralabs.com> - 20230201-1
- Initial Package