diff options
Diffstat (limited to 'meta-xfce/recipes-xfce/thunar/thunar_1.8.12.bb')
| -rw-r--r-- | meta-xfce/recipes-xfce/thunar/thunar_1.8.12.bb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.8.12.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.8.12.bb new file mode 100644 index 0000000000..0d2befd02e --- /dev/null +++ b/meta-xfce/recipes-xfce/thunar/thunar_1.8.12.bb | |||
| @@ -0,0 +1,29 @@ | |||
| 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[md5sum] = "bebd2d83ad2ed111b906c99b65fb32ed" | ||
| 12 | SRC_URI[sha256sum] = "29295bee0b1f5bfd525e37405e5d32b497ae539b15183dd14e6ca49e252225f8" | ||
| 13 | |||
| 14 | PACKAGECONFIG ??= "" | ||
| 15 | PACKAGECONFIG[pcre] = "--enable-pcre,--disable-pcre,libpcre" | ||
| 16 | |||
| 17 | FILES_${PN} += " \ | ||
| 18 | ${libdir}/thunarx-3/* \ | ||
| 19 | ${libdir}/xfce4/panel/plugins/* \ | ||
| 20 | ${libdir}/Thunar/[Tt]hunar* \ | ||
| 21 | ${systemd_user_unitdir} \ | ||
| 22 | ${datadir}/dbus-1 \ | ||
| 23 | ${datadir}/metainfo \ | ||
| 24 | ${datadir}/polkit-1 \ | ||
| 25 | ${datadir}/Thunar \ | ||
| 26 | ${datadir}/xfce4/panel/plugins/* \ | ||
| 27 | " | ||
| 28 | |||
| 29 | RRECOMMENDS_${PN} = "gvfs gvfsd-trash" | ||
