mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
Overview of changes in gnome-calculator 48.0
* Updated translations
* Fixed converter context menus not working (fcusr)
* Code cleanup and improvements (fcusr, Adrien Plazas)
* Improvements in function usage, brackets usage (Adrien Plazas)
Overview of changes in gnome-calculator 48.rc
* Updated translations
* UI and styling fixes (fcusr, Adrien Plazas)
* Do not steal focus on window move #422 (Robert Roth)
Overview of changes in gnome-calculator 48.beta
* Updated translations
* Added Conversion mode (fcusr)
* Ported financial dialogs to modern widgets (fcusr)
* programming: disable digits not available in current number base
* buttons: improvements to popover styling
Overview of changes in gnome-calculator 48.alpha
* Updated translations
* a11y: Announce the calculation result even when done through the buttons #411 (Lukáš Tyrychtr)
* display: Cycle through history with Alt+Left/Right buttons #296 (Hari Rana)
* character-dialog: Modernized the character dialog (Hari Rana)
* history-entry: Apply dim label to some buttons (Hari Rana)
* math-preferences: Use header capitalization (Automeris naranja)
* converter: Use correct kJ unit shortName #427 (Robert Roth)
* converter: Fixed incorrect units in financial mode #424 (Robert Roth)
* converter: Added nanosecond unit (Robert Roth)
* tests: Fixed broken test on slower computers #434 (Robert Roth)
* history-view: Improve default size #419 (Robert Roth)
* display: Fixed incorrectly sized text entry #405 (Robert Roth)
* converter: Add pressure units !179 (Olexander Movchan, Anders Jonsson)
* converter: Updated russian ruble currency symbol and name #440 (Robert Roth)
* display: Fix crash on using Shift+Insert #442 (Robert Roth)
* converter: Fixed MJ and kWh conversion factors #445 (Çağatay Yiğit Şahin)
* tests: Added test to validate MJ and kWh conversion (Robert Roth)
* keyboard: Added shortcut to clear history #398 (Claudio Silva Junior)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
39 lines
845 B
BlitzBasic
39 lines
845 B
BlitzBasic
SUMMARY = "GNOME calculator"
|
|
LICENSE = "GPL-3.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
|
|
|
SECTION = "x11/gnome"
|
|
|
|
DEPENDS = " \
|
|
yelp-tools-native \
|
|
gtk4 \
|
|
libsoup-3.0 \
|
|
libgee \
|
|
libxml2 \
|
|
libmpc \
|
|
gtksourceview5 \
|
|
libadwaita \
|
|
"
|
|
|
|
GIR_MESON_OPTION = 'disable-introspection'
|
|
GIR_MESON_ENABLE_FLAG = 'false'
|
|
GIR_MESON_DISABLE_FLAG = 'true'
|
|
VALA_MESON_OPTION = ''
|
|
|
|
GTKIC_VERSION = '4'
|
|
|
|
inherit gnomebase gobject-introspection gnome-help vala gtk-icon-cache gettext features_check
|
|
|
|
def gnome_verdir(v):
|
|
return oe.utils.trim_version(v, 1)
|
|
|
|
REQUIRED_DISTRO_FEATURES = "x11 opengl"
|
|
|
|
SRC_URI[archive.sha256sum] = "07b627136bbfddb6142b324acc30440911f77f5137009103276a2d35ffd39510"
|
|
|
|
FILES:${PN} += " \
|
|
${datadir}/dbus-1 \
|
|
${datadir}/metainfo \
|
|
${datadir}/gnome-shell \
|
|
"
|