pkgsrc-WIP-changes archive

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

qt6-qtdeclarative: don't install cpp.o files



Module Name:	pkgsrc-wip
Committed By:	Niclas Rosenvik <nros%pkgsrc.org@localhost>
Pushed By:	nros
Date:		Thu Nov 24 08:09:00 2022 +0100
Changeset:	fa652c3d63d70333ff7e91f38075bcbd287aa96d

Modified Files:
	qt6-qtdeclarative/Makefile
	qt6-qtdeclarative/PLIST

Log Message:
qt6-qtdeclarative: don't install cpp.o files

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

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

diffstat:
 qt6-qtdeclarative/Makefile | 4 ++++
 qt6-qtdeclarative/PLIST    | 1 -
 2 files changed, 4 insertions(+), 1 deletion(-)

diffs:
diff --git a/qt6-qtdeclarative/Makefile b/qt6-qtdeclarative/Makefile
index 66eee1f856..d80e650878 100644
--- a/qt6-qtdeclarative/Makefile
+++ b/qt6-qtdeclarative/Makefile
@@ -32,6 +32,10 @@ PKGCONFIG_OVERRIDE+=	lib/pkgconfig/Qt6QuickTemplates2.pc
 PKGCONFIG_OVERRIDE+=	lib/pkgconfig/Qt6QuickTest.pc
 PKGCONFIG_OVERRIDE+=	lib/pkgconfig/Qt6QuickWidgets.pc
 
+# installs .cpp.o file that should not be there
+post-install:
+	${RUN} ${RM} -r ${DESTDIR}${QTPREFIX}/qml/Qt/test/controls/objects-Release
+
 .include "../../lang/python/tool.mk"
 .include "../../wip/qt6-qtbase/buildlink3.mk"
 .include "../../wip/qt6-qtlanguageserver/buildlink3.mk"
diff --git a/qt6-qtdeclarative/PLIST b/qt6-qtdeclarative/PLIST
index 31178b6a20..dadb770aef 100644
--- a/qt6-qtdeclarative/PLIST
+++ b/qt6-qtdeclarative/PLIST
@@ -2090,7 +2090,6 @@ qt6/qml/Qt/labs/wavefrontmesh/plugins.qmltypes
 qt6/qml/Qt/labs/wavefrontmesh/qmldir
 qt6/qml/Qt/test/controls/QuickControlsTestUtilsPrivate.qmltypes
 qt6/qml/Qt/test/controls/libquickcontrolstestutilsprivateplugin.so
-qt6/qml/Qt/test/controls/objects-Release/QuickControlsTestUtilsPrivate_resources_1/.rcc/qrc_qmake_Qt_test_controls.cpp.o
 qt6/qml/Qt/test/controls/qmldir
 qt6/qml/QtCore/libqtqmlcoreplugin.so
 qt6/qml/QtCore/plugins.qmltypes


Home | Main Index | Thread Index | Old Index