summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gnome-calculator
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2022-12-10 10:30:21 +0100
committerKhem Raj <raj.khem@gmail.com>2022-12-10 23:06:36 -0800
commit78a24927f8ee6bf3978aeabcb172330b2b3ef3a7 (patch)
treebd68ecb77e66e873b1189952df2d37bfdf36a661 /meta-gnome/recipes-gnome/gnome-calculator
parent216b7002ccc6e861de0d267468b4e1ba22cde86a (diff)
downloadmeta-openembedded-78a24927f8ee6bf3978aeabcb172330b2b3ef3a7.tar.gz
gnome-calculator: update 42.2 -> 43.0.1
build with libsoup3 Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-calculator')
-rw-r--r--meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_43.0.1.bb (renamed from meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_42.2.bb)5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_42.2.bb b/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_43.0.1.bb
index 66a29a094..3459b6d5f 100644
--- a/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_42.2.bb
+++ b/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_43.0.1.bb
@@ -7,8 +7,9 @@ SECTION = "x11/gnome"
7DEPENDS = " \ 7DEPENDS = " \
8 yelp-tools-native \ 8 yelp-tools-native \
9 gtk4 \ 9 gtk4 \
10 libsoup-2.4 \ 10 libsoup-3.0 \
11 libgee \ 11 libgee \
12 libxml2 \
12 libmpc \ 13 libmpc \
13 gtksourceview5 \ 14 gtksourceview5 \
14 libadwaita \ 15 libadwaita \
@@ -28,7 +29,7 @@ def gnome_verdir(v):
28 29
29REQUIRED_DISTRO_FEATURES = "x11 opengl" 30REQUIRED_DISTRO_FEATURES = "x11 opengl"
30 31
31SRC_URI[archive.sha256sum] = "33dab1bca43658d66520958b0f674cb0ad3185cfd30c12e459e7f69481c5c6a0" 32SRC_URI[archive.sha256sum] = "02c12ded3cf5053d17537d95ec69587f4b919899d7726eceecdb4b47ffb1c90f"
32 33
33FILES:${PN} += " \ 34FILES:${PN} += " \
34 ${datadir}/dbus-1 \ 35 ${datadir}/dbus-1 \