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" |
| 3 | LICENSE = "LGPLv2.1" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=5804fe91d3294da4ac47c02b454bbc8a" |
| 5 | |
| 6 | DEPENDS = " \ |
| 7 | glib-2.0 \ |
| 8 | json-glib \ |
| 9 | rest \ |
| 10 | gnome-online-accounts \ |
| 11 | " |
| 12 | |
Andrew Geissler | eff2747 | 2021-10-29 15:35:00 -0500 | [diff] [blame] | 13 | inherit gnomebase gtk-doc gobject-introspection pkgconfig |
Andrew Geissler | 89770b0 | 2020-06-13 10:40:47 -0500 | [diff] [blame] | 14 | |
Andrew Geissler | eff2747 | 2021-10-29 15:35:00 -0500 | [diff] [blame] | 15 | SRC_URI += " file://0001-Update-rest-requirement-to-rest-1.0.patch" |
Andrew Geissler | 89770b0 | 2020-06-13 10:40:47 -0500 | [diff] [blame] | 16 | SRC_URI[archive.md5sum] = "c38af63e49f8fe8baad99537956b69ba" |
| 17 | SRC_URI[archive.sha256sum] = "6065391f35e7335588cc6b0cc4c1abbce7341488573a654551264cb9793b9379" |
| 18 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 19 | do_install:append() { |
Andrew Geissler | 89770b0 | 2020-06-13 10:40:47 -0500 | [diff] [blame] | 20 | # they install all the autotools files (NEWS AUTHORS..) to /usr/doc which |
| 21 | # is not a standard path exactly |
| 22 | rm -rf ${D}${prefix}/doc |
| 23 | } |