Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:Rings:1-MinimalX
xsettingsd
xsettingsd.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xsettingsd.spec of Package xsettingsd
# # spec file for package xsettingsd # # Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: xsettingsd Version: 1.0.2 Release: 0 Summary: Provides settings to X11 applications License: BSD-3-Clause Group: System/X11/Utilities URL: https://github.com/derat/xsettingsd Source: https://github.com/derat/xsettingsd/archive/refs/tags/v%{version}.tar.gz BuildRequires: gcc-c++ BuildRequires: pkgconfig BuildRequires: scons BuildRequires: xz 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 mate-settings-daemon for users who are not using the MATE desktop environment but who still run GTK+ applications and want to configure things such as themes, font antialiasing/hinting, and UI sound effects. %prep %setup -q %if 0%{?suse_version} < 1210 # -Wno-narrowing makes the build to fail. sed -i 's/ -Wno-narrowing//' SConstruct %endif %build CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" scons %{?_smp_mflags} %install for file in %{name} dump_xsettings; do install -Dpm 0755 $file %{buildroot}%{_bindir}/$file install -Dpm 0644 $file.1 %{buildroot}%{_mandir}/man1/$file.1 done %files %license COPYING %doc README.md %{_bindir}/%{name} %{_bindir}/dump_xsettings %{_mandir}/man?/%{name}.?%{?ext_man} %{_mandir}/man?/dump_xsettings.?%{?ext_man} %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor