Files
packages/anda/themes/fluent-theme/fluent-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

45 lines
1.0 KiB
RPMSpec

%global tag 2023-06-20
Name: fluent-theme
Version: 20230620
Release: 1%{?dist}
Summary: Fluent design theme for GNOME/GTK based desktop environments
License: GPL-3.0
URL: https://github.com/vinceliuice/Fluent-gtk-theme
Source0: https://github.com/vinceliuice/Fluent-gtk-theme/archive/refs/tags/%{tag}.tar.gz
BuildArch: noarch
BuildRequires: sassc fdupes
Requires: gtk-murrine-engine
%description
Fluent is a %summary.
%prep
%autosetup -n Fluent-gtk-theme-%{tag}
%build
./parse-sass.sh
%install
mkdir -p %{buildroot}%{_datadir}/themes
./install.sh -i simple -t all -d %{buildroot}%{_datadir}/themes
./install.sh -i simple -t all --tweaks round float -d %{buildroot}%{_datadir}/themes
%fdupes %buildroot%_datadir
%files
%license COPYING
%doc README.md
%{_datadir}/themes/Fluent*/
%changelog
* Sun Jun 05 2023 Dipta Biswas <dabiswas112@gmail.com@> - 20221215-2
- Included both regular and round variant
* Thu Jun 01 2023 Lleyton Gray <lleyton@fyralabs.com> - 20221215-1
- Initial Package