pkgsrc-WIP-changes archive

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

pcmanfm-qt, update to 0.14.1



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Sat Jan 11 15:31:29 2020 +0100
Changeset:	2fd326c01aa67cbfeba954b6c8948c8f2e063c0e

Modified Files:
	pcmanfm-qt/DESCR
	pcmanfm-qt/Makefile
	pcmanfm-qt/PLIST
	pcmanfm-qt/distinfo
Removed Files:
	pcmanfm-qt/buildlink3.mk

Log Message:
pcmanfm-qt, update to 0.14.1

Update pcmanfm-qt from 0.9.0 to current 0.14.1
Too many changes to list, please refer to upstream lxqt.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2fd326c01aa67cbfeba954b6c8948c8f2e063c0e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 pcmanfm-qt/DESCR         |  3 ++
 pcmanfm-qt/Makefile      | 40 ++++++++++++++++-----
 pcmanfm-qt/PLIST         | 94 +++++++++++-------------------------------------
 pcmanfm-qt/buildlink3.mk | 18 ----------
 pcmanfm-qt/distinfo      |  9 ++---
 5 files changed, 61 insertions(+), 103 deletions(-)

diffs:
diff --git a/pcmanfm-qt/DESCR b/pcmanfm-qt/DESCR
index e69de29bb2..aedb9d8acb 100644
--- a/pcmanfm-qt/DESCR
+++ b/pcmanfm-qt/DESCR
@@ -0,0 +1,3 @@
+PCManFM-Qt is the Qt port of PCManFM, the file manager of LXDE.
+In LXQt sessions it is in addition used to handle the desktop.
+Nevertheless it can be used independently of LXQt as well.
diff --git a/pcmanfm-qt/Makefile b/pcmanfm-qt/Makefile
index 2b6e62c53a..10b4c4da2d 100644
--- a/pcmanfm-qt/Makefile
+++ b/pcmanfm-qt/Makefile
@@ -1,21 +1,45 @@
-# $NetBSD: Makefile,v 1.4 2015/05/30 02:01:35 krytarowski Exp $
+# $NetBSD$
 
-.include "../../wip/liblxqt/Makefile.common"
-
-DISTNAME=	pcmanfm-qt-0.9.0
+DISTNAME=	pcmanfm-qt-0.14.1
 CATEGORIES=	sysutils
+MASTER_SITES=	https://downloads.lxqt.org/downloads/pcmanfm-qt/0.14.1/
+EXTRACT_SUFX=	.tar.xz
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-COMMENT=	File manager + desktop manager
+COMMENT=	LXQt pcmanfm Qt frontend
 LICENSE=	gnu-lgpl-v2.1
 
+USE_CMAKE=	yes
 USE_TOOLS+=	pkg-config
+USE_LANGUAGES=	c c++
+
+CONFIGURE_DIRS=	build
+CMAKE_ARG_PATH=	..
+
+CFLAGS.NetBSD+=	-D_NETBSD_SOURCE
+
+EGDIR=			share/examples/pcmanfm-qt
+PKG_SYSCONFSUBDIR=	xdg
+MAKE_DIRS+=		${PKG_SYSCONFDIR}/autostart
+CONF_FILES+=		${EGDIR}/xdg/autostart/lxqt-desktop.desktop \
+			${PKG_SYSCONFDIR}/autostart/lxqt-desktop.desktop
+
+SUBST_CLASSES+=		conf
+SUBST_FILES.conf=	autostart/CMakeLists.txt
+SUBST_SED.conf=		-e 's,$${LXQT_ETC_XDG_DIR}/,${EGDIR}/xdg/,'
+SUBST_STAGE.conf=	pre-configure
+
+INSTALLATION_DIRS+=	bin lib
+
+pre-configure:
+	${MKDIR} -p ${WRKSRC}/build
 
-PKGCONFIG_OVERRIDE+=	libfm-qt/libfm-qt.pc.in
+TOOL_DEPENDS+=	lxqt-build-tools-[0-9]*:../../wip/lxqt-build-tools
+DEPENDS+=	lxmenu-data-[0-9]*:../../sysutils/lxmenu-data
 
-.include "../../sysutils/menu-cache/buildlink3.mk"
-.include "../../sysutils/libfm/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../x11/qt5-qttools/buildlink3.mk"
 .include "../../x11/qt5-qtx11extras/buildlink3.mk"
+.include "../../wip/liblxqt/buildlink3.mk"
+.include "../../wip/libfm-qt/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/pcmanfm-qt/PLIST b/pcmanfm-qt/PLIST
index 31dc466898..34be348d61 100644
--- a/pcmanfm-qt/PLIST
+++ b/pcmanfm-qt/PLIST
@@ -1,87 +1,35 @@
-@comment $NetBSD: PLIST,v 1.2 2015/05/20 11:10:33 krytarowski Exp $
+@comment $NetBSD$
 bin/pcmanfm-qt
