diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-04-17 09:40:17 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-04-21 10:52:42 -0700 |
commit | 813d4a3450b7c8f82b9f0ae28bf35fcf150bcc88 (patch) | |
tree | 41366b78b290732e188420c46b2487920782ea9a | |
parent | e2d1cf4ef19f1ccbea9e9a160ed3e7af020439aa (diff) | |
download | meta-openembedded-813d4a3450b7c8f82b9f0ae28bf35fcf150bcc88.tar.gz |
file-roller: upgrade 44.0 -> 44.1
Changelog:
===========
* New archive dialog: allow to choose a location without changing name
* Fixed adding multiple files on a 'drop' event
* Show the options dialog when adding files in batch mode
* Appdata: Add 44.0 release
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-gnome/recipes-gnome/file-roller/file-roller_44.1.bb (renamed from meta-gnome/recipes-gnome/file-roller/file-roller_44.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/file-roller/file-roller_44.0.bb b/meta-gnome/recipes-gnome/file-roller/file-roller_44.1.bb index 3daa1b5706..30760387f4 100644 --- a/meta-gnome/recipes-gnome/file-roller/file-roller_44.0.bb +++ b/meta-gnome/recipes-gnome/file-roller/file-roller_44.1.bb | |||
@@ -22,7 +22,7 @@ REQUIRED_DISTRO_FEATURES = "opengl" | |||
22 | EXTRA_OEMESON += "-Dintrospection=enabled" | 22 | EXTRA_OEMESON += "-Dintrospection=enabled" |
23 | 23 | ||
24 | SRC_URI = "git://gitlab.gnome.org/GNOME/file-roller.git;protocol=https;branch=master" | 24 | SRC_URI = "git://gitlab.gnome.org/GNOME/file-roller.git;protocol=https;branch=master" |
25 | SRCREV = "f1c7714cf4c8989b9f3fa4c611887c29cf6df343" | 25 | SRCREV = "299e86c77d8fe600ee6658357e209b15c674397e" |
26 | S = "${WORKDIR}/git" | 26 | S = "${WORKDIR}/git" |
27 | 27 | ||
28 | PACKAGECONFIG ??= "" | 28 | PACKAGECONFIG ??= "" |