Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
5478c00263 | ||
|
2b24689b14 | ||
|
c6abb7e4cc | ||
|
7fc7db046d | ||
|
927237f3e4 | ||
|
116972e62e | ||
|
de60b4793c |
@ -1,8 +1,8 @@
|
||||
diff -up gnome-settings-daemon-3.5.4/configure.ac.ppc-no-wacom gnome-settings-daemon-3.5.4/configure.ac
|
||||
--- gnome-settings-daemon-3.5.4/configure.ac.ppc-no-wacom 2012-07-17 18:42:41.000000000 +0200
|
||||
+++ gnome-settings-daemon-3.5.4/configure.ac 2012-07-17 18:43:39.000000000 +0200
|
||||
@@ -222,12 +222,12 @@ dnl ------------------------------------
|
||||
PKG_CHECK_MODULES(COLOR, [colord >= 0.1.9 gnome-desktop-3.0 >= $GNOME_DESKTOP_REQUIRED_VERSION libcanberra-gtk3])
|
||||
@@ -248,12 +248,12 @@ fi
|
||||
AC_SUBST(GEOCLUE_DBUS_INTERFACE_XML)
|
||||
|
||||
dnl ---------------------------------------------------------------------------
|
||||
-dnl - wacom (disabled for s390/s390x and non Linux platforms)
|
||||
|
@ -6,8 +6,8 @@
|
||||
%global geocode_glib_version 3.10.0
|
||||
|
||||
Name: gnome-settings-daemon
|
||||
Version: 3.14.1
|
||||
Release: 2%{?dist}
|
||||
Version: 3.14.4
|
||||
Release: 1%{?dist}
|
||||
Summary: The daemon sharing settings from GNOME to GTK+/KDE applications
|
||||
|
||||
Group: System Environment/Daemons
|
||||
@ -45,7 +45,9 @@ BuildRequires: lcms2-devel >= 2.2
|
||||
BuildRequires: libXi-devel libXfixes-devel
|
||||
BuildRequires: systemd-devel
|
||||
BuildRequires: libXtst-devel
|
||||
%if 0%{?fedora}
|
||||
BuildRequires: libwayland-client-devel
|
||||
%endif
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: docbook-style-xsl
|
||||
BuildRequires: xkeyboard-config-devel
|
||||
@ -93,6 +95,9 @@ autoreconf -i -f
|
||||
|
||||
%build
|
||||
%configure --disable-static \
|
||||
%if 0%{?rhel}
|
||||
--disable-wayland \
|
||||
%endif
|
||||
--enable-profiling
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@ -256,6 +261,22 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
%{_libexecdir}/gsd-test-xsettings
|
||||
|
||||
%changelog
|
||||
* Fri May 01 2015 David King <amigadave@amigadave.com> - 3.14.4-1
|
||||
- Update to 3.14.4
|
||||
|
||||
* Tue Mar 24 2015 Rui Matos <rmatos@redhat.com> - 3.14.3-1
|
||||
- Update to 3.14.3
|
||||
- Remove upstreamed patch
|
||||
|
||||
* Tue Jan 20 2015 Bastien Nocera <bnocera@redhat.com> 3.14.2-2
|
||||
- Fix disabled touchscreens when resuming from suspend (#1173849)
|
||||
|
||||
* Tue Nov 11 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.2-1
|
||||
- Update to 3.14.2
|
||||
|
||||
* Sat Nov 01 2014 Richard Hughes <rhughes@redhat.com> - 3.14.1-3
|
||||
- Fix compile on RHEL
|
||||
|
||||
* Sun Oct 26 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-2
|
||||
- Obsolete drwright
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user