blob: bf3d7ed9793044f499752f58fbaa7a945c241edd [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001SUMMARY = "Catfish is a handy file searching tool for linux and unix"
2SECTION = "x11/application"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4"
5
6inherit xfce-app setuptools3 gtk-icon-cache mime-xdg
7
8DEPENDS += "python3-distutils-extra-native"
9
10SRC_URI[sha256sum] = "e9a99a62d10981391508dd43f3cbfa2d50a69bd6b7d1eeef7d30ba4c673dcfda"
11
12FILES:${PN} += "${datadir}/metainfo"
13
14RDEPENDS:${PN} += "python3-pygobject python3-dbus"