Name: nwg-look Version: 1.0.6 Release: 1%{?dist} Summary: GTK3 settings editor adapted to work in the wlroots environment. License: MIT URL: https://github.com/nwg-piotr/nwg-look Source: %{url}/archive/refs/tags/v%{version}.tar.gz BuildRequires: git-core BuildRequires: make BuildRequires: golang BuildRequires: gtk3-devel BuildRequires: libappindicator-gtk3-devel %description This application is a part of the nwg-shell project. Nwg-look is a GTK settings editor, designed to work properly in wlroots-based Wayland environment. The look and feel is strongly influenced by LXAppearance, but nwg-look is intended to free the user from a few inconveniences: - It works natively on Wayland. You no longer need Xwayland, nor strange env variables for it to run. - It applies gsettings directly, with no need to use workarounds. %prep %autosetup %build make build %install %make_install %files %license LICENSE %doc README.md %{_bindir}/%{name} %{_datadir}/%{name}/main.glade %{_datadir}/%{name}/langs/* %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}.svg %changelog %autochangelog