diff options
Diffstat (limited to 'meta-oe/recipes-gnome/libpeas/libpeas_1.32.0.bb')
| -rw-r--r-- | meta-oe/recipes-gnome/libpeas/libpeas_1.32.0.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-oe/recipes-gnome/libpeas/libpeas_1.32.0.bb b/meta-oe/recipes-gnome/libpeas/libpeas_1.32.0.bb new file mode 100644 index 0000000000..944b21d1a9 --- /dev/null +++ b/meta-oe/recipes-gnome/libpeas/libpeas_1.32.0.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | SUMMARY = "libpeas is a gobject-based plugins engine" | ||
| 2 | HOMEPAGE = "https://wiki.gnome.org/Projects/Libpeas" | ||
| 3 | LICENSE = "LGPL-2.1-or-later" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4b54a1fd55a448865a0b32d41598759d" | ||
| 5 | |||
| 6 | DEPENDS = "gtk+3" | ||
| 7 | |||
| 8 | GNOMEBASEBUILDCLASS = "meson" | ||
| 9 | GTKDOC_MESON_OPTION = "gtk_doc" | ||
| 10 | |||
| 11 | inherit gnomebase gobject-introspection gtk-doc gtk-icon-cache features_check | ||
| 12 | |||
| 13 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | ||
| 14 | |||
| 15 | SRC_URI[archive.sha256sum] = "d625520fa02e8977029b246ae439bc218968965f1e82d612208b713f1dcc3d0e" | ||
| 16 | |||
| 17 | PACKAGECONFIG[python3] = "-Dpython3=true,-Dpython3=false,python3-pygobject" | ||
| 18 | |||
| 19 | PACKAGES =+ "${PN}-demo ${PN}-python3" | ||
| 20 | FILES:${PN}-demo = " \ | ||
| 21 | ${bindir}/peas-demo \ | ||
| 22 | ${libdir}/peas-demo \ | ||
| 23 | " | ||
| 24 | |||
| 25 | RDEPENDS:${PN}-python3 = "python3-pygobject" | ||
| 26 | FILES:${PN}-python3 = "${libdir}/libpeas-1.0/loaders/libpython3loader.so" | ||
