mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
gnome-calculator upgrade 41.1 -> 42-0
Overview of changes in gnome-calculator 42.0
* Updated translations
Overview of changes in gnome-calculator 42.rc
* Updated translations
* Use new gnome post_install script !106 (Bobby Rong)
* gcalc build fixes (Daniel Espinoza Ortiz)
* Updated screenshots (Christopher Davis)
* Set default focus to entry (Robert Roth)
Overview of changes in gnome-calculator 42.beta
* Updated Translations
* Fixed build issues with GCI entry controller tests #250 (Robert Roth)
* Force LTR in history view #252 (Robert Roth)
* programing mode: Force bit digits to be always LTR #258 (Yosef Or Boczko)
* Use AdwApplication (Alexander Mikhaylenko)
* ui: Fix styles !105 (Alexander Mikhaylenko)
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
8e7bae4300
commit
b7dd1933af
@ -6,12 +6,12 @@ SECTION = "x11/gnome"
|
||||
|
||||
DEPENDS = " \
|
||||
yelp-tools-native \
|
||||
gtk+3 \
|
||||
gtk4 \
|
||||
libsoup-2.4 \
|
||||
libgee \
|
||||
libmpc \
|
||||
gtksourceview4 \
|
||||
libhandy \
|
||||
gtksourceview5 \
|
||||
libadwaita \
|
||||
"
|
||||
|
||||
GIR_MESON_OPTION = 'disable-introspection'
|
||||
@ -19,6 +19,7 @@ GIR_MESON_ENABLE_FLAG = 'false'
|
||||
GIR_MESON_DISABLE_FLAG = 'true'
|
||||
|
||||
GNOMEBASEBUILDCLASS = "meson"
|
||||
GTKIC_VERSION = '4'
|
||||
|
||||
inherit gnomebase gobject-introspection gnome-help vala gtk-icon-cache gettext features_check
|
||||
|
||||
@ -27,7 +28,7 @@ def gnome_verdir(v):
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
SRC_URI[archive.sha256sum] = "0267614afdb25d38b78411b42ebab7bc50c1b6340cc49bb68c0e432d7ddf8a34"
|
||||
SRC_URI[archive.sha256sum] = "a535a14ebea58e691a4b5a085256aed060a2c3f07384ac3a3d01832332a27e4a"
|
||||
|
||||
FILES:${PN} += " \
|
||||
${datadir}/dbus-1 \
|
||||
Loading…
x
Reference in New Issue
Block a user