diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-07-12 10:14:34 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-12 13:50:01 -0700 |
commit | 26f45c2823133e0b43b0b8ba603d31910ea2e68a (patch) | |
tree | 38d408b1393282f0d950df410635f22b90c387ec /meta-xfce/recipes-apps | |
parent | 7e4f6088b934e947630411332b31d679648044b5 (diff) | |
download | meta-openembedded-26f45c2823133e0b43b0b8ba603d31910ea2e68a.tar.gz |
catfish: Upgrade to 4.20.1
Use meson for building
Add missing buildtime dependencies needed for this version
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-apps')
-rw-r--r-- | meta-xfce/recipes-apps/catfish/catfish_4.20.1.bb (renamed from meta-xfce/recipes-apps/catfish/catfish_4.18.0.bb) | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/meta-xfce/recipes-apps/catfish/catfish_4.18.0.bb b/meta-xfce/recipes-apps/catfish/catfish_4.20.1.bb index 6b93928721..49483f602d 100644 --- a/meta-xfce/recipes-apps/catfish/catfish_4.18.0.bb +++ b/meta-xfce/recipes-apps/catfish/catfish_4.20.1.bb | |||
@@ -5,11 +5,18 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" | |||
5 | 5 | ||
6 | inherit xfce-app python_setuptools_build_meta gtk-icon-cache mime-xdg features_check | 6 | inherit xfce-app python_setuptools_build_meta gtk-icon-cache mime-xdg features_check |
7 | 7 | ||
8 | XFCE_COMPRESS_TYPE = "xz" | ||
9 | XFCEBASEBUILDCLASS = "meson" | ||
10 | |||
8 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | 11 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
9 | 12 | ||
10 | DEPENDS += "python3-distutils-extra-native" | 13 | DEPENDS += "python3-distutils-extra-native \ |
14 | python3-dbus-native \ | ||
15 | python3-pygobject-native \ | ||
16 | python3-pexpect-native \ | ||
17 | xfconf" | ||
11 | 18 | ||
12 | SRC_URI[sha256sum] = "fdae9b73cc754a50716bb04b958aa31dbd7e94047068b7207f2ae313a7d58b99" | 19 | SRC_URI[sha256sum] = "fe00d45b163cf86b4c85ebdd23a73d53aa55bc97ba3f691a248ec403d4ade62b" |
13 | 20 | ||
14 | FILES:${PN} += "${datadir}/metainfo" | 21 | FILES:${PN} += "${datadir}/metainfo" |
15 | 22 | ||