diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2021-11-20 19:14:16 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-11-20 12:07:09 -0800 |
| commit | 7a4e20e8a9965869fc3cc8f518e403c4d2d95099 (patch) | |
| tree | 570391f86df18665fddd4e7ee7a985d1b4c9388e /meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb | |
| parent | 0de055c69df33f48ffb3cb516a89c3c8e0d0b5f1 (diff) | |
| download | meta-openembedded-7a4e20e8a9965869fc3cc8f518e403c4d2d95099.tar.gz | |
catfish: upgrade 4.16.0 -> 4.16.3
Release notes:
* 4.16.3 -> [1]
* 4.16.2 -> [2]
* 4.16.1 -> [3]
[1] https://mail.xfce.org/pipermail/xfce/2021-September/037409.html
[2] https://mail.xfce.org/pipermail/xfce/2021-July/037375.html
[3] https://mail.xfce.org/pipermail/xfce/2021-July/037367.html
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb')
| -rw-r--r-- | meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb b/meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb new file mode 100644 index 0000000000..cadbdf14ca --- /dev/null +++ b/meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | SUMMARY = "Catfish is a handy file searching tool for linux and unix" | ||
| 2 | SECTION = "x11/application" | ||
| 3 | LICENSE = "GPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" | ||
| 5 | |||
| 6 | inherit xfce-app distutils3 gtk-icon-cache mime-xdg | ||
| 7 | |||
| 8 | DEPENDS += "python3-distutils-extra-native" | ||
| 9 | |||
| 10 | SRC_URI[sha256sum] = "e9a99a62d10981391508dd43f3cbfa2d50a69bd6b7d1eeef7d30ba4c673dcfda" | ||
| 11 | |||
| 12 | FILES:${PN} += "${datadir}/metainfo" | ||
| 13 | |||
| 14 | RDEPENDS:${PN} += "python3-pygobject python3-dbus" | ||
