summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/thunar/thunar_4.21.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xfce/recipes-xfce/thunar/thunar_4.21.5.bb')
-rw-r--r--meta-xfce/recipes-xfce/thunar/thunar_4.21.5.bb38
1 files changed, 38 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/thunar/thunar_4.21.5.bb b/meta-xfce/recipes-xfce/thunar/thunar_4.21.5.bb
new file mode 100644
index 0000000000..32d4c39aa5
--- /dev/null
+++ b/meta-xfce/recipes-xfce/thunar/thunar_4.21.5.bb
@@ -0,0 +1,38 @@
1SUMMARY = "File manager for the Xfce Desktop Environment"
2HOMEPAGE = "https://docs.xfce.org/xfce/thunar/start"
3SECTION = "x11"
4LICENSE = "GPL-2.0-or-later"
5LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
6DEPENDS = "libxml-parser-perl-native libxslt-native docbook-xsl-stylesheets-native exo gdk-pixbuf libxfce4ui libnotify xfce4-panel udev"
7
8XFCE_COMPRESS_TYPE = "xz"
9XFCEBASEBUILDCLASS = "meson"
10GTKDOC_MESON_OPTION = "gtk-doc"
11
12inherit xfce gobject-introspection features_check mime-xdg perlnative gtk-doc
13
14REQUIRED_DISTRO_FEATURES = "x11"
15
16SRC_URI[sha256sum] = "eddbd4bab29c73718734e0bfcf650ceea8b4fcc8cb2cbb0b24fe22b286a2be00"
17
18PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"
19PACKAGECONFIG[pcre] = "-Dpcre2=enabled,-Dpcre2=disabled,libpcre2"
20PACKAGECONFIG[x11] = "-Dx11=enabled -Dsession-management=enabled,-Dx11=disabled,libsm startup-notification"
21
22FILES:${PN} += " \
23 ${libdir}/thunarx-3/* \
24 ${libdir}/xfce4/panel/plugins/* \
25 ${libdir}/Thunar/[Tt]hunar* \
26 ${systemd_user_unitdir} \
27 ${datadir}/dbus-1 \
28 ${datadir}/metainfo \
29 ${datadir}/polkit-1 \
30 ${datadir}/Thunar \
31 ${datadir}/xfce4/panel/plugins/* \
32"
33
34RRECOMMENDS:${PN} = " \
35 gvfs \
36 gvfsd-trash \
37 ${@bb.utils.contains('DISTRO_FEATURES', 'dbus', 'tumbler', '', d)} \
38"