diff options
Diffstat (limited to 'meta-xfce/recipes-apps/catfish/catfish_4.16.0.bb')
-rw-r--r-- | meta-xfce/recipes-apps/catfish/catfish_4.16.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-xfce/recipes-apps/catfish/catfish_4.16.0.bb b/meta-xfce/recipes-apps/catfish/catfish_4.16.0.bb new file mode 100644 index 0000000000..f0391cb230 --- /dev/null +++ b/meta-xfce/recipes-apps/catfish/catfish_4.16.0.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] = "1f6facee57a659af560f06024ca6f98aa4d638bf57a8bcfb613b4dc70fcc3b47" | ||
11 | |||
12 | FILES_${PN} += "${datadir}/metainfo" | ||
13 | |||
14 | RDEPENDS_${PN} += "python3-pygobject" | ||