From be971aa3682734477c87314b04123dfbe136304a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 27 May 2010 23:31:48 +0000 Subject: [PATCH] fix smartcard stuff --- gnome-settings-daemon.spec | 3 +++ not-smart.patch | 13 +++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 not-smart.patch diff --git a/gnome-settings-daemon.spec b/gnome-settings-daemon.spec index 22ba7af..3b8c28e 100644 --- a/gnome-settings-daemon.spec +++ b/gnome-settings-daemon.spec @@ -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 diff --git a/not-smart.patch b/not-smart.patch new file mode 100644 index 0000000..b9dc8c6 --- /dev/null +++ b/not-smart.patch @@ -0,0 +1,13 @@ +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)