Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [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" |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 5 | DEPENDS = "exo gdk-pixbuf libxfce4ui libsm startup-notification libnotify xfce4-panel udev" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 6 | |
| 7 | inherit xfce gobject-introspection distro_features_check |
| 8 | |
| 9 | REQUIRED_DISTRO_FEATURES = "x11" |
| 10 | |
| 11 | SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:3]}/Thunar-${PV}.tar.bz2" |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 12 | SRC_URI[md5sum] = "fd1166e879294e4490d5fa9dccfdd9da" |
| 13 | SRC_URI[sha256sum] = "7a758e7ac03501c520c304f8845353315c954d429b17d591b8eea8b14f1350b9" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 14 | |
| 15 | S = "${WORKDIR}/Thunar-${PV}/" |
| 16 | |
| 17 | PACKAGECONFIG ??= "" |
| 18 | PACKAGECONFIG[pcre] = "--enable-pcre,--disable-pcre,libpcre" |
| 19 | |
| 20 | FILES_${PN} += " \ |
| 21 | ${libdir}/thunarx-3/* \ |
| 22 | ${libdir}/xfce4/panel/plugins/* \ |
| 23 | ${libdir}/Thunar/[Tt]hunar* \ |
| 24 | ${systemd_user_unitdir} \ |
| 25 | ${datadir}/dbus-1 \ |
| 26 | ${datadir}/metainfo \ |
| 27 | ${datadir}/polkit-1 \ |
| 28 | ${datadir}/Thunar \ |
| 29 | ${datadir}/xfce4/panel/plugins/* \ |
| 30 | " |
| 31 | |
| 32 | RRECOMMENDS_${PN} = "gvfs gvfsd-trash" |