Received: by mail.netbsd.org (Postfix, from userid 605) id 1084484D75; Tue, 20 Apr 2021 18:01:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4BC0084D43 for ; Tue, 20 Apr 2021 18:01:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id haXCmtCB9013 for ; Tue, 20 Apr 2021 18:01:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7DACE84CFC for ; Tue, 20 Apr 2021 18:01:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7BB65FA95; Tue, 20 Apr 2021 18:01:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1618941678159430" MIME-Version: 1.0 Date: Tue, 20 Apr 2021 18:01:18 +0000 From: "pin" Subject: CVS commit: pkgsrc/x11/libfm-qt To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20210420180118.7BB65FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1618941678159430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Tue Apr 20 18:01:18 UTC 2021 Modified Files: pkgsrc/x11/libfm-qt: Makefile PLIST buildlink3.mk distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/libfm-qt/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/libfm-qt/PLIST \ pkgsrc/x11/libfm-qt/distinfo cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/libfm-qt/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1618941678159430 Content-Disposition: inline Content-Length: 4778 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/libfm-qt/Makefile diff -u pkgsrc/x11/libfm-qt/Makefile:1.12 pkgsrc/x11/libfm-qt/Makefile:1.13 --- pkgsrc/x11/libfm-qt/Makefile:1.12 Mon Dec 7 11:34:52 2020 +++ pkgsrc/x11/libfm-qt/Makefile Tue Apr 20 18:01:18 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2020/12/07 11:34:52 pin Exp $ +# $NetBSD: Makefile,v 1.13 2021/04/20 18:01:18 pin Exp $ -DISTNAME= libfm-qt-0.16.0 +DISTNAME= libfm-qt-0.17.1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} GITHUB_RELEASE= ${PKGVERSION_NOREV} @@ -12,7 +12,7 @@ COMMENT= Core library of PCManFM-Qt LICENSE= gnu-lgpl-v2.1 AND modified-bsd USE_CMAKE= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config perl USE_LANGUAGES= c c++ CONFIGURE_DIRS= build @@ -33,7 +33,7 @@ SUBST_SED.prefix+= -e 's,/usr/share,${PR pre-configure: ${MKDIR} -p ${WRKSRC}/build -TOOL_DEPENDS+= lxqt-build-tools>=0.8:../../devel/lxqt-build-tools +TOOL_DEPENDS+= lxqt-build-tools>=0.9:../../devel/lxqt-build-tools TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools .include "../../x11/qt5-qtbase/buildlink3.mk" Index: pkgsrc/x11/libfm-qt/PLIST diff -u pkgsrc/x11/libfm-qt/PLIST:1.3 pkgsrc/x11/libfm-qt/PLIST:1.4 --- pkgsrc/x11/libfm-qt/PLIST:1.3 Mon Dec 7 11:34:52 2020 +++ pkgsrc/x11/libfm-qt/PLIST Tue Apr 20 18:01:18 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2020/12/07 11:34:52 pin Exp $ +@comment $NetBSD: PLIST,v 1.4 2021/04/20 18:01:18 pin Exp $ include/libfm-qt/appchoosercombobox.h include/libfm-qt/appchooserdialog.h include/libfm-qt/applaunchcontext.h @@ -98,8 +98,8 @@ include/libfm-qt/utilities.h include/libfm-qt/utilities_p.h include/libfm-qt/xdndworkaround.h lib/libfm-qt.so -lib/libfm-qt.so.8 -lib/libfm-qt.so.8.0.0 +lib/libfm-qt.so.9 +lib/libfm-qt.so.9.0.0 lib/pkgconfig/libfm-qt.pc share/cmake/fm-qt/fm-qt-config-version.cmake share/cmake/fm-qt/fm-qt-config.cmake @@ -110,6 +110,7 @@ share/libfm-qt/terminals.list share/libfm-qt/translations/libfm-qt_ar.qm share/libfm-qt/translations/libfm-qt_arn.qm share/libfm-qt/translations/libfm-qt_ast.qm +share/libfm-qt/translations/libfm-qt_bg.qm share/libfm-qt/translations/libfm-qt_ca.qm share/libfm-qt/translations/libfm-qt_cs.qm share/libfm-qt/translations/libfm-qt_cy.qm @@ -118,6 +119,7 @@ share/libfm-qt/translations/libfm-qt_de. share/libfm-qt/translations/libfm-qt_el.qm share/libfm-qt/translations/libfm-qt_en_GB.qm share/libfm-qt/translations/libfm-qt_es.qm +share/libfm-qt/translations/libfm-qt_et.qm share/libfm-qt/translations/libfm-qt_fr.qm share/libfm-qt/translations/libfm-qt_gl.qm share/libfm-qt/translations/libfm-qt_he.qm @@ -135,6 +137,7 @@ share/libfm-qt/translations/libfm-qt_pl. share/libfm-qt/translations/libfm-qt_pt.qm share/libfm-qt/translations/libfm-qt_pt_BR.qm share/libfm-qt/translations/libfm-qt_ru.qm +share/libfm-qt/translations/libfm-qt_si.qm share/libfm-qt/translations/libfm-qt_tr.qm share/libfm-qt/translations/libfm-qt_uk.qm share/libfm-qt/translations/libfm-qt_zh_CN.qm Index: pkgsrc/x11/libfm-qt/distinfo diff -u pkgsrc/x11/libfm-qt/distinfo:1.3 pkgsrc/x11/libfm-qt/distinfo:1.4 --- pkgsrc/x11/libfm-qt/distinfo:1.3 Mon Dec 7 11:34:52 2020 +++ pkgsrc/x11/libfm-qt/distinfo Tue Apr 20 18:01:18 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2020/12/07 11:34:52 pin Exp $ +$NetBSD: distinfo,v 1.4 2021/04/20 18:01:18 pin Exp $ -SHA1 (libfm-qt-0.16.0.tar.xz) = c8268878bde7defb8051bc595930e93f0d12e5c7 -RMD160 (libfm-qt-0.16.0.tar.xz) = 6661676d70f4d4bb7fdda35ebda0658745a3eab5 -SHA512 (libfm-qt-0.16.0.tar.xz) = 5de63408a641b0e77cb319952e428aee9cd35db9ec3e6726a8327ebc53f5641cf66b28dbabd96797c64a253b1e41421dbe05dcb9f4bc7941bd92676bbfa9cc84 -Size (libfm-qt-0.16.0.tar.xz) = 348548 bytes +SHA1 (libfm-qt-0.17.1.tar.xz) = df15a97cb5dce77bb837499f0a4670c9c8b008b5 +RMD160 (libfm-qt-0.17.1.tar.xz) = 5a70467d04a87dde111cad84eb590e7ff929aa18 +SHA512 (libfm-qt-0.17.1.tar.xz) = 1e1781a01446f381625361a50f77422827e7ac5ab6039b4246369e2281edf78d3ccba866fa472667bcbb6737c44ebc350cb30a0055fc84d1f5d7e1c83e1241c1 +Size (libfm-qt-0.17.1.tar.xz) = 363052 bytes Index: pkgsrc/x11/libfm-qt/buildlink3.mk diff -u pkgsrc/x11/libfm-qt/buildlink3.mk:1.10 pkgsrc/x11/libfm-qt/buildlink3.mk:1.11 --- pkgsrc/x11/libfm-qt/buildlink3.mk:1.10 Mon Dec 7 11:34:52 2020 +++ pkgsrc/x11/libfm-qt/buildlink3.mk Tue Apr 20 18:01:18 2021 @@ -1,11 +1,11 @@ -# $NetBSD: buildlink3.mk,v 1.10 2020/12/07 11:34:52 pin Exp $ +# $NetBSD: buildlink3.mk,v 1.11 2021/04/20 18:01:18 pin Exp $ BUILDLINK_TREE+= libfm-qt .if !defined(LIBFM_QT_BUILDLINK3_MK) LIBFM_QT_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.libfm-qt+= libfm-qt>=0.16.0 +BUILDLINK_API_DEPENDS.libfm-qt+= libfm-qt>=0.17.1 BUILDLINK_PKGSRCDIR.libfm-qt?= ../../x11/libfm-qt .include "../../x11/qt5-qtbase/buildlink3.mk" --_----------=_1618941678159430--