Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 1 | SUMMARY = "Automatic management of removable drives and media for thunar" |
| 2 | SECTION = "x11" |
| 3 | LICENSE = "GPLv2" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
| 5 | DEPENDS = "exo glib-2.0 libxfce4ui libxfce4util xfconf libnotify libgudev" |
| 6 | |
| 7 | inherit xfce distro_features_check |
| 8 | |
| 9 | REQUIRED_DISTRO_FEATURES = "x11" |
| 10 | |
| 11 | SRC_URI[md5sum] = "3b403a4f846927391ea4bee765a055df" |
| 12 | SRC_URI[sha256sum] = "e4bffcfee15530e277fa80865eb1de31e63c7effaf8835c9fa7c71e5a0076b2e" |
| 13 | |
| 14 | PACKAGECONFIG ??= "" |
| 15 | PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify" |
| 16 | |
| 17 | RDEPENDS_${PN} = "eject" |