diff options
-rw-r--r-- | meta-gnome/recipes-gnome/file-roller/file-roller_44.0.bb (renamed from meta-gnome/recipes-gnome/file-roller/file-roller_43.1.bb) | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/file-roller/file-roller_43.1.bb b/meta-gnome/recipes-gnome/file-roller/file-roller_44.0.bb index 0b9dd741fa..3daa1b5706 100644 --- a/meta-gnome/recipes-gnome/file-roller/file-roller_43.1.bb +++ b/meta-gnome/recipes-gnome/file-roller/file-roller_44.0.bb | |||
@@ -8,7 +8,8 @@ DEPENDS = " \ | |||
8 | glib-2.0-native \ | 8 | glib-2.0-native \ |
9 | glib-2.0 \ | 9 | glib-2.0 \ |
10 | json-glib \ | 10 | json-glib \ |
11 | gtk+3 \ | 11 | gtk4 \ |
12 | libadwaita \ | ||
12 | libarchive \ | 13 | libarchive \ |
13 | libhandy \ | 14 | libhandy \ |
14 | libportal \ | 15 | libportal \ |
@@ -20,7 +21,9 @@ REQUIRED_DISTRO_FEATURES = "opengl" | |||
20 | 21 | ||
21 | EXTRA_OEMESON += "-Dintrospection=enabled" | 22 | EXTRA_OEMESON += "-Dintrospection=enabled" |
22 | 23 | ||
23 | SRC_URI[archive.sha256sum] = "84994023997293beb345d9793db8f5f0bbb41faa155c6ffb48328f203957ad08" | 24 | SRC_URI = "git://gitlab.gnome.org/GNOME/file-roller.git;protocol=https;branch=master" |
25 | SRCREV = "f1c7714cf4c8989b9f3fa4c611887c29cf6df343" | ||
26 | S = "${WORKDIR}/git" | ||
24 | 27 | ||
25 | PACKAGECONFIG ??= "" | 28 | PACKAGECONFIG ??= "" |
26 | 29 | ||