Andrew Geissler | 89770b0 | 2020-06-13 10:40:47 -0500 | [diff] [blame] | 1 | SUMMARY = "A GObject library for Facebook Graph API" |
| 2 | SECTION = "x11/gnome" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 3 | LICENSE = "LGPL-2.1-only" |
Andrew Geissler | 89770b0 | 2020-06-13 10:40:47 -0500 | [diff] [blame] | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=5804fe91d3294da4ac47c02b454bbc8a" |
| 5 | |
| 6 | DEPENDS = " \ |
| 7 | glib-2.0 \ |
| 8 | json-glib \ |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 9 | librest \ |
| 10 | libsoup-2.4 \ |
Andrew Geissler | 89770b0 | 2020-06-13 10:40:47 -0500 | [diff] [blame] | 11 | gnome-online-accounts \ |
| 12 | " |
| 13 | |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 14 | inherit gnomebase gtk-doc gobject-introspection pkgconfig features_check |
| 15 | |
| 16 | # for gnome-online-accounts |
| 17 | REQUIRED_DISTRO_FEATURES = "x11" |
Andrew Geissler | 89770b0 | 2020-06-13 10:40:47 -0500 | [diff] [blame] | 18 | |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 19 | #SRC_URI += " file://0001-Update-rest-requirement-to-rest-1.0.patch" |
Patrick Williams | de0582f | 2022-04-08 10:23:27 -0500 | [diff] [blame] | 20 | SRC_URI[archive.sha256sum] = "9cb381b3f78ba1136df97af3f06e3b11dcc2ab339ac08f74eda0f8057d6603e3" |
Andrew Geissler | 89770b0 | 2020-06-13 10:40:47 -0500 | [diff] [blame] | 21 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 22 | do_install:append() { |
Andrew Geissler | 89770b0 | 2020-06-13 10:40:47 -0500 | [diff] [blame] | 23 | # they install all the autotools files (NEWS AUTHORS..) to /usr/doc which |
| 24 | # is not a standard path exactly |
| 25 | rm -rf ${D}${prefix}/doc |
| 26 | } |