diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2019-11-06 21:54:07 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-06 19:58:01 -0800 |
commit | 1ee642c8fb35ba9c6d57205158986054dcac8900 (patch) | |
tree | 1962ab70532a48a0d526c7d744f690823f4f06aa /meta-oe/recipes-gnome | |
parent | 40ea4c939a732ed6cbda40dfbe1c43dc69108aac (diff) | |
download | meta-openembedded-1ee642c8fb35ba9c6d57205158986054dcac8900.tar.gz |
libpeas: upgrade 1.22.0 -> 1.24.1
* move to meson build
* remove intltool-native & gnome-common from DEPENDS - they are not needed
* with meson build gir is configurable -> gobject-introspection-data is not a
required distro feature any more
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-gnome')
-rw-r--r-- | meta-oe/recipes-gnome/libpeas/libpeas_1.22.0.bb | 28 | ||||
-rw-r--r-- | meta-oe/recipes-gnome/libpeas/libpeas_1.24.1.bb | 25 |
2 files changed, 25 insertions, 28 deletions
diff --git a/meta-oe/recipes-gnome/libpeas/libpeas_1.22.0.bb b/meta-oe/recipes-gnome/libpeas/libpeas_1.22.0.bb deleted file mode 100644 index dd1b53e39..000000000 --- a/meta-oe/recipes-gnome/libpeas/libpeas_1.22.0.bb +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | SUMMARY = "libpeas is a gobject-based plugins engine" | ||
2 | HOMEPAGE = "https://wiki.gnome.org/Projects/Libpeas" | ||
3 | LICENSE = "LGPLv2.1+" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4b54a1fd55a448865a0b32d41598759d" | ||
5 | |||
6 | DEPENDS = "gnome-common gtk+3 intltool-native" | ||
7 | |||
8 | inherit gnomebase gobject-introspection gtk-doc gtk-icon-cache distro_features_check | ||
9 | |||
10 | # gobject-introspection is mandatory and cannot be configured | ||
11 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | ||
12 | UNKNOWN_CONFIGURE_WHITELIST_append = " --enable-introspection --disable-introspection" | ||
13 | |||
14 | SRC_URI[archive.md5sum] = "a20dc55c3f88ad06da9491cfd7de7558" | ||
15 | SRC_URI[archive.sha256sum] = "5b2fc0f53962b25bca131a5ec0139e6fef8e254481b6e777975f7a1d2702a962" | ||
16 | |||
17 | PACKAGECONFIG[python3] = "--enable-python3,--disable-python3,python3-pygobject" | ||
18 | |||
19 | export GIR_EXTRA_LIBS_PATH = "${B}/libpeas/.libs" | ||
20 | |||
21 | PACKAGES =+ "${PN}-demo ${PN}-python3" | ||
22 | FILES_${PN}-demo = " \ | ||
23 | ${bindir}/peas-demo \ | ||
24 | ${libdir}/peas-demo \ | ||
25 | " | ||
26 | |||
27 | RDEPENDS_${PN}-python3 = "python3-pygobject" | ||
28 | FILES_${PN}-python3 = "${libdir}/libpeas-1.0/loaders/libpython3loader.so" | ||
diff --git a/meta-oe/recipes-gnome/libpeas/libpeas_1.24.1.bb b/meta-oe/recipes-gnome/libpeas/libpeas_1.24.1.bb new file mode 100644 index 000000000..6c8e0e0bf --- /dev/null +++ b/meta-oe/recipes-gnome/libpeas/libpeas_1.24.1.bb | |||
@@ -0,0 +1,25 @@ | |||
1 | SUMMARY = "libpeas is a gobject-based plugins engine" | ||
2 | HOMEPAGE = "https://wiki.gnome.org/Projects/Libpeas" | ||
3 | LICENSE = "LGPLv2.1+" | ||
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 | ||
12 | |||
13 | SRC_URI[archive.md5sum] = "bbecf334a7333d0a5d4d655ba38be9b4" | ||
14 | SRC_URI[archive.sha256sum] = "9c3acf7a567cbb4f8bf62b096e013f12c3911cc850c3fa9900cbd5aa4f6ec284" | ||
15 | |||
16 | PACKAGECONFIG[python3] = "-Dpython3=true,-Dpython3=false,python3-pygobject" | ||
17 | |||
18 | PACKAGES =+ "${PN}-demo ${PN}-python3" | ||
19 | FILES_${PN}-demo = " \ | ||
20 | ${bindir}/peas-demo \ | ||
21 | ${libdir}/peas-demo \ | ||
22 | " | ||
23 | |||
24 | RDEPENDS_${PN}-python3 = "python3-pygobject" | ||
25 | FILES_${PN}-python3 = "${libdir}/libpeas-1.0/loaders/libpython3loader.so" | ||