xsettingsd/xsettingsd.spec
2021-01-16 07:15:24 +00:00

37 lines
1,002 B
RPMSpec

Summary: Provides settings to X11 applications via the XSETTINGS specification
Name: xsettingsd
Version: 1.0.2
Release: 1
Group: Graphical desktop/Other
License: BSD
Url: https://github.com/derat/xsettingsd
Source0: https://github.com/derat/xsettingsd/archive/v%{version}.tar.gz
BuildRequires: cmake
BuildRequires: scons
BuildRequires: pkgconfig(x11)
%description
xsettingsd is a daemon that implements the XSETTINGS specification.
It is intended to be small, fast, and minimally dependent on other
libraries. It can serve as an alternative to gnome-settings-daemon for
users who are not using the GNOME desktop environment but who still run
GTK+ applications and want to configure things such as themes, font
antialiasing/hinting, and UI sound effects.
%prep
%autosetup -p1
%build
%cmake
%make
%install
%makeinstall_std -C build
%files
%doc COPYING
%{_bindir}/%{name}
%{_bindir}/dump_xsettings
%{_mandir}/man1/%{name}.1.*
%{_mandir}/man1/dump_xsettings.1.*
%{_userunitdir}/xsettingsd.service