diff options
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.bb | 38 |
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 @@ | |||
| 1 | SUMMARY = "File manager for the Xfce Desktop Environment" | ||
| 2 | HOMEPAGE = "https://docs.xfce.org/xfce/thunar/start" | ||
| 3 | SECTION = "x11" | ||
| 4 | LICENSE = "GPL-2.0-or-later" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 6 | DEPENDS = "libxml-parser-perl-native libxslt-native docbook-xsl-stylesheets-native exo gdk-pixbuf libxfce4ui libnotify xfce4-panel udev" | ||
| 7 | |||
| 8 | XFCE_COMPRESS_TYPE = "xz" | ||
| 9 | XFCEBASEBUILDCLASS = "meson" | ||
| 10 | GTKDOC_MESON_OPTION = "gtk-doc" | ||
| 11 | |||
| 12 | inherit xfce gobject-introspection features_check mime-xdg perlnative gtk-doc | ||
| 13 | |||
| 14 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 15 | |||
| 16 | SRC_URI[sha256sum] = "eddbd4bab29c73718734e0bfcf650ceea8b4fcc8cb2cbb0b24fe22b286a2be00" | ||
| 17 | |||
| 18 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" | ||
| 19 | PACKAGECONFIG[pcre] = "-Dpcre2=enabled,-Dpcre2=disabled,libpcre2" | ||
| 20 | PACKAGECONFIG[x11] = "-Dx11=enabled -Dsession-management=enabled,-Dx11=disabled,libsm startup-notification" | ||
| 21 | |||
| 22 | FILES:${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 | |||
| 34 | RRECOMMENDS:${PN} = " \ | ||
| 35 | gvfs \ | ||
| 36 | gvfsd-trash \ | ||
| 37 | ${@bb.utils.contains('DISTRO_FEATURES', 'dbus', 'tumbler', '', d)} \ | ||
| 38 | " | ||
