diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-02-28 15:32:18 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-03-01 09:28:51 +0000 |
commit | f7a76e6adfc60fc4405a3ac9b376468b2d000757 (patch) | |
tree | a900525fe8ddabfd57545fc7373a7acaa67a9678 /meta/recipes-gnome/libhandy | |
parent | 09b6177b367497ecb43aab5bd4f95b6beadc82c3 (diff) | |
download | poky-f7a76e6adfc60fc4405a3ac9b376468b2d000757.tar.gz |
libhandy: upgrade 1.8.2 -> 1.8.3
Changelog:
==========
- HdyStyleManager
- Support contrast setting in the settings portal
- Remove an extra unref
- Translation updates
- Catalan
- Georgian
- Romanian
- Turkish
(From OE-Core rev: 3256d357dc30bc1c3b95fc190d367a42fa512f4b)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/libhandy')
-rw-r--r-- | meta/recipes-gnome/libhandy/libhandy_1.8.3.bb (renamed from meta/recipes-gnome/libhandy/libhandy_1.8.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/libhandy/libhandy_1.8.2.bb b/meta/recipes-gnome/libhandy/libhandy_1.8.3.bb index e863e8d13b..7f5f02a7ba 100644 --- a/meta/recipes-gnome/libhandy/libhandy_1.8.2.bb +++ b/meta/recipes-gnome/libhandy/libhandy_1.8.3.bb | |||
@@ -10,7 +10,7 @@ LICENSE = "LGPL-2.1-only" | |||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
11 | 11 | ||
12 | SRC_URI = "git://gitlab.gnome.org/GNOME/libhandy.git;protocol=https;branch=libhandy-1-8" | 12 | SRC_URI = "git://gitlab.gnome.org/GNOME/libhandy.git;protocol=https;branch=libhandy-1-8" |
13 | SRCREV = "48ae7ec0f7f9ee5f666da38b0e39e66874957166" | 13 | SRCREV = "9b0071408ce86a3ef843806fddd723a85f6f2416" |
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.(\d*[02468])+(\.\d+))" | 16 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.(\d*[02468])+(\.\d+))" |