pkgsrc/x11/libfm-qt/Makefile

48 lines
1.3 KiB
Makefile
Raw Normal View History

2022-06-28 13:30:51 +02:00
# $NetBSD: Makefile,v 1.21 2022/06/28 11:37:54 wiz Exp $
DISTNAME= libfm-qt-1.1.0
2022-06-28 13:30:51 +02:00
PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
EXTRACT_SUFX= .tar.xz
x11/libfm-qt: update to 0.15.1 libfm-qt-0.15.1 / 2020-05-16 ============================ * Bumped API version to 0.15.1. * Changed "logout" to "session" in password dialog (because a keyring session may not be the same as a desktop session). libfm-qt-0.15.0 / 2020-04-21 ============================ * Bumped API version to 0.15.0. * Bumped ABI version to 7.0.0. * Respect original order on launching multiple files. * Prevented a rare random crash in file dialog. * Activate a selected item with Enter/Return. * Never hide name column of detailed list view. * Fixed SMB recursive copy. * Workarounds for lack of file monitoring. * Removed unneeded headers from Fm namespace. * Show more info on item tooltip. * Replaced char raw strings literals. * Don't use implicit string conversions. * Removed duplicated string casts definitions. * Clarified the license usage in libfm-qt and fixed the license header of code we took from libfm. * The final fix of showing nonexistent files. * Workaround for GLib's recursive moving error. * Disabled selection corners in single-selection mode. * Row-by-row scrolling inside view when Shift is pressed. * Smarter extension handling on saving in file dialog. * Fixed a small miscalculation in detailed list rubber-band. * Fixes for smooth scrolling. * Added deletion time to Trash. * Completed the thumbnail transformations based on EXIF. * Replaced methods deprecated by Qt 5.13. * Don't start item DND until the cursor is really moved. * Support DND to Places panel. * Fix crash when window is closed before finishing mount operation. * Fixed DND with MTP. * Easier and richer auto-completion. * Fixed comparison of GiB-sized files. * Corrected lxqt-archiver's mimetypes and added arqiver to archivers list. * Don't show "untrust" emblem where it isn't needed. * Only select first columns on selecting all items of a list view. * Fixed problems in graying-out of cut files. * Fixed a crash in renaming bookmark with dot in its name. * Improved bookmark DND. * Fixed creating bookmark items with NULL path. * Always show real file names in Properties dialog. * Follow view setting when showing file names on tooltips. * Fixed lack of overwrite prompt in some cases with file dialog. * Fixed a potential cause of crash in showing errors. * An option to show folder context menu with Ctrl + right click. * Select the current folder on showing the directory tree. * Support DND to directory tree (in side pane). * Enforce eject button width (on side pane). * Added an option to show hidden file after others. * Set info query cancellation error to mild in dir list job. * Added frame to side pane combo and changed its text. * Fixed horizontal wheel scrolling in compact mode with Qt 5.14.0. * Keep Device Usage label, progressbar and text together. in properties dialog. * Use GIO's display/copy name when renaming/transferring files. * Consider locale when sorting custom actions. * Better DND from remote folders to external apps. * Made template options work (in pcmanfm-qt). * Activate side-pane's focused item on pressing Enter/Return. * Fixed selection with arrow keys after pressing selection corner. * Disable Create New in context menu when not possible. * Never consider icons selected in icon/thumbnail view. * Also open remote links in desktop entries. * Allow saving mount passwords if gnome-keyring is present. * Fixed disabled file DND in rare cases. * Sharp view icons with scale factors > 1.
2020-06-01 12:38:55 +02:00
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/lxqt/libfm-qt/
COMMENT= Core library of PCManFM-Qt
LICENSE= gnu-lgpl-v2.1 AND modified-bsd
USE_CMAKE= yes
x11/libfm-qt: update to 0.17.0 libfm-qt-0-17.1 / 2021-04-16 ============================ - Fixed compilation against Qt5.12. libfm-qt-0.17.0 / 2021-04-15 ============================ - Fixed compilation with Qt >=5.15.3. - Add Alacritty to terminals list. - Fixed template renaming before creating. - Fixed the localization of LXQt file dialog. - Used Qt5.15's Qt::SplitBehavior. - Enabled the Group entry of Properties dialog when file belongs to user. - Fixed a rare crash on emptying Trash. - Used Qt5 signal/slot syntax. - Added the missing eject button in a special case. - Fixed the xarchiver command to create archives. - Launch multiple files associated with the same app together. - Added an open-with menu-item to open mixed selections with default apps. - Don't try to auto-select hidden files when they aren't shown. - Added support for creation time. - File dialog: Allow opening of desktop files that are shortcuts. - Fixed the size limit for thumbnail creation. - Workaround for a bug in QCollator when sorting files. - Added a Delete action to trash file context menu. - Removed redundant context menu items inside Trash. - Silenced the compilation warning about QMatrix. - Don't show Unix start time for unsupported times. - Set a separate file size limit for external thumbnails. - Fixed the emblem positions in compact and detailed views. - Guarantee a separator before all custom actions (in context menus). - Fixed the sorting by deletion time. - Fixed blurred thumbnails with scale factors > 1. - Added a missing nullity check in mountoperation. - Updated the mimetypes lists of some archivers. - Fixed a memory leak in LXQt file dialog.
2021-04-20 20:01:18 +02:00
USE_TOOLS+= pkg-config perl
USE_LANGUAGES= c c++
CONFIGURE_DIRS= build
CMAKE_ARG_PATH= ..
CMAKE_ARGS+= -DCMAKE_PREFIX_PATH:PATH=${PREFIX}/qt5
PKG_SYSCONFSUBDIR= xdg
SUBST_CLASSES+= prefix
SUBST_MESSAGE.prefix= Fixing paths.
SUBST_STAGE.prefix= pre-configure
SUBST_FILES.prefix= src/core/fileinfo.cpp
SUBST_FILES.prefix+= src/core/vfs/vfs-menu.c
x11/libfm-qt: update to 0.15.1 libfm-qt-0.15.1 / 2020-05-16 ============================ * Bumped API version to 0.15.1. * Changed "logout" to "session" in password dialog (because a keyring session may not be the same as a desktop session). libfm-qt-0.15.0 / 2020-04-21 ============================ * Bumped API version to 0.15.0. * Bumped ABI version to 7.0.0. * Respect original order on launching multiple files. * Prevented a rare random crash in file dialog. * Activate a selected item with Enter/Return. * Never hide name column of detailed list view. * Fixed SMB recursive copy. * Workarounds for lack of file monitoring. * Removed unneeded headers from Fm namespace. * Show more info on item tooltip. * Replaced char raw strings literals. * Don't use implicit string conversions. * Removed duplicated string casts definitions. * Clarified the license usage in libfm-qt and fixed the license header of code we took from libfm. * The final fix of showing nonexistent files. * Workaround for GLib's recursive moving error. * Disabled selection corners in single-selection mode. * Row-by-row scrolling inside view when Shift is pressed. * Smarter extension handling on saving in file dialog. * Fixed a small miscalculation in detailed list rubber-band. * Fixes for smooth scrolling. * Added deletion time to Trash. * Completed the thumbnail transformations based on EXIF. * Replaced methods deprecated by Qt 5.13. * Don't start item DND until the cursor is really moved. * Support DND to Places panel. * Fix crash when window is closed before finishing mount operation. * Fixed DND with MTP. * Easier and richer auto-completion. * Fixed comparison of GiB-sized files. * Corrected lxqt-archiver's mimetypes and added arqiver to archivers list. * Don't show "untrust" emblem where it isn't needed. * Only select first columns on selecting all items of a list view. * Fixed problems in graying-out of cut files. * Fixed a crash in renaming bookmark with dot in its name. * Improved bookmark DND. * Fixed creating bookmark items with NULL path. * Always show real file names in Properties dialog. * Follow view setting when showing file names on tooltips. * Fixed lack of overwrite prompt in some cases with file dialog. * Fixed a potential cause of crash in showing errors. * An option to show folder context menu with Ctrl + right click. * Select the current folder on showing the directory tree. * Support DND to directory tree (in side pane). * Enforce eject button width (on side pane). * Added an option to show hidden file after others. * Set info query cancellation error to mild in dir list job. * Added frame to side pane combo and changed its text. * Fixed horizontal wheel scrolling in compact mode with Qt 5.14.0. * Keep Device Usage label, progressbar and text together. in properties dialog. * Use GIO's display/copy name when renaming/transferring files. * Consider locale when sorting custom actions. * Better DND from remote folders to external apps. * Made template options work (in pcmanfm-qt). * Activate side-pane's focused item on pressing Enter/Return. * Fixed selection with arrow keys after pressing selection corner. * Disable Create New in context menu when not possible. * Never consider icons selected in icon/thumbnail view. * Also open remote links in desktop entries. * Allow saving mount passwords if gnome-keyring is present. * Fixed disabled file DND in rare cases. * Sharp view icons with scale factors > 1.
2020-06-01 12:38:55 +02:00
SUBST_SED.prefix= -e 's,/etc/xdg,${PKG_SYSCONFDIR},g'
SUBST_SED.prefix+= -e 's,/usr/share,${PREFIX}/share,g'
pre-configure:
${MKDIR} -p ${WRKSRC}/build
TOOL_DEPENDS+= lxqt-build-tools>=0.11.0:../../devel/lxqt-build-tools
TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools
BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,-Bsymbolic-functions
BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,-Bsymbolic
.include "../../x11/qt5-qtbase/buildlink3.mk"
.include "../../x11/qt5-qtx11extras/buildlink3.mk"
.include "../../graphics/libexif/buildlink3.mk"
.include "../../sysutils/menu-cache/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"