diff options
-rw-r--r-- | meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.4.0.bb (renamed from meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.2.0.bb) | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.2.0.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.4.0.bb index 10deaffb8a..63bbb2547d 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.2.0.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.4.0.bb | |||
@@ -10,12 +10,17 @@ PNAME = "gtksourceview" | |||
10 | 10 | ||
11 | S = "${WORKDIR}/${PNAME}-${PV}" | 11 | S = "${WORKDIR}/${PNAME}-${PV}" |
12 | 12 | ||
13 | inherit gnomebase lib_package gettext distro_features_check gtk-doc gobject-introspection | 13 | GNOMEBASEBUILDCLASS = "meson" |
14 | |||
15 | inherit gnomebase lib_package gettext distro_features_check gtk-doc gobject-introspection vala | ||
14 | 16 | ||
15 | REQUIRED_DISTRO_FEATURES = "x11" | 17 | REQUIRED_DISTRO_FEATURES = "x11" |
16 | 18 | ||
17 | SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtksourceview/4.2/${PNAME}-${PV}.tar.xz" | 19 | SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtksourceview/4.4/${PNAME}-${PV}.tar.xz" |
18 | SRC_URI[md5sum] = "c9e6913c2fd30ca2fcdd71482faf8b99" | 20 | SRC_URI[md5sum] = "5c47e314517692f2622a0b724c65e628" |
19 | SRC_URI[sha256sum] = "c431eb234dc83c7819e58f77dd2af973252c7750da1c9d125ddc94268f94f675" | 21 | SRC_URI[sha256sum] = "9ddb914aef70a29a66acd93b4f762d5681202e44094d2d6370e51c9e389e689a" |
22 | |||
23 | GIR_MESON_OPTION = 'gir' | ||
24 | GTKDOC_MESON_OPTION = "gtk_doc" | ||
20 | 25 | ||
21 | FILES_${PN} += "${datadir}/gtksourceview-4" | 26 | FILES_${PN} += "${datadir}/gtksourceview-4" |