diff options
-rw-r--r-- | meta-gnome/recipes-gnome/gexiv2/gexiv2_0.12.2.bb | 19 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.0.bb | 21 |
2 files changed, 21 insertions, 19 deletions
diff --git a/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.12.2.bb b/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.12.2.bb deleted file mode 100644 index 708523ee8c..0000000000 --- a/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.12.2.bb +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | SUMMARY = "A GObject-based Exiv2 wrapper" | ||
2 | LICENSE = "GPLv2" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=625f055f41728f84a8d7938acc35bdc2" | ||
4 | |||
5 | DEPENDS = "exiv2" | ||
6 | |||
7 | GNOMEBASEBUILDCLASS = "meson" | ||
8 | GTKDOC_MESON_OPTION = "gtk_doc" | ||
9 | |||
10 | inherit gnomebase gobject-introspection gtk-doc | ||
11 | |||
12 | SRC_URI[archive.md5sum] = "4c0cd962f021f937507904df147ea750" | ||
13 | SRC_URI[archive.sha256sum] = "2322b552aca330eef79724a699c51a302345d5e074738578b398b7f2ff97944c" | ||
14 | |||
15 | EXTRA_OEMESON = " \ | ||
16 | -Dvapi=false \ | ||
17 | -Dpython2_girdir=no \ | ||
18 | -Dpython3_girdir=no \ | ||
19 | " | ||
diff --git a/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.0.bb b/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.0.bb new file mode 100644 index 0000000000..b2fd4b0316 --- /dev/null +++ b/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.0.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | SUMMARY = "A GObject-based Exiv2 wrapper" | ||
2 | LICENSE = "GPLv2" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=625f055f41728f84a8d7938acc35bdc2" | ||
4 | |||
5 | DEPENDS = "exiv2 python3-pygobject-native" | ||
6 | |||
7 | GNOMEBASEBUILDCLASS = "meson" | ||
8 | GTKDOC_MESON_OPTION = "gtk_doc" | ||
9 | |||
10 | inherit gnomebase gobject-introspection gtk-doc python3native | ||
11 | |||
12 | SRC_URI[archive.sha256sum] = "e58279a6ff20b6f64fa499615da5e9b57cf65ba7850b72fafdf17221a9d6d69e" | ||
13 | |||
14 | EXTRA_OEMESON = " \ | ||
15 | -Dvapi=false \ | ||
16 | -Dpython3_girdir=${PYTHON_SITEPACKAGES_DIR}/gi/overrides \ | ||
17 | " | ||
18 | |||
19 | PACKAGES =+ "${PN}-python3" | ||
20 | FILES:${PN}-python3 = "${PYTHON_SITEPACKAGES_DIR}" | ||
21 | RDEPENDS:${PN}-python3 = "${PN}" | ||