summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/thunar/thunar_4.16.0.bb
diff options
context:
space:
mode:
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.bb28
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 000000000..ae05f867f
--- /dev/null
+++ b/meta-xfce/recipes-xfce/thunar/thunar_4.16.0.bb
@@ -0,0 +1,28 @@
1SUMMARY = "File manager for the Xfce Desktop Environment"
2SECTION = "x11"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
5DEPENDS = "exo gdk-pixbuf libxfce4ui libsm startup-notification libnotify xfce4-panel udev"
6
7inherit xfce gobject-introspection features_check mime-xdg
8
9REQUIRED_DISTRO_FEATURES = "x11"
10
11SRC_URI[sha256sum] = "6277c448116a91ebfa564972645d8d79ef69864992a02bb164b7b13f98fdfd9b"
12
13PACKAGECONFIG ??= ""
14PACKAGECONFIG[pcre] = "--enable-pcre,--disable-pcre,libpcre"
15
16FILES_${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
28RRECOMMENDS_${PN} = "gvfs gvfsd-trash"