rpms/gnome-settings-daemon/devel not-smart.patch, NONE, 1.1 gnome-settings-daemon.spec, 1.155, 1.156

Matthias Clasen mclasen at fedoraproject.org
Thu May 27 23:31:48 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/gnome-settings-daemon/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4125

Modified Files:
	gnome-settings-daemon.spec 
Added Files:
	not-smart.patch 
Log Message:
fix smartcard stuff


not-smart.patch:
 Makefile.am |    2 ++
 1 file changed, 2 insertions(+)

--- NEW FILE not-smart.patch ---
diff -up gnome-settings-daemon-2.31.2/plugins/smartcard/Makefile.am.not-smart gnome-settings-daemon-2.31.2/plugins/smartcard/Makefile.am
--- gnome-settings-daemon-2.31.2/plugins/smartcard/Makefile.am.not-smart	2010-05-06 07:19:56.000000000 -0400
+++ gnome-settings-daemon-2.31.2/plugins/smartcard/Makefile.am	2010-05-27 19:27:18.619425527 -0400
@@ -37,7 +37,9 @@ endif
 plugin_in_files = \
 	smartcard.gnome-settings-plugin.in
 
+if SMARTCARD_SUPPORT
 plugin_DATA = $(plugin_in_files:.gnome-settings-plugin.in=.gnome-settings-plugin)
+endif
 
 EXTRA_DIST = \
 	$(plugin_in_files)


Index: gnome-settings-daemon.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-settings-daemon/devel/gnome-settings-daemon.spec,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -p -r1.155 -r1.156
--- gnome-settings-daemon.spec	27 May 2010 22:08:25 -0000	1.155
+++ gnome-settings-daemon.spec	27 May 2010 23:31:48 -0000	1.156
@@ -39,6 +39,8 @@ Patch3: slight-hinting.patch
 # https://bugzilla.gnome.org/show_bug.cgi?id=610319
 Patch4: keyboard-icon.patch
 
+Patch5: not-smart.patch
+
 %description
 A daemon to share settings from GNOME to other applications. It also
 handles global keybindings, as well as a number of desktop-wide settings.
@@ -58,6 +60,7 @@ developing applications that use %{name}
 %setup -q
 %patch3 -p1 -b .slight-hinting
 %patch4 -p1 -b .keyboard-icon
+%patch5 -p1 -b .not-smart
 
 autoreconf -i -f
 



More information about the scm-commits mailing list