blob: 602368b3a0327226f06aba02c0864ce1c81d2c10 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001SUMMARY = "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 distutils3 gtk-icon-cache
7
8DEPENDS += "python3-distutils-extra-native"
9
10B = "${S}"
11
Brad Bishop00ab2372019-10-14 11:06:18 -040012SRC_URI[md5sum] = "1b8e7bfd955364b7912fb0a248329b3a"
13SRC_URI[sha256sum] = "2573a004105031f871c92fed22a0c4b15bb96f2dff6e36c4f2959f56b62e343d"
Brad Bishop19323692019-04-05 15:28:33 -040014
15FILES_${PN} += "${datadir}/metainfo"
16
17RDEPENDS_${PN} += "python3-pygobject"