-include/libfm-qt/appchoosercombobox.h
-include/libfm-qt/appchooserdialog.h
-include/libfm-qt/applaunchcontext.h
-include/libfm-qt/appmenuview.h
-include/libfm-qt/bookmarkaction.h
-include/libfm-qt/browsehistory.h
-include/libfm-qt/cachedfoldermodel.h
-include/libfm-qt/colorbutton.h
-include/libfm-qt/dirtreemodel.h
-include/libfm-qt/dirtreemodelitem.h
-include/libfm-qt/dirtreeview.h
-include/libfm-qt/dndactionmenu.h
-include/libfm-qt/dnddest.h
-include/libfm-qt/editbookmarksdialog.h
-include/libfm-qt/filelauncher.h
-include/libfm-qt/filemenu.h
-include/libfm-qt/fileoperation.h
-include/libfm-qt/fileoperationdialog.h
-include/libfm-qt/filepropsdialog.h
-include/libfm-qt/folderitemdelegate.h
-include/libfm-qt/foldermenu.h
-include/libfm-qt/foldermodel.h
-include/libfm-qt/foldermodelitem.h
-include/libfm-qt/folderview.h
-include/libfm-qt/fontbutton.h
-include/libfm-qt/icontheme.h
-include/libfm-qt/libfmqt.h
-include/libfm-qt/libfmqtglobals.h
-include/libfm-qt/mountoperation.h
-include/libfm-qt/path.h
-include/libfm-qt/pathedit.h
-include/libfm-qt/placesmodel.h
-include/libfm-qt/placesmodelitem.h
-include/libfm-qt/placesview.h
-include/libfm-qt/proxyfoldermodel.h
-include/libfm-qt/renamedialog.h
-include/libfm-qt/sidepane.h
-include/libfm-qt/thumbnailloader.h
-include/libfm-qt/ui_app-chooser-dialog.h
-include/libfm-qt/ui_edit-bookmarks.h
-include/libfm-qt/ui_exec-file.h
-include/libfm-qt/ui_file-operation-dialog.h
-include/libfm-qt/ui_file-props.h
-include/libfm-qt/ui_mount-operation-password.h
-include/libfm-qt/ui_rename-dialog.h
-include/libfm-qt/utilities.h
-lib/libfm-qt5.${RUBY_DLEXT}
-lib/libfm-qt5.so.2
-lib/libfm-qt5.so.2.0.0
-lib/pkgconfig/libfm-qt5.pc
 man/man1/pcmanfm-qt.1
 share/applications/pcmanfm-qt-desktop-pref.desktop
 share/applications/pcmanfm-qt.desktop
-share/libfm-qt/translations/libfm-qt_ar.qm
-share/libfm-qt/translations/libfm-qt_cs_CZ.qm
-share/libfm-qt/translations/libfm-qt_de.qm
-share/libfm-qt/translations/libfm-qt_es.qm
-share/libfm-qt/translations/libfm-qt_fr.qm
-share/libfm-qt/translations/libfm-qt_gl.qm
-share/libfm-qt/translations/libfm-qt_it.qm
-share/libfm-qt/translations/libfm-qt_ja.qm
-share/libfm-qt/translations/libfm-qt_lt_LT.qm
-share/libfm-qt/translations/libfm-qt_pt.qm
-share/libfm-qt/translations/libfm-qt_ru.qm
-share/libfm-qt/translations/libfm-qt_ru_RU.qm
-share/libfm-qt/translations/libfm-qt_template.qm
-share/libfm-qt/translations/libfm-qt_zh_TW.qm
+share/examples/pcmanfm-qt/xdg/autostart/lxqt-desktop.desktop
+share/pcmanfm-qt/lxqt/settings.conf
 share/pcmanfm-qt/translations/pcmanfm-qt_ar.qm
-share/pcmanfm-qt/translations/pcmanfm-qt_cs_CZ.qm
+share/pcmanfm-qt/translations/pcmanfm-qt_ca.qm
+share/pcmanfm-qt/translations/pcmanfm-qt_cs.qm
+share/pcmanfm-qt/translations/pcmanfm-qt_cy.qm
+share/pcmanfm-qt/translations/pcmanfm-qt_da.qm
 share/pcmanfm-qt/translations/pcmanfm-qt_de.qm
