%define long_commit 8a241fef9de327ff41d7ac710d840ef74a5fb9ea %define short_commit 8a241fe Name: nwg-look Version: 1.0.6620260424g%{short_commit} 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/%{long_commit}.zip#/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 -n %{name}-%{long_commit} %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