From c50fd170572f7c609c76f226de0c9849d68e2ac6 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Fri, 29 Aug 2025 00:52:36 -0700 Subject: [PATCH] fix(fluent-icon-theme): manually list out all files? (#6180) (#6198) * fix(fluent-icon-theme): manually list out all files? * bump --------- (cherry picked from commit 8bea1ac993fb0da1d69331209dad56a6fe864bbc) Signed-off-by: madomado Co-authored-by: madomado --- .../fluent-icon-theme/fluent-icon-theme.spec | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/anda/themes/fluent-icon-theme/fluent-icon-theme.spec b/anda/themes/fluent-icon-theme/fluent-icon-theme.spec index a1b0d81e3d..4dfa733b63 100644 --- a/anda/themes/fluent-icon-theme/fluent-icon-theme.spec +++ b/anda/themes/fluent-icon-theme/fluent-icon-theme.spec @@ -2,12 +2,12 @@ Name: fluent-icon-theme Version: 20250821 -Release: 1%?dist +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 +Source0: %url/archive/refs/tags/%tag.tar.gz BuildArch: noarch BuildRequires: gtk-update-icon-cache fdupes @@ -17,22 +17,21 @@ Conflicts: %name Fluent icon theme for linux desktops. %prep -%autosetup -n Fluent-icon-theme-%{tag} +%autosetup -n Fluent-icon-theme-%tag %build %install -mkdir -p %{buildroot}%{_datadir}/themes -./install.sh -a -d %{buildroot}%{_datadir}/icons +mkdir -p %buildroot%_datadir/themes +./install.sh -a -d %buildroot%_datadir/icons %fdupes %buildroot%_datadir/icons/ %files %license COPYING %doc README.md - -%{_datadir}/icons/Fluent*/ -%{_datadir}/icons/.Fluent* +%_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 - 20230201-1