Accepting request 292415 from GNOME:Next
Please forward to openSUSE:Factory to fix build with GNOME 3.16 OBS-URL: https://build.opensuse.org/request/show/292415 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdbus-c++?expand=0&rev=11
This commit is contained in:
parent
ac83fc858a
commit
c38223ea0e
14
libdbus-c++-glibmm-2.43.patch
Normal file
14
libdbus-c++-glibmm-2.43.patch
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
diff -rupN libdbus-c++-0.9.0/examples/glib/dbus-browser.h libdbus-c++-0.9.0-new/examples/glib/dbus-browser.h
|
||||||
|
--- libdbus-c++-0.9.0/examples/glib/dbus-browser.h 2015-03-05 23:43:26.903517530 +0100
|
||||||
|
+++ libdbus-c++-0.9.0-new/examples/glib/dbus-browser.h 2011-11-28 16:03:19.000000000 +0100
|
||||||
|
@@ -1,9 +1,9 @@
|
||||||
|
#ifndef __DEMO_DBUS_BROWSER_H
|
||||||
|
#define __DEMO_DBUS_BROWSER_H
|
||||||
|
|
||||||
|
+#include <gtkmm.h>
|
||||||
|
#include <dbus-c++/dbus.h>
|
||||||
|
#include <dbus-c++/glib-integration.h>
|
||||||
|
-#include <gtkmm.h>
|
||||||
|
|
||||||
|
#include "dbus-glue.h"
|
||||||
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 23 10:03:24 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Add libdbus-c++-glibmm-2.43.patch: Fix build with glibmm 2.4,
|
||||||
|
which has the bind_property macro defined already.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 23 14:03:27 UTC 2013 - coolo@suse.com
|
Mon Dec 23 14:03:27 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libdbus-c++
|
# spec file for package libdbus-c++
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -33,6 +33,8 @@ Patch1: libdbus-c++-pthread.patch
|
|||||||
Patch2: libdbus-c++-nodocdatetime.patch
|
Patch2: libdbus-c++-nodocdatetime.patch
|
||||||
# Fix gcc47 build errors
|
# Fix gcc47 build errors
|
||||||
Patch3: libdbus-c++-gcc47.patch
|
Patch3: libdbus-c++-gcc47.patch
|
||||||
|
# PATCH-FIX-UPSTREAM libdbus-c++-glibmm-2.43.patch dimstar@opensuse.org -- Fix build with glibmm2 2.43.x+
|
||||||
|
Patch4: libdbus-c++-glibmm-2.43.patch
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: dos2unix
|
BuildRequires: dos2unix
|
||||||
@ -95,6 +97,7 @@ optional own main loop. Files for building against libdbus-c++
|
|||||||
%patch1
|
%patch1
|
||||||
%patch2
|
%patch2
|
||||||
%patch3
|
%patch3
|
||||||
|
%patch4 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#./autogen.sh
|
#./autogen.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user