Name: nwg-look Version: 1.0.6 Release: 2%{?dist} Summary: GTK3 settings editor adapted to work in the wlroots environment. License: MIT URL: https://github.com/nwg-piotr/nwg-look Source: https://github.com/nwg-piotr/nwg-look/archive/refs/tags/v%{version}.tar.gz ExclusiveArch: x86_64 BuildRequires: git 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. You do not need to set gsettings in the sway config file. You do not need the import-gsettings script. %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