Accepting request 88333 from home:malcolmlewis:branches:GNOME:Factory
Add gnome-settings-daemon-fix-missing-wexitstatus.patch. OBS-URL: https://build.opensuse.org/request/show/88333 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-settings-daemon?expand=0&rev=112
This commit is contained in:
parent
018f56ed1a
commit
7a80be5c3d
10
gnome-settings-daemon-fix-missing-wexitstatus.patch
Normal file
10
gnome-settings-daemon-fix-missing-wexitstatus.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- plugins/power/gsd-power-manager.c 2011-09-26 10:49:43.000000000 -0500
|
||||
+++ plugins/power/gsd-power-manager.c.orig 2011-10-17 10:28:30.000000000 -0500
|
||||
@@ -24,6 +24,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
+#include <sys/wait.h>
|
||||
#include <glib/gi18n.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <libupower-glib/upower.h>
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 17 21:37:35 UTC 2011 - malcolmlewis@opensuse.org
|
||||
|
||||
- Add gnome-settings-daemon-fix-missing-wexitstatus.patch: add
|
||||
missing include that can cause issues at runtime, especially
|
||||
on 11.4 (bgo#662020).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 17 18:21:59 CEST 2011 - dimstar@opensuse.org
|
||||
|
||||
|
@ -35,12 +35,14 @@ Patch10: gnome-settings-daemon-bnc462640-mute-action.patch
|
||||
Patch11: gnome-settings-daemon-bnc461755-randr-rotate-wacom.diff
|
||||
# PATCH-NEEDS-REBASE PATCH-FIX-UPSTREAM gnome-settings-daemon-add-layout-switcher.patch bgo603806 vuntz@opensuse.org -- Add a layout switching combo if needed; the real fix implies some API change in libgnomekbd (see upstream bug)
|
||||
Patch13: gnome-settings-daemon-add-layout-switcher.patch
|
||||
# PATCH-NEEDSREBASE PATCH-FEATURE-OPENSUSE gnome-packagekit-fate302445.patch fate 302445
|
||||
# PATCH-NEEDS-REBASE PATCH-FEATURE-OPENSUSE gnome-packagekit-fate302445.patch fate 302445
|
||||
Patch14: gnome-packagekit-fate302445.patch
|
||||
# PATCH-NEEDSREBASE PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
|
||||
Patch15: gnome-packagekit-BNC383261.patch
|
||||
# PATCH-FIX-OPENSUSE gnome-settings-daemon-stop-reload-proxy-settings.patch bnc689592#c1, bnc#538353 glin@suse.com -- Stop g-s-d poping up the authentication dialog for reloading the proxy settings
|
||||
Patch17: gnome-settings-daemon-stop-reload-proxy-settings.patch
|
||||
# PATCH-FIX-UPSTREAM gnome-settings-daemon-fix-missing-wexitstatus.patch bgo#662020 malcolmlewis@opensuse.org -- Add missing include that can cause issues at runtime, especially on 11.4.
|
||||
Patch18: gnome-settings-daemon-fix-missing-wexitstatus.patch
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gnome-common
|
||||
# Disabled because of the non-rebased patches
|
||||
@ -142,6 +144,7 @@ translation-update-upstream
|
||||
#%%patch15 -p0
|
||||
%patch17 -p1
|
||||
%endif
|
||||
%patch18
|
||||
|
||||
%if 0%{?BUILD_FROM_VCS}
|
||||
NOCONFIGURE=1 /usr/bin/gnome-autogen.sh
|
||||
|
Loading…
Reference in New Issue
Block a user