[xsettingsd] Initial import (#647926)

Pierre Carrier pcarrier at fedoraproject.org
Sun Oct 31 01:15:22 UTC 2010


commit 6c751dcd2f7fecca03895da43698e0becab2c02e
Author: Pierre Carrier <prc at redhat.com>
Date:   Sun Oct 31 01:15:23 2010 +0000

    Initial import (#647926)

 .gitignore      |    1 +
 sources         |    1 +
 xsettingsd.spec |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 48 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..0762ad6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/derat-xsettingsd-7804894.tar.gz
diff --git a/sources b/sources
index e69de29..a47d88c 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+5a1d656cae9460553d9a09f9fc8436c2  derat-xsettingsd-7804894.tar.gz
diff --git a/xsettingsd.spec b/xsettingsd.spec
new file mode 100644
index 0000000..bef3bf6
--- /dev/null
+++ b/xsettingsd.spec
@@ -0,0 +1,46 @@
+Name:		xsettingsd
+Version:	0
+%define commit_id 7804894
+Release:	0.1.20091208git%{commit_id}%{?dist}
+Summary:	Provides settings to X11 clients via the XSETTINGS specification
+
+Group:		System Environment/Daemons
+License:	BSD
+URL:		http://code.google.com/p/xsettingsd/
+
+# from http://github.com/derat/xsettingsd/tarball/%{commid_id}
+Source0:	derat-xsettingsd-%{commit_id}.tar.gz
+
+BuildRequires:	scons libstdc++-devel libX11-devel
+
+%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 anti-aliasing/hinting, and UI
+sound effects.
+
+%prep
+%setup -q -n derat-%{name}-%{commit_id}
+sed -i -e "s|-Wall -Werror|%{optflags}|g" SConstruct
+
+%build
+scons
+
+%install
+install -Dm0755 xsettingsd		%{buildroot}%{_bindir}/xsettingsd
+install -Dm0755 dump_xsettings		%{buildroot}%{_bindir}/dump_xsettings
+install -Dm0644 xsettingsd.1		%{buildroot}%{_mandir}/man1/xsettingsd.1
+install -Dm0644 dump_xsettings.1	%{buildroot}%{_mandir}/man1/dump_xsettings.1
+
+%files
+%defattr(-,root,root,-)
+%{_bindir}/*
+%{_mandir}/man1/*
+%doc README COPYING
+
+%changelog
+* Fri Oct 29 2010 Pierre Carrier <prc at redhat.com> 0-0.1.20091208git7804894
+- Initial packaging


More information about the scm-commits mailing list