Package: gpointing-device-settings Version: 1.5.1-5 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu oneiric ubuntu-patch
In Ubuntu, the attached patch was applied to achieve the following: * Add undef-sym.patch: Define gsd_mouse_extension_plugin_class_finalize() to work with newer g-s-d. Fixes FTBFS. (LP: #831136) Thanks for considering the patch. -- System Information: Debian Release: wheezy/sid APT prefers oneiric-updates APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500, 'oneiric-proposed'), (500, 'oneiric') Architecture: amd64 (x86_64) Kernel: Linux 3.0.0-11-generic (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru gpointing-device-settings-1.5.1/debian/patches/series gpointing-device-settings-1.5.1/debian/patches/series --- gpointing-device-settings-1.5.1/debian/patches/series 2010-12-03 04:26:57.000000000 -0500 +++ gpointing-device-settings-1.5.1/debian/patches/series 2011-09-19 09:15:31.000000000 -0400 @@ -1,3 +1,4 @@ no-disable-deprecated.patch ignore-quilt-pc.patch fix-crash.patch +undef-sym.patch diff -Nru gpointing-device-settings-1.5.1/debian/patches/undef-sym.patch gpointing-device-settings-1.5.1/debian/patches/undef-sym.patch --- gpointing-device-settings-1.5.1/debian/patches/undef-sym.patch 1969-12-31 19:00:00.000000000 -0500 +++ gpointing-device-settings-1.5.1/debian/patches/undef-sym.patch 2011-09-19 09:19:42.000000000 -0400 @@ -0,0 +1,25 @@ +Description: Fix build with newer gnome-settings-daemon +Author: Gianluca Sforna <gia...@gmail.com> +Origin: Fedora, fixed in version 1.5.1-3, see also http://lists.fedoraproject.org/pipermail/devel/2010-December/147106.html +Forwarded: no +Reviewed-by: Daniel T Chen <crim...@ubuntu.com> +Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/gpointing-device-settings/+bug/831136 +Last-Updated: 2011-09-19 + +Index: gpointing-device-settings-1.5.1/modules/gnome-settings-daemon-plugins/gsd-pointing-device-plugin.c +=================================================================== +--- gpointing-device-settings-1.5.1.orig/modules/gnome-settings-daemon-plugins/gsd-pointing-device-plugin.c 2011-09-19 09:15:58.000000000 -0400 ++++ gpointing-device-settings-1.5.1/modules/gnome-settings-daemon-plugins/gsd-pointing-device-plugin.c 2011-09-19 09:15:56.000000000 -0400 +@@ -158,6 +158,12 @@ + plugin_class->activate = activate; + plugin_class->deactivate = deactivate; + } ++ ++ ++static void ++gsd_mouse_extension_plugin_class_finalize(GsdMouseExtensionPluginClass *klass) ++{ ++} + /* + vi:ts=4:nowrap:ai:expandtab:sw=4 + */