summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2024-09-20 17:08:04 +0200
committerKhem Raj <raj.khem@gmail.com>2024-10-11 00:25:42 -0700
commit23889e00c9328717b18a62b4193025134b14dfdf (patch)
tree3971c880a4641bdc97ebaadbbc794fad04ebcaaf
parentd993687903064910fb0f3acd6a573039c8d894a2 (diff)
downloadmeta-openembedded-23889e00c9328717b18a62b4193025134b14dfdf.tar.gz
gnome-calculator: update 46.1 -> 47.0
Overview of changes in gnome-calculator 47.0 * Updated translations * Fixed flatpak build !181 (Hari Rana) * Don't use symbolic icons for the window !182 (Balló György) Overview of changes in gnome-calculator 47.rc * Updated translations * Added brand colors !178 (Brage Fuglseth) Overview of changes in gnome-calculator 47.beta * Updated translations * Fix hex string conversion for bitwise operator !177 (Xiong Nandi) * Force LTR for buttons !171 (Khalid Abu Shawarib) * Added kWh, MJ, KJ unit support #417 (Robert Roth) * Sort conversion categories alphabetically #395 (Robert Roth) * Removed obsolete bulgarian translations #402 (Robert Roth) * Only allow alphanumeric values for variable names #396 (Robert Roth) * Replace base_label with buttons !173 (Clément Mathieu--Drif) * Updated flathub badge !174 (Brage Fuglseth) * Use adwaita spinner !175 (Cristopher Davis) Overview of changes in gnome-calculator 47.alpha * Updated translations * Support VND currency #387 (Robert Roth) * Fixed incorrect event handling #392 (Robert Roth) * Removed Shift left/right dropdown #330 (Robert Roth) * Improved popover remove buttons #401 (Robert Roth) * Use result format instead of number format #399 (Robert Roth) * Ported to Adwaita adaptive dialogs (Robert Roth) * Disable undo button if nothing to undo #280 (Robert Roth) * Metainfo improvements (Andre Klapper) * Keep last conversion options at launch #351 (Robert Roth) * Minor improvements to the undo button !166 (Automeris naranja) * Make sure to use the correct app id for development builds !170 (Christopher Davis) * Stop using orange accent color !169 (Alice Mikhaylenko) * A11y announce status changes !172 (Lukáš Tyrychtr) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_47.0.bb (renamed from meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_46.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_46.1.bb b/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_47.0.bb
index f1a93ea833..c24e45df39 100644
--- a/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_46.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_47.0.bb
@@ -29,7 +29,7 @@ def gnome_verdir(v):
29 29
30REQUIRED_DISTRO_FEATURES = "x11 opengl" 30REQUIRED_DISTRO_FEATURES = "x11 opengl"
31 31
32SRC_URI[archive.sha256sum] = "2d36750a73890086122cf3f0c83e68517891585615165306fa1596a918668247" 32SRC_URI[archive.sha256sum] = "decdb23283b5dbeef40951b69eaf7d4b80c0c3880ddb01863f9f0f1554f8998b"
33 33
34FILES:${PN} += " \ 34FILES:${PN} += " \
35 ${datadir}/dbus-1 \ 35 ${datadir}/dbus-1 \