Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | SUMMARY = "File manager for the Xfce Desktop Environment" |
| 2 | SECTION = "x11" |
| 3 | LICENSE = "GPLv2" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
| 5 | DEPENDS = "exo gdk-pixbuf libxfce4ui libsm startup-notification libnotify xfce4-panel udev" |
| 6 | |
| 7 | inherit xfce gobject-introspection features_check mime-xdg |
| 8 | |
| 9 | REQUIRED_DISTRO_FEATURES = "x11" |
| 10 | |
Andrew Geissler | 32b1199 | 2021-03-31 13:37:05 -0500 | [diff] [blame] | 11 | SRC_URI[sha256sum] = "d51a2018c1ba7dcc420e7a84d85cc17a58f26fb1c80ee4c15e689a49f10425f9" |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 12 | |
| 13 | PACKAGECONFIG ??= "" |
| 14 | PACKAGECONFIG[pcre] = "--enable-pcre,--disable-pcre,libpcre" |
| 15 | |
| 16 | FILES_${PN} += " \ |
| 17 | ${libdir}/thunarx-3/* \ |
| 18 | ${libdir}/xfce4/panel/plugins/* \ |
| 19 | ${libdir}/Thunar/[Tt]hunar* \ |
| 20 | ${systemd_user_unitdir} \ |
| 21 | ${datadir}/dbus-1 \ |
| 22 | ${datadir}/metainfo \ |
| 23 | ${datadir}/polkit-1 \ |
| 24 | ${datadir}/Thunar \ |
| 25 | ${datadir}/xfce4/panel/plugins/* \ |
| 26 | " |
| 27 | |
| 28 | RRECOMMENDS_${PN} = "gvfs gvfsd-trash" |