summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_40.1.bb (renamed from meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_3.36.0.bb)7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_3.36.0.bb b/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_40.1.bb
index c250981c42..5e6982714b 100644
--- a/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_3.36.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_40.1.bb
@@ -11,6 +11,7 @@ DEPENDS = " \
11 libgee \ 11 libgee \
12 libmpc \ 12 libmpc \
13 gtksourceview4 \ 13 gtksourceview4 \
14 libhandy \
14" 15"
15 16
16GIR_MESON_OPTION = 'disable-introspection' 17GIR_MESON_OPTION = 'disable-introspection'
@@ -21,10 +22,12 @@ GNOMEBASEBUILDCLASS = "meson"
21 22
22inherit gnomebase gobject-introspection gnome-help vala gtk-icon-cache gettext features_check upstream-version-is-even 23inherit gnomebase gobject-introspection gnome-help vala gtk-icon-cache gettext features_check upstream-version-is-even
23 24
25def gnome_verdir(v):
26 return oe.utils.trim_version(v, 1)
27
24REQUIRED_DISTRO_FEATURES = "x11" 28REQUIRED_DISTRO_FEATURES = "x11"
25 29
26SRC_URI[archive.md5sum] = "71854fb58671b4a88ac990e2f2439e4f" 30SRC_URI[archive.sha256sum] = "7fe6c561f7b1f485ac106219772e45cc135c983bfa4278dd2d3fd83b57ff6af6"
27SRC_URI[archive.sha256sum] = "a2e830f9c9856fad65dad1d6c0ae6abad0f0b496c9984ac005315c5cc4220db3"
28 31
29FILES_${PN} += " \ 32FILES_${PN} += " \
30 ${datadir}/dbus-1 \ 33 ${datadir}/dbus-1 \