+share/pcmanfm-qt/translations/pcmanfm-qt_el.qm
+share/pcmanfm-qt/translations/pcmanfm-qt_en_GB.qm
 share/pcmanfm-qt/translations/pcmanfm-qt_es.qm
+share/pcmanfm-qt/translations/pcmanfm-qt_et.qm
 share/pcmanfm-qt/translations/pcmanfm-qt_fr.qm
 share/pcmanfm-qt/translations/pcmanfm-qt_gl.qm
+share/pcmanfm-qt/translations/pcmanfm-qt_hu.qm
+share/pcmanfm-qt/translations/pcmanfm-qt_id.qm
 share/pcmanfm-qt/translations/pcmanfm-qt_it.qm
 share/pcmanfm-qt/translations/pcmanfm-qt_ja.qm
-share/pcmanfm-qt/translations/pcmanfm-qt_lt_LT.qm
+share/pcmanfm-qt/translations/pcmanfm-qt_lt.qm
+share/pcmanfm-qt/translations/pcmanfm-qt_nb_NO.qm
+share/pcmanfm-qt/translations/pcmanfm-qt_nl.qm
+share/pcmanfm-qt/translations/pcmanfm-qt_pl.qm
 share/pcmanfm-qt/translations/pcmanfm-qt_pt.qm
+share/pcmanfm-qt/translations/pcmanfm-qt_pt_BR.qm
 share/pcmanfm-qt/translations/pcmanfm-qt_ru.qm
-share/pcmanfm-qt/translations/pcmanfm-qt_ru_RU.qm
-share/pcmanfm-qt/translations/pcmanfm-qt_template.qm
+share/pcmanfm-qt/translations/pcmanfm-qt_tr.qm
+share/pcmanfm-qt/translations/pcmanfm-qt_uk.qm
+share/pcmanfm-qt/translations/pcmanfm-qt_zh_CN.qm
 share/pcmanfm-qt/translations/pcmanfm-qt_zh_TW.qm
-@pkgdir include/libfm-qt/translations
-@pkgdir include/libfm-qt/CMakeFiles/libfm_translations.dir
-@pkgdir include/libfm-qt/CMakeFiles/fm-qt5_automoc.dir
-@pkgdir include/libfm-qt/CMakeFiles/fm-qt5.dir
+@pkgdir lib
diff --git a/pcmanfm-qt/buildlink3.mk b/pcmanfm-qt/buildlink3.mk
deleted file mode 100644
index 63827b97a9..0000000000
--- a/pcmanfm-qt/buildlink3.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2015/05/22 23:28:40 krytarowski Exp $
-
-BUILDLINK_TREE+=	pcmanfm-qt
-
-.if !defined(PCMANFM_QT_BUILDLINK3_MK)
-PCMANFM_QT_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.pcmanfm-qt+=	pcmanfm-qt>=0.9.0
-BUILDLINK_PKGSRCDIR.pcmanfm-qt?=	../../wip/pcmanfm-qt
-
-.include "../../sysutils/menu-cache/buildlink3.mk"
-.include "../../sysutils/libfm/buildlink3.mk"
-.include "../../x11/qt5-qtbase/buildlink3.mk"
-.include "../../x11/qt5-qttools/buildlink3.mk"
-.include "../../x11/qt5-qtx11extras/buildlink3.mk"
-.endif	# PCMANFM_QT_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-pcmanfm-qt
diff --git a/pcmanfm-qt/distinfo b/pcmanfm-qt/distinfo
index 94bf601bd1..3b22253be5 100644
--- a/pcmanfm-qt/distinfo
+++ b/pcmanfm-qt/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1 2015/04/11 23:14:07 krytarowski Exp $
+$NetBSD$
 
-SHA1 (pcmanfm-qt-0.9.0.tar.gz) = 1e28798978df395482fd904fa0212595486e6346
-RMD160 (pcmanfm-qt-0.9.0.tar.gz) = cd3b5a881da07580ecc739680fc6e38969549672
-Size (pcmanfm-qt-0.9.0.tar.gz) = 321046 bytes
+SHA1 (pcmanfm-qt-0.14.1.tar.xz) = 4672228bd0cace0f7c91ce1330cb618576a6e48d
+RMD160 (pcmanfm-qt-0.14.1.tar.xz) = a09e756db9ce641bbdbbcf10b33d36069e87f9db
+SHA512 (pcmanfm-qt-0.14.1.tar.xz) = f3d170ab8344332f740a3245cc549ea0c3bddc97a45472dcd46208d59413dd42d3571821f309184417a34a627d2cb093fcaa335f782cf6e526eef3fcad212b3e
+Size (pcmanfm-qt-0.14.1.tar.xz) = 227360 bytes


Home | Main Index | Thread Index | Old Index