summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
11S = "${WORKDIR}/${PNAME}-${PV}" 11S = "${WORKDIR}/${PNAME}-${PV}"
12 12
13inherit gnomebase lib_package gettext distro_features_check gtk-doc gobject-introspection 13GNOMEBASEBUILDCLASS = "meson"
14
15inherit gnomebase lib_package gettext distro_features_check gtk-doc gobject-introspection vala
14 16
15REQUIRED_DISTRO_FEATURES = "x11" 17REQUIRED_DISTRO_FEATURES = "x11"
16 18
17SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtksourceview/4.2/${PNAME}-${PV}.tar.xz" 19SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtksourceview/4.4/${PNAME}-${PV}.tar.xz"
18SRC_URI[md5sum] = "c9e6913c2fd30ca2fcdd71482faf8b99" 20SRC_URI[md5sum] = "5c47e314517692f2622a0b724c65e628"
19SRC_URI[sha256sum] = "c431eb234dc83c7819e58f77dd2af973252c7750da1c9d125ddc94268f94f675" 21SRC_URI[sha256sum] = "9ddb914aef70a29a66acd93b4f762d5681202e44094d2d6370e51c9e389e689a"
22
23GIR_MESON_OPTION = 'gir'
24GTKDOC_MESON_OPTION = "gtk_doc"
20 25
21FILES_${PN} += "${datadir}/gtksourceview-4" 26FILES_${PN} += "${datadir}/gtksourceview-4"