pkgsrc/sysutils/xfce4-thunar/options.mk
youri ffed39634c Update xfce4-thunar to 1.6.11:
1.6.11
======
- Fix a crash for on cut/pasting of multiple files (Bug #12260)
- Fix a crash when renaming files (Bug #12264)
- Fix missing return value for debug in thunar_file_reload (bug #12827)
- Fix thunar history being deleted after view change (bug #12708)
- Expand the name column by default in details view (#11357)
- Silently ignore G_IO_ERROR_FAILED_HANDLED (#8695)
- Fixing missing return value in standard view
- Fix crashes when reloading target file after move (bug #11983)
- Translation updates: Arabic, Asturian, Basque, Bulgarian, Catalan, Croatian,
  Danish, Dutch (Flemish), English (Australia), English (Great Britain), Finnish,
  French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Italian, Korean,
  Lithuanian, Norwegian Bokmal, Norwegian Nynorsk, Occitan, Portuguese,
  Portuguese (Brazilian), Slovak, Swedish
2017-06-18 21:40:45 +00:00

12 lines
319 B
Makefile

# $NetBSD: options.mk,v 1.4 2017/06/18 21:40:45 youri Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.xfce4-thunar
PKG_SUPPORTED_OPTIONS= gvfs
PKG_SUGGESTED_OPTIONS= gvfs
.include "../../mk/bsd.options.mk"
# for trash support, and remote filesystems
.if !empty(PKG_OPTIONS:Mgvfs)
DEPENDS+= gvfs-[0-9]*:../../sysutils/gvfs
.endif