mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-25 04:50:44 +00:00
c55a631c6d
* Add both round and regular theme Right now only Fluent round theme is packaged. This commit also adds the regular themes. Thanks to the AUR maintainers, I've shamelessly copied their work. Signed-off-by: Dipta Biswas <73038615+hazel-bunny@users.noreply.github.com> * Update fluent-theme.spec Bump release and add changelog Signed-off-by: Dipta Biswas <73038615+hazel-bunny@users.noreply.github.com> --------- Signed-off-by: Dipta Biswas <73038615+hazel-bunny@users.noreply.github.com>
43 lines
1.1 KiB
RPMSpec
43 lines
1.1 KiB
RPMSpec
%global tag 2022-12-15
|
|
|
|
Name: fluent-theme
|
|
Version: 20221215
|
|
Release: 2%{?dist}
|
|
Summary: Fluent is a 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
|
|
|
|
Requires: gtk-murrine-engine
|
|
|
|
%description
|
|
Fluent is a Fluent design theme for GNOME/GTK based desktop environments.
|
|
|
|
%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
|
|
|
|
%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
|