pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/libfm-qt libfm-qt: update to 1.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3933a3d16a67
branches:  trunk
changeset: 388016:3933a3d16a67
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sat Nov 12 05:03:33 2022 +0000

description:
libfm-qt: update to 1.2.0

Change log:

libfm-qt-1.2.0 / 2022-11-05
============================
 * Support adding of pattern lists to entries of search dialog (such lists are used by `pcmanfm-qt` for having a search history).
 * Fixed crash with empty URI scheme of folder path.
 * Silenced compilation warnings about deprecated GLib functions.
 * Don't show a deletion prompt without a selection.
 * Fixed infinite loop if a symlink that is created by DND overwrites a non-empty directory.
 * Allow remembering the result of execution prompt for multiple files.
 * Added `Ctrl+D` to LXQt file dialog for deselecting all items.
 * Allow selection by dragging mouse cursor inside non-name columns in the detailed list mode.
 * Corrected the position of drop menu under Wayland.
 * Fixed crash with DND into side-pane under Wayland.
 * Added nullity checks to `XdndWorkaround`.

diffstat:

 x11/libfm-qt/Makefile      |  7 +++----
 x11/libfm-qt/PLIST         |  6 +++---
 x11/libfm-qt/buildlink3.mk |  6 +++---
 x11/libfm-qt/distinfo      |  8 ++++----
 4 files changed, 13 insertions(+), 14 deletions(-)

diffs (74 lines):

diff -r 459f84073d06 -r 3933a3d16a67 x11/libfm-qt/Makefile
--- a/x11/libfm-qt/Makefile     Sat Nov 12 05:01:44 2022 +0000
+++ b/x11/libfm-qt/Makefile     Sat Nov 12 05:03:33 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2022/06/28 11:37:54 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2022/11/12 05:03:33 gutteridge Exp $
 
-DISTNAME=      libfm-qt-1.1.0
-PKGREVISION=   1
+DISTNAME=      libfm-qt-1.2.0
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=lxqt/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
@@ -34,7 +33,7 @@
 pre-configure:
        ${MKDIR} -p ${WRKSRC}/build
 
-TOOL_DEPENDS+= lxqt-build-tools>=0.11.0:../../devel/lxqt-build-tools
+TOOL_DEPENDS+= lxqt-build-tools>=0.12.0:../../devel/lxqt-build-tools
 TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools
 
 BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,-Bsymbolic-functions
diff -r 459f84073d06 -r 3933a3d16a67 x11/libfm-qt/PLIST
--- a/x11/libfm-qt/PLIST        Sat Nov 12 05:01:44 2022 +0000
+++ b/x11/libfm-qt/PLIST        Sat Nov 12 05:03:33 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2022/04/24 15:03:14 pin Exp $
+@comment $NetBSD: PLIST,v 1.7 2022/11/12 05:03:33 gutteridge Exp $
 include/libfm-qt/appchoosercombobox.h
 include/libfm-qt/appchooserdialog.h
 include/libfm-qt/applaunchcontext.h
@@ -98,8 +98,8 @@
 include/libfm-qt/utilities_p.h
 include/libfm-qt/xdndworkaround.h
 lib/libfm-qt.so
-lib/libfm-qt.so.11
-lib/libfm-qt.so.11.0.0
+lib/libfm-qt.so.12
+lib/libfm-qt.so.12.0.0
 lib/pkgconfig/libfm-qt.pc
 share/cmake/fm-qt/fm-qt-config-version.cmake
 share/cmake/fm-qt/fm-qt-config.cmake
diff -r 459f84073d06 -r 3933a3d16a67 x11/libfm-qt/buildlink3.mk
--- a/x11/libfm-qt/buildlink3.mk        Sat Nov 12 05:01:44 2022 +0000
+++ b/x11/libfm-qt/buildlink3.mk        Sat Nov 12 05:03:33 2022 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.17 2022/06/28 11:37:54 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.18 2022/11/12 05:03:33 gutteridge Exp $
 
 BUILDLINK_TREE+=       libfm-qt
 
 .if !defined(LIBFM_QT_BUILDLINK3_MK)
 LIBFM_QT_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.libfm-qt+=       libfm-qt>=1.1.0
-BUILDLINK_ABI_DEPENDS.libfm-qt?=       libfm-qt>=1.1.0nb1
+BUILDLINK_API_DEPENDS.libfm-qt+=       libfm-qt>=1.2.0
+BUILDLINK_ABI_DEPENDS.libfm-qt?=       libfm-qt>=1.2.0
 BUILDLINK_PKGSRCDIR.libfm-qt?=         ../../x11/libfm-qt
 
 .include "../../x11/qt5-qtbase/buildlink3.mk"
diff -r 459f84073d06 -r 3933a3d16a67 x11/libfm-qt/distinfo
--- a/x11/libfm-qt/distinfo     Sat Nov 12 05:01:44 2022 +0000
+++ b/x11/libfm-qt/distinfo     Sat Nov 12 05:03:33 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/04/24 15:03:14 pin Exp $
+$NetBSD: distinfo,v 1.9 2022/11/12 05:03:33 gutteridge Exp $
 
-BLAKE2s (libfm-qt-1.1.0.tar.xz) = 27f47db4d910a27b99751185fb4e34b548fef65fcfa6dfb2678f8da7fca00462
-SHA512 (libfm-qt-1.1.0.tar.xz) = 6717bc3fd3a2795389071e4dbfba2e73f3abfeafce8a583f99b3281e60347430db48246eb29796c5b7647b35b064824e90fc3a286547288798a1c6da3a3f5137
-Size (libfm-qt-1.1.0.tar.xz) = 383280 bytes
+BLAKE2s (libfm-qt-1.2.0.tar.xz) = c0fcf161727efe14f2ceb0317396dfe1fa5e37c940e92d46b55072e8f856d87a
+SHA512 (libfm-qt-1.2.0.tar.xz) = 941943b9d1275e2306689e19375d5d5589a638446319c275ebdf211d25cdb90116b9359daa36b53dc5688ba09219d66dc79e312752ce56559e485ecdbfd895c0
+Size (libfm-qt-1.2.0.tar.xz) = 385056 bytes



Home | Main Index | Thread Index | Old Index