mirror of
https://abf.rosa.ru/djam/xsettingsd.git
synced 2025-02-23 08:42:58 +00:00
Automatic import for version 1.0.2-1
This commit is contained in:
commit
c75011f7f9
2 changed files with 38 additions and 0 deletions
2
.abf.yml
Normal file
2
.abf.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
sources:
|
||||
"v1.0.2.tar.gz": 4322aac381c8ca8de14771d15ea5c9052d6050be
|
36
xsettingsd.spec
Normal file
36
xsettingsd.spec
Normal file
|
@ -0,0 +1,36 @@
|
|||
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: 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
|
Loading…
Add table
Reference in a new issue