pkgsrc/sysutils/xfce4-thunar/Makefile
gutteridge 39a711224d xfce4-thunar: update to 1.8.15
Change log:

1.8.15
======
- Only open devices after successful mount attempt (Bug #16831)
- Fix shortcut support for addressbar (Bug #4537 and Bug #13680)
- Fix crash in bulk renamer on repeated rename (Bug #16824)
- Add checks for thumbnailer 0 handles (Bug #14122)
- Replace 'thunar_return_if_fail (THUNAR_IS_DEVICE (device))' with
standard 'if (..)' to prevent possible crashes. (Bug #13404)
- Fix check if folder is fully loaded when expanding path in tree view.
Prevents 100% CPU load and loosing sync with main view in some cases.
(Bug #15762)
- Fixes 100%CPU on tree-view in some rare cases (Bug #16024)
- Delete native files faster (Bug #16641)
- Support libxfce4ui XfceTitledDialog new API (Bug #16616)
- Translation Updates:
  Albanian, Amharic, Arabic, Armenian, Armenian (Armenia), Basque,
  Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong
  Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English
  (Australia), English (United Kingdom), Esperanto, Estonian, Finnish,
  French, Galician, German, Greek, Hebrew, Hungarian, Icelandic,
  Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Latvian,
  Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post
  1500), Panjabi (Punjabi), Persian (Iran), Polish, Portuguese,
  Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Spanish,
  Swedish, Telugu, Thai, Turkish, Uighur, Ukrainian, Urdu, Urdu
  (Pakistan), Vietnamese
2020-05-26 22:21:25 +00:00

33 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.73 2020/05/26 22:21:25 gutteridge Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
VERSION= 1.8.15
DISTNAME= thunar-${VERSION}
PKGNAME= xfce4-thunar-${VERSION}
CATEGORIES= sysutils
MASTER_SITES= https://archive.xfce.org/src/xfce/thunar/${VERSION:R}/
HOMEPAGE= https://docs.xfce.org/xfce/thunar/start
COMMENT= Xfce file manager
PKGCONFIG_OVERRIDE+= thunarx/thunarx-3.pc.in
PKG_SYSCONFSUBDIR= xdg/Thunar
EGDIR= ${XFCE4_EGBASE}/Thunar
MAKE_DIRS+= ${XFCE4_EGBASE} ${PREFIX}/share/xfce4
CONF_FILES= ${EGDIR}/uca.xml ${PKG_SYSCONFDIR}/uca.xml
.include "options.mk"
.include "../../graphics/libexif/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../sysutils/libnotify/buildlink3.mk"
.include "../../x11/libxfce4ui/buildlink3.mk"
.include "../../x11/xfce4-exo/buildlink3.mk"
.include "../../x11/xfce4-panel/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"