summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gnome-calculator
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2019-12-27 22:31:03 +0100
committerKhem Raj <raj.khem@gmail.com>2019-12-29 10:22:57 -0800
commit6b519abe4c9987834535c63c8b3e2cbd297079dd (patch)
tree4cff6200fdd08c3de3ebd5a5a38c7fb5c3225f9b /meta-gnome/recipes-gnome/gnome-calculator
parent05d0379a91731ed25b8900a3fb6f4e6772194229 (diff)
downloadmeta-openembedded-6b519abe4c9987834535c63c8b3e2cbd297079dd.tar.gz
gnome-calculator: initial add 3.34.1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> 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_3.34.1.bb33
1 files changed, 33 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_3.34.1.bb b/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_3.34.1.bb
new file mode 100644
index 0000000000..b09e34d4c6
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_3.34.1.bb
@@ -0,0 +1,33 @@
1SUMMARY = "GNOME calculator"
2LICENSE = "GPLv3"
3LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
4
5SECTION = "x11/gnome"
6
7DEPENDS = " \
8 yelp-tools-native \
9 gtk+3 \
10 libsoup-2.4 \
11 libgee \
12 libmpc \
13 gtksourceview4 \
14"
15
16GIR_MESON_OPTION = 'disable-introspection'
17GIR_MESON_ENABLE_FLAG = 'false'
18GIR_MESON_DISABLE_FLAG = 'true'
19
20GNOMEBASEBUILDCLASS = "meson"
21
22inherit gnomebase gobject-introspection gnome-help vala gtk-icon-cache gettext features_check upstream-version-is-even
23
24REQUIRED_DISTRO_FEATURES = "x11"
25
26SRC_URI[archive.md5sum] = "9157b93a3f41fdad80df26c062b95c7b"
27SRC_URI[archive.sha256sum] = "4d5348c2fbf01d040a2cb5e84de812c503911e1ea498a83e7eefff52c4417051"
28
29FILES_${PN} += " \
30 ${datadir}/dbus-1 \
31 ${datadir}/metainfo \
32 ${datadir}/gnome-shell \
33"