File adw-gtk3-gtk-theme.spec of Package adw-gtk3-gtk-theme
Name: adw-gtk3-gtk-theme
Version: 6.2
Release: 1
Summary: The theme from libadwaita ported to GTK+3
License: LGPL-2.1-only
Group: System/GUI/Other
URL: https://github.com/lassekongo83/adw-gtk3
Source: v%{version}.tar.gz
%if "%{vendor}" == "debbuild"
Group: X11
Packager: Denis Garaev <garaevdi@yandex.ru>
BuildRequires: meson-deb-macros
%endif
BuildRequires: meson
BuildRequires: dart-sass
BuildArch: noarch
%description
%{summary}.
%prep
%autosetup -n adw-gtk3-%{version}
%build
%meson
%meson_build
%install
%meson_install
%files
%license LICENSE
%doc README.md
%{_datadir}/themes/adw-gtk3
%{_datadir}/themes/adw-gtk3-dark
%changelog