mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-05 11:22:19 +00:00
23187f578c
(cherry picked from commit b819a7f1bd)
Co-authored-by: madomado <madonuko@outlook.com>
39 lines
900 B
RPMSpec
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
|