diff options
Diffstat (limited to 'meta-xfce/recipes-xfce/thunar/thunar_4.16.0.bb')
| -rw-r--r-- | meta-xfce/recipes-xfce/thunar/thunar_4.16.0.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/thunar/thunar_4.16.0.bb b/meta-xfce/recipes-xfce/thunar/thunar_4.16.0.bb new file mode 100644 index 0000000000..ae05f867f4 --- /dev/null +++ b/meta-xfce/recipes-xfce/thunar/thunar_4.16.0.bb | |||
| @@ -0,0 +1,28 @@ | |||
| 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 | |||
| 11 | SRC_URI[sha256sum] = "6277c448116a91ebfa564972645d8d79ef69864992a02bb164b7b13f98fdfd9b" | ||
| 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" | ||
