mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-18 01:20:38 +00:00
9bbe91be03
* fix(lint): prismlauncher* fluent-icon-theme * fix(lint): fix lints for 6 packages (#578) * fix(lint): fix rpmlint lints for youki package * fix(lint): fix rpmlint lints for xdg-desktop-portal-pantheon * fix(lint): fix rpmlint lints for wingpanel package * fix(lint): fix rpmlint lints for wingpanel-indicator-sound package * fix(lint): fix rpmlint lints for wingpanel-indicator-session package * fix(lint): fix rpmlint lints for wingpanel-indicator-power package * fix(lint): * * fix random typos * feat: revert anda/desktops * fix: armcord-bin authy blahaj * fix: ... anki authy discord~ aya~sound groovy kotlin libappimage qt5-pim * fix: ... qdjango moby-buildx nim-nightly nim system76-scheduler unity-scope-home kondo pop-launcher fuc graalvm vala-lint-nightly * fix: armcord-bin authy blahaj groovy * fix: ... libappimage moby0buildx nim-nightly nim system76-scheduler subatomic * fix blahaj * fix: kondo * fix: libappimage moby-buildx system76-scheduler nim-nightly * fix: subatomic * fix: subatomic * fix: nim * Update anki.spec Signed-off-by: madomado <wboy111@outlook.com> * fix: libappimage nim-nightly * fix: moby-buildx subatomic * fix: moby-buildx subatomic --------- Signed-off-by: madomado <wboy111@outlook.com> Co-authored-by: HTGAzureX1212 <39023054+HTG-YT@users.noreply.github.com>
38 lines
786 B
RPMSpec
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
|