blob: 4b72d3a790fcce8f005592fa53b3dce22fda0188 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001SUMMARY = "Automatic management of removable drives and media for thunar"
2SECTION = "x11"
Andrew Geissler9aee5002022-03-30 16:27:02 +00003LICENSE = "GPL-2.0-only"
Brad Bishop19323692019-04-05 15:28:33 -04004LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
Brad Bishop26bdd442019-08-16 17:08:17 -04005DEPENDS = "exo libnotify libgudev"
Brad Bishop19323692019-04-05 15:28:33 -04006
Brad Bishop8410d612019-11-25 09:40:59 -05007inherit xfce features_check
Brad Bishop19323692019-04-05 15:28:33 -04008
9REQUIRED_DISTRO_FEATURES = "x11"
10
Andrew Geissler72956ed2021-01-08 16:11:14 -060011SRC_URI[sha256sum] = "d2c0e719b242b7fd3db70bc6678a2df1abf2cfaa899b775a1591a5efa08a547d"
Brad Bishop19323692019-04-05 15:28:33 -040012
Patrick Williamsde0582f2022-04-08 10:23:27 -050013PACKAGECONFIG ??= "notify"
Brad Bishop19323692019-04-05 15:28:33 -040014PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify"
15
Patrick Williams213cb262021-08-07 19:21:33 -050016RDEPENDS:${PN} = "eject"