aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gfbgraph/gfbgraph/0001-Update-rest-requirement-to-rest-1.0.patch
blob: c24a9e569ff5c49aaee3b8ff7783d91796c5f38e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
From d058e6eb6c9ebf5f4fff89ec0ac93323fc64c1ba Mon Sep 17 00:00:00 2001
From: Tim Orling <ticotimo@gmail.com>
Date: Mon, 18 Oct 2021 08:42:35 -0700
Subject: [PATCH] Update rest requirement to rest-1.0

librest 0.8.1 declares rest-1.0 and was released four years ago.

https://gitlab.gnome.org/GNOME/librest/-/commit/2971b3b92701f70fc368ad64bd25cefaea043f87

Upstream-Status: Submitted
[https://gitlab.gnome.org/GNOME/libgfbgraph/-/merge_requests/6]

Signed-off-by: Tim Orling <ticotimo@gmail.com>

---
 .dir-locals.el       | 2 +-
 configure.ac         | 2 +-
 gfbgraph/Makefile.am | 2 +-
 libgfbgraph.pc.in    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.dir-locals.el b/.dir-locals.el
index 77abbf0..d39cdf2 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -3,7 +3,7 @@
                                "/usr/include/json-glib-1.0"
                                "/usr/include/goa-1.0"
                                "/usr/lib64/goa-1.0/include"
-                               "/usr/include/rest-0.7"
+                               "/usr/include/rest-1.0"
                                "/usr/include/dbus-1.0"
                                "/usr/lib64/dbus-1.0/include"
                                "/usr/include/gio-unix-2.0/"
diff --git a/configure.ac b/configure.ac
index fd1231f..9b49f3f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,7 +40,7 @@ AM_CONDITIONAL([ENABLE_GTK_DOC], false)
 
 GOBJECT_INTROSPECTION_CHECK([1.30.0])
 
-PKG_CHECK_MODULES(LIBGFBGRAPH, [glib-2.0 gio-2.0 gobject-2.0 rest-0.7 json-glib-1.0])
+PKG_CHECK_MODULES(LIBGFBGRAPH, [glib-2.0 gio-2.0 gobject-2.0 rest-1.0 json-glib-1.0])
 
 PKG_CHECK_MODULES(SOUP, [libsoup-2.4])
 SOUP_UNSTABLE_CPPFLAGS=-DLIBSOUP_USE_UNSTABLE_REQUEST_API
diff --git a/gfbgraph/Makefile.am b/gfbgraph/Makefile.am
index d07b90d..b993ab7 100644
--- a/gfbgraph/Makefile.am
+++ b/gfbgraph/Makefile.am
@@ -60,7 +60,7 @@ GFBGraph_@API_MAJOR@_@API_MINOR@_gir_INCLUDES = \
 	GLib-2.0 	\
 	Gio-2.0		\
 	GObject-2.0	\
-	Rest-0.7	\
+	Rest-1.0	\
 	Json-1.0	\
 	Soup-2.4
 
diff --git a/libgfbgraph.pc.in b/libgfbgraph.pc.in
index f87073e..d4f4e3a 100644
--- a/libgfbgraph.pc.in
+++ b/libgfbgraph.pc.in
@@ -9,6 +9,6 @@ apiversion=@API_VERSION@
 Name: libgfbgraph
 Description: GObject library for Facebook Graph API
 Version: @VERSION@
-Requires: gio-2.0 glib-2.0 goa-1.0 json-glib-1.0 libsoup-2.4 rest-0.7
+Requires: gio-2.0 glib-2.0 goa-1.0 json-glib-1.0 libsoup-2.4 rest-1.0
 Libs: -L${libdir} -lgfbgraph-${apiversion}
 Cflags: -I${includedir}/gfbgraph-@API_VERSION@