summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_42.0.bb (renamed from meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_41.1.bb)9
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_41.1.bb b/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_42.0.bb
index 607f52afeb..80cc38c615 100644
--- a/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_41.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_42.0.bb
@@ -6,12 +6,12 @@ SECTION = "x11/gnome"
6 6
7DEPENDS = " \ 7DEPENDS = " \
8 yelp-tools-native \ 8 yelp-tools-native \
9 gtk+3 \ 9 gtk4 \
10 libsoup-2.4 \ 10 libsoup-2.4 \
11 libgee \ 11 libgee \
12 libmpc \ 12 libmpc \
13 gtksourceview4 \ 13 gtksourceview5 \
14 libhandy \ 14 libadwaita \
15" 15"
16 16
17GIR_MESON_OPTION = 'disable-introspection' 17GIR_MESON_OPTION = 'disable-introspection'
@@ -19,6 +19,7 @@ GIR_MESON_ENABLE_FLAG = 'false'
19GIR_MESON_DISABLE_FLAG = 'true' 19GIR_MESON_DISABLE_FLAG = 'true'
20 20
21GNOMEBASEBUILDCLASS = "meson" 21GNOMEBASEBUILDCLASS = "meson"
22GTKIC_VERSION = '4'
22 23
23inherit gnomebase gobject-introspection gnome-help vala gtk-icon-cache gettext features_check 24inherit gnomebase gobject-introspection gnome-help vala gtk-icon-cache gettext features_check
24 25
@@ -27,7 +28,7 @@ def gnome_verdir(v):
27 28
28REQUIRED_DISTRO_FEATURES = "x11" 29REQUIRED_DISTRO_FEATURES = "x11"
29 30
30SRC_URI[archive.sha256sum] = "0267614afdb25d38b78411b42ebab7bc50c1b6340cc49bb68c0e432d7ddf8a34" 31SRC_URI[archive.sha256sum] = "a535a14ebea58e691a4b5a085256aed060a2c3f07384ac3a3d01832332a27e4a"
31 32
32FILES:${PN} += " \ 33FILES:${PN} += " \
33 ${datadir}/dbus-1 \ 34 ${datadir}/dbus-1